Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.1...v0.1.0) (2024-09-06)

### Bug Fixes

* **searchbox:** Add default values for the SearchContext ([88827dd](88827dd))

### Features

* Add useAutosuggest hook ([85f39f3](85f39f3))
* **searchbox:** Add `@bloomreach/discovery-web-sdk` dependency ([623dff9](623dff9))
* **searchbox:** Add `useSearchBox` hook ([7e15a8e](7e15a8e))
* **searchbox:** Add searchBox component, hook and context utilizing web-sdk ([25e4c28](25e4c28))
* **searchbox:** Enhance search context and search box functionalities ([85b3d7d](85b3d7d))
* **searchbox:** Support search types: product, category, content, bestseller ([4b82c0c](4b82c0c))

### Performance Improvements

* **searchbox:** Memoize onChange handler ([07d3fa7](07d3fa7))
  • Loading branch information
semantic-release-bot committed Sep 6, 2024
1 parent 907d93f commit f00550d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [0.1.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.0.1...v0.1.0) (2024-09-06)


### Bug Fixes

* **searchbox:** Add default values for the SearchContext ([88827dd](https://github.com/bloomreach/limitless-ui-react/commit/88827ddbdc96fb13eb8a143791b5e411fd2d2f86))


### Features

* Add useAutosuggest hook ([85f39f3](https://github.com/bloomreach/limitless-ui-react/commit/85f39f37112071b5de77e39834c1ce7d87a259ac))
* **searchbox:** Add `@bloomreach/discovery-web-sdk` dependency ([623dff9](https://github.com/bloomreach/limitless-ui-react/commit/623dff95a4fec902727a6c21292ef6c6853d688b))
* **searchbox:** Add `useSearchBox` hook ([7e15a8e](https://github.com/bloomreach/limitless-ui-react/commit/7e15a8e39a241637d58b62f6173ee81d793693bb))
* **searchbox:** Add searchBox component, hook and context utilizing web-sdk ([25e4c28](https://github.com/bloomreach/limitless-ui-react/commit/25e4c289e143296d1f7ddb619542dfa64fd42942))
* **searchbox:** Enhance search context and search box functionalities ([85b3d7d](https://github.com/bloomreach/limitless-ui-react/commit/85b3d7d9d4af0c3afc1f9797b5d9d18243f7b576))
* **searchbox:** Support search types: product, category, content, bestseller ([4b82c0c](https://github.com/bloomreach/limitless-ui-react/commit/4b82c0c6cc70332610c301fb3359df5f3efdc58c))


### Performance Improvements

* **searchbox:** Memoize onChange handler ([07d3fa7](https://github.com/bloomreach/limitless-ui-react/commit/07d3fa71cb979d39ef5903b242018c08d8af523e))
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.0.2",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bloomreach/limitless-ui-react.git"
Expand Down

0 comments on commit f00550d

Please sign in to comment.