diff --git a/.changeset/eighty-kiwis-travel.md b/.changeset/eighty-kiwis-travel.md deleted file mode 100644 index 07d0aaf84..000000000 --- a/.changeset/eighty-kiwis-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sajari/react-search-ui': patch -'@sajari/server': patch ---- - -Edit typing and error message diff --git a/.changeset/heavy-months-invent.md b/.changeset/heavy-months-invent.md deleted file mode 100644 index 4afbdc2a3..000000000 --- a/.changeset/heavy-months-invent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'sajari-sdk-docs': patch -'@sajari/react-hooks': patch -'@sajari/react-search-ui': patch ---- - -Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase. diff --git a/.changeset/tough-trainers-retire.md b/.changeset/tough-trainers-retire.md deleted file mode 100644 index 049b3a0c2..000000000 --- a/.changeset/tough-trainers-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sajari/react-hooks': patch ---- - -useFilter - add params to the other sortItems call diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fc09cf923..234a2df46 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.6.1 + +### Patch Changes + +- [`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc) [#359](https://github.com/sajari/sdk-react/pull/359) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase. + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/docs/package.json b/docs/package.json index ac0f16652..23c945684 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "sajari-sdk-docs", - "version": "1.6.0", + "version": "1.6.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 8a692e3dc..b231f0407 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.4.1 + +### Patch Changes + +- [`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc) [#359](https://github.com/sajari/sdk-react/pull/359) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase. + +* [`fdfe9680`](https://github.com/sajari/sdk-react/commit/fdfe9680d8c79afffd51705b1687db8aae81481e) [#358](https://github.com/sajari/sdk-react/pull/358) Thanks [@tuanddd](https://github.com/tuanddd)! - useFilter - add params to the other sortItems call + ## 1.4.0 ### Minor Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 662ae5de6..53b2802c7 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-hooks", - "version": "1.4.0", + "version": "1.4.1", "description": "Easy to use hooks that allow you to build a powerful search interface powered by Sajari using any component library.", "sideEffects": false, "scripts": { diff --git a/packages/search-ui/CHANGELOG.md b/packages/search-ui/CHANGELOG.md index 1b77ebdc5..a91232fb2 100644 --- a/packages/search-ui/CHANGELOG.md +++ b/packages/search-ui/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.7.1 + +### Patch Changes + +- [`b52fc43b`](https://github.com/sajari/sdk-react/commit/b52fc43bd4323c96c6eef858242f6b42923f45f7) [#351](https://github.com/sajari/sdk-react/pull/351) Thanks [@tuanddd](https://github.com/tuanddd)! - Edit typing and error message + +* [`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc) [#359](https://github.com/sajari/sdk-react/pull/359) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase. + +* Updated dependencies [[`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc), [`fdfe9680`](https://github.com/sajari/sdk-react/commit/fdfe9680d8c79afffd51705b1687db8aae81481e)]: + - @sajari/react-hooks@1.4.1 + ## 1.7.0 ### Minor Changes diff --git a/packages/search-ui/package.json b/packages/search-ui/package.json index d0d3eb681..58efa1539 100644 --- a/packages/search-ui/package.json +++ b/packages/search-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-search-ui", - "version": "1.7.0", + "version": "1.7.1", "description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.", "sideEffects": false, "repository": { @@ -28,7 +28,7 @@ "dependencies": { "@react-aria/utils": "3.5.0", "@sajari/react-components": "^1.4.5", - "@sajari/react-hooks": "^1.4.0", + "@sajari/react-hooks": "^1.4.1", "@sajari/react-sdk-utils": "^1.3.1", "i18next": "19.8.4", "i18next-browser-languagedetector": "^6.0.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 1a1cf509a..0e149c3da 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.1 + +### Patch Changes + +- [`b52fc43b`](https://github.com/sajari/sdk-react/commit/b52fc43bd4323c96c6eef858242f6b42923f45f7) [#351](https://github.com/sajari/sdk-react/pull/351) Thanks [@tuanddd](https://github.com/tuanddd)! - Edit typing and error message + +- Updated dependencies [[`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc), [`fdfe9680`](https://github.com/sajari/sdk-react/commit/fdfe9680d8c79afffd51705b1687db8aae81481e)]: + - @sajari/react-hooks@1.4.1 + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/server/package.json b/packages/server/package.json index 36ddccfa3..f996f3de9 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/server", - "version": "1.2.0", + "version": "1.2.1", "description": "SSR helpers", "sideEffects": false, "repository": { @@ -26,7 +26,7 @@ "react-dom": "^16.8.0" }, "dependencies": { - "@sajari/react-hooks": "^1.3.0", + "@sajari/react-hooks": "^1.4.1", "@sajari/react-sdk-utils": "^1.3.1" }, "publishConfig": {