Skip to content

Commit 753bd20

Browse files
authored
Merge pull request #10 from receter/release-please--branches--main
chore: release main
2 parents 1295c01 + ad74698 commit 753bd20

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/utils":"1.0.0","packages/ui":"1.0.1"}
1+
{"packages/utils":"1.0.0","packages/ui":"1.1.0"}

packages/ui/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/receter/sys42/compare/ui-v1.0.1...ui-v1.1.0) (2024-09-22)
4+
5+
6+
### Features
7+
8+
* add size and isFullWidth to Button component ([5b95cda](https://github.com/receter/sys42/commit/5b95cda0c6ba814c5469291b64ee674b1ca0b259))
9+
* assign role="button" when element type of a <Button> is not a button ([749265a](https://github.com/receter/sys42/commit/749265a58fea4a914071c03487adf7889d6438a5))
10+
* remove react aria ([3637fda](https://github.com/receter/sys42/commit/3637fdae917c725fabf1cbb719a07d0802b9b0f0))
11+
12+
13+
### Bug Fixes
14+
15+
* define border for button primary ([1295c01](https://github.com/receter/sys42/commit/1295c013ae581ace23a02360244c1b9bc800f9ee))
16+
* onClick and disabled instead of onPress and isDisabled in examples and fixture ([97dc6fe](https://github.com/receter/sys42/commit/97dc6fe6f2421e0e9126ec546f0121439d65c4c6))
17+
318
## [1.0.1](https://github.com/receter/sys42/compare/ui-v1.0.0...ui-v1.0.1) (2024-09-14)
419

520

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sys42/ui",
33
"private": false,
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"type": "module",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)