Skip to content

Commit

Permalink
Merge pull request #30 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 Jan 14, 2025
2 parents 79923fe + 0c1095b commit 0805808
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.3.0","packages/ui":"2.1.0"}
{"packages/utils":"1.3.0","packages/ui":"2.1.1"}
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1](https://github.com/receter/sys42/compare/ui-v2.1.0...ui-v2.1.1) (2025-01-14)


### Bug Fixes

* css layers are now correct ([79923fe](https://github.com/receter/sys42/commit/79923fe67067884ecfb51b3d7c7e5282d9cb0347))
* onChange and onChangeValue should not be required ([eb16a1b](https://github.com/receter/sys42/commit/eb16a1b3b7cbd1c0011d3706a8676a24bd33fad9))
* set FormFieldSet to display block ([f91fc8c](https://github.com/receter/sys42/commit/f91fc8c5c86f7e82c942e8421998cfc39e47cb2e))

## [2.1.0](https://github.com/receter/sys42/compare/ui-v2.0.0...ui-v2.1.0) (2025-01-14)


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": "2.1.0",
"version": "2.1.1",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 0805808

Please sign in to comment.