From f00550d44f058f4e38f510c0647eb836c8e81abf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 21:44:11 +0000 Subject: [PATCH] chore(release): 0.1.0 # [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)) --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2121a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 387ac0a..f7a99b8 100644 --- a/package.json +++ b/package.json @@ -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"