Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.0...v0.9.0) (2024-11-20)

### Bug Fixes

* Adjust default label ([8501d8b](8501d8b))
* Merge suggestions and searchbox component files ([84da216](84da216))
* Organize searchbox files similar to other compound components ([1f9fbbb](1f9fbbb))
* Split searchbox into several compound components ([c821bd3](c821bd3))
* Use suggestions as a child of searchbox ([052b15f](052b15f))

### Features

* Updates to showcase and use BEM for variable names ([#31](#31)) ([793f363](793f363))
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent 793f363 commit 11decc5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.9.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.8.0...v0.9.0) (2024-11-20)


### Bug Fixes

* Adjust default label ([8501d8b](https://github.com/bloomreach/limitless-ui-react/commit/8501d8b0b944184a599c28774e4ea758d8115481))
* Merge suggestions and searchbox component files ([84da216](https://github.com/bloomreach/limitless-ui-react/commit/84da2164004469f20e194cf561a75935ba19568b))
* Organize searchbox files similar to other compound components ([1f9fbbb](https://github.com/bloomreach/limitless-ui-react/commit/1f9fbbb8a31cb87c9fc44ae5058df797a738d26c))
* Split searchbox into several compound components ([c821bd3](https://github.com/bloomreach/limitless-ui-react/commit/c821bd337873e032da01474a9429a783cf515901))
* Use suggestions as a child of searchbox ([052b15f](https://github.com/bloomreach/limitless-ui-react/commit/052b15f0489a2908394ac84676ad26f39304afa9))


### Features

* Updates to showcase and use BEM for variable names ([#31](https://github.com/bloomreach/limitless-ui-react/issues/31)) ([793f363](https://github.com/bloomreach/limitless-ui-react/commit/793f3632c376ad43233c4d17f4ccd3275d852a35))

# [0.8.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.7.0...v0.8.0) (2024-11-15)


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.8.0",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bloomreach/limitless-ui-react.git"
Expand Down

0 comments on commit 11decc5

Please sign in to comment.