Skip to content

Commit

Permalink
Merge pull request #5 from receter/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
receter authored Sep 9, 2024
2 parents 4966008 + 68cd633 commit d161652
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"packages/utils":"1.0.0","packages/ui":"1.0.0"}
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## 1.0.0 (2024-09-09)


### Features

* fix a few issues from renaming, switch to normalize.css, remove margin-bottom per default ([e49b02c](https://github.com/receter/sys42/commit/e49b02ce4fe3da1a5b043aae333720db21a74c38))

## <small>0.0.5 (2024-07-11)</small>

This release includes more components, introduces helper classes and has a Button based on Adobe react-aria. Further it ships with a `base.css` file that contains a reset and some basic styles. Still very experimental and much work in progress.
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sys42/ui",
"private": false,
"version": "0.0.6",
"version": "1.0.0",
"type": "module",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## 1.0.0 (2024-09-09)


### Features

* fix a few issues from renaming, switch to normalize.css, remove margin-bottom per default ([e49b02c](https://github.com/receter/sys42/commit/e49b02ce4fe3da1a5b043aae333720db21a74c38))

## <small>0.0.1</small>

- feature: added helper function concatClassNames
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sys42/utils",
"author": "Andreas Riedmüller",
"license": "MIT",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"main": "dist/utils.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit d161652

Please sign in to comment.