diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b9e903..4d158f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/utils":"1.0.0","packages/ui":"1.0.1"} +{"packages/utils":"1.0.0","packages/ui":"1.1.0"} diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index f849dfb..e322763 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/receter/sys42/compare/ui-v1.0.1...ui-v1.1.0) (2024-09-22) + + +### Features + +* add size and isFullWidth to Button component ([5b95cda](https://github.com/receter/sys42/commit/5b95cda0c6ba814c5469291b64ee674b1ca0b259)) +* assign role="button" when element type of a <Button> is not a button ([749265a](https://github.com/receter/sys42/commit/749265a58fea4a914071c03487adf7889d6438a5)) +* remove react aria ([3637fda](https://github.com/receter/sys42/commit/3637fdae917c725fabf1cbb719a07d0802b9b0f0)) + + +### Bug Fixes + +* define border for button primary ([1295c01](https://github.com/receter/sys42/commit/1295c013ae581ace23a02360244c1b9bc800f9ee)) +* onClick and disabled instead of onPress and isDisabled in examples and fixture ([97dc6fe](https://github.com/receter/sys42/commit/97dc6fe6f2421e0e9126ec546f0121439d65c4c6)) + ## [1.0.1](https://github.com/receter/sys42/compare/ui-v1.0.0...ui-v1.0.1) (2024-09-14) diff --git a/packages/ui/package.json b/packages/ui/package.json index a0c5617..aca2969 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@sys42/ui", "private": false, - "version": "1.0.1", + "version": "1.1.0", "type": "module", "exports": { ".": {