diff --git a/.changeset/itchy-mirrors-roll.md b/.changeset/itchy-mirrors-roll.md deleted file mode 100644 index 84bd60e71..000000000 --- a/.changeset/itchy-mirrors-roll.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sajari/react-search-ui': minor -'@sajari/react-hooks': patch ---- - -Supported to set a default value for `viewType`. Also, moved viewType state from `hooks` package to `search-ui` package so leaving the hooks to only be in charge of handling data from the backend. diff --git a/.changeset/smart-geese-lie.md b/.changeset/smart-geese-lie.md deleted file mode 100644 index d0ec94fe1..000000000 --- a/.changeset/smart-geese-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sajari/react-hooks': patch -'@sajari/server': patch ---- - -fix defaultFilter being ignored if there are no filters diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 8d15a1c53..f5603c897 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.3 + +### Patch Changes + +- [`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae) [#324](https://github.com/sajari/sdk-react/pull/324) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Supported to set a default value for `viewType`. Also, moved viewType state from `hooks` package to `search-ui` package so leaving the hooks to only be in charge of handling data from the backend. + +* [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3) [#322](https://github.com/sajari/sdk-react/pull/322) Thanks [@tuanddd](https://github.com/tuanddd)! - fix defaultFilter being ignored if there are no filters + ## 1.1.2 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f7d90dac3..19281dc9a 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-hooks", - "version": "1.1.2", + "version": "1.1.3", "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 cba79bd8e..633755c72 100644 --- a/packages/search-ui/CHANGELOG.md +++ b/packages/search-ui/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.5.0 + +### Minor Changes + +- [`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae) [#324](https://github.com/sajari/sdk-react/pull/324) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Supported to set a default value for `viewType`. Also, moved viewType state from `hooks` package to `search-ui` package so leaving the hooks to only be in charge of handling data from the backend. + +### Patch Changes + +- Updated dependencies [[`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae), [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3)]: + - @sajari/react-hooks@1.1.3 + ## 1.4.3 ### Patch Changes diff --git a/packages/search-ui/package.json b/packages/search-ui/package.json index e988aadcc..d5582b1b9 100644 --- a/packages/search-ui/package.json +++ b/packages/search-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-search-ui", - "version": "1.4.3", + "version": "1.5.0", "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.1", - "@sajari/react-hooks": "^1.1.2", + "@sajari/react-hooks": "^1.1.3", "@sajari/react-sdk-utils": "^1.2.2", "i18next": "19.8.4", "i18next-browser-languagedetector": "^6.0.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 3060091ec..d3b0bb4be 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.12 + +### Patch Changes + +- [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3) [#322](https://github.com/sajari/sdk-react/pull/322) Thanks [@tuanddd](https://github.com/tuanddd)! - fix defaultFilter being ignored if there are no filters + +- Updated dependencies [[`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae), [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3)]: + - @sajari/react-hooks@1.1.3 + ## 1.0.11 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 503853cb7..f87d81441 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/server", - "version": "1.0.11", + "version": "1.0.12", "description": "SSR helpers", "sideEffects": false, "repository": { @@ -26,7 +26,7 @@ "react-dom": "^16.8.0" }, "dependencies": { - "@sajari/react-hooks": "^1.1.2", + "@sajari/react-hooks": "^1.1.3", "@sajari/react-sdk-utils": "^1.2.2" }, "publishConfig": {