Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.12.0...v1.0.0) (2024-12-09)

### Bug Fixes

* Revert back to storybook 8.2.10 and lock the version ([715a8d6](715a8d6))

### Build System

* Setup trigger for 1.0.0 release ([1ee56cb](1ee56cb))

### BREAKING CHANGES

* None, this is a fix for allowing semantic-release to release 1.0.0.
Normally speaking we should have started with 1.0.0 from the very beginning and published
pre-releases instead of this 0.x.x set of releases.
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 715a8d6 commit 907e3d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.0.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.12.0...v1.0.0) (2024-12-09)


### Bug Fixes

* Revert back to storybook 8.2.10 and lock the version ([715a8d6](https://github.com/bloomreach/limitless-ui-react/commit/715a8d68e45a877ae5878d2a5055a4839a2d4423))


### Build System

* Setup trigger for 1.0.0 release ([1ee56cb](https://github.com/bloomreach/limitless-ui-react/commit/1ee56cbd01953c761a5cd5b3e16291e8d097d3eb))


### BREAKING CHANGES

* None, this is a fix for allowing semantic-release to release 1.0.0.
Normally speaking we should have started with 1.0.0 from the very beginning and published
pre-releases instead of this 0.x.x set of releases.

# [0.12.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.11.1...v0.12.0) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/limitless-ui-react",
"version": "0.12.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bloomreach/limitless-ui-react.git"
Expand Down

0 comments on commit 907e3d7

Please sign in to comment.