Skip to content

Commit

Permalink
Merge pull request #33 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 16, 2025
2 parents bf3400f + 53a0b2f commit 04c2521
Show file tree
Hide file tree
Showing 3 changed files with 18 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.3.0"}
{"packages/utils":"1.3.0","packages/ui":"3.0.0"}
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/receter/sys42/compare/ui-v2.3.0...ui-v3.0.0) (2025-01-16)


### ⚠ BREAKING CHANGES

* The variant "warning" of Button was renamed to "danger"

### Features

* add Message component ([bf3400f](https://github.com/receter/sys42/commit/bf3400f9ed62702b6308269cd7b6a69cf8dc431b))


### Bug Fixes

* rename button variant "warning" to "danger" ([fe29390](https://github.com/receter/sys42/commit/fe29390c664582d4720496c59b7946dd2d649c51))

## [2.3.0](https://github.com/receter/sys42/compare/ui-v2.2.0...ui-v2.3.0) (2025-01-15)


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

0 comments on commit 04c2521

Please sign in to comment.