diff --git a/.changeset/proud-eyes-rhyme.md b/.changeset/proud-eyes-rhyme.md deleted file mode 100644 index fcda647df..000000000 --- a/.changeset/proud-eyes-rhyme.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'sajari-sdk-docs': patch -'@sajari/react-search-ui': patch -'@sajari/server': patch ---- - -fix: upgrade package to adopt bugfix diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 92e3cde5b..8fff7f7ef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix + +- Updated dependencies [[`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447)]: + - @sajari/react-search-ui@5.0.1 + ## 2.0.0 ### Major Changes diff --git a/docs/package.json b/docs/package.json index a9f1e2700..5bc3e20e3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "sajari-sdk-docs", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "dev": "next dev", @@ -15,7 +15,7 @@ "@sajari-ui/core": "^3.0.2", "@sajari/react-components": "^2.0.0", "@sajari/react-hooks": "^4.0.1", - "@sajari/react-search-ui": "^5.0.0", + "@sajari/react-search-ui": "^5.0.1", "@types/mdx-js__react": "^1.5.3", "@types/react-table": "^7.0.25", "lorem-ipsum": "^2.0.3", diff --git a/packages/search-ui/CHANGELOG.md b/packages/search-ui/CHANGELOG.md index b0f5949e3..c773b6397 100644 --- a/packages/search-ui/CHANGELOG.md +++ b/packages/search-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.1 + +### Patch Changes + +- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix + ## 5.0.0 ### Major Changes diff --git a/packages/search-ui/package.json b/packages/search-ui/package.json index 7199e96a3..bf9cd73be 100644 --- a/packages/search-ui/package.json +++ b/packages/search-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-search-ui", - "version": "5.0.0", + "version": "5.0.1", "description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.", "sideEffects": false, "repository": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index dfc1b8e13..219373199 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix + ## 2.0.0 ### Major Changes diff --git a/packages/server/package.json b/packages/server/package.json index 36e5d26e3..fb085f8ee 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/server", - "version": "2.0.0", + "version": "2.0.1", "description": "SSR helpers", "sideEffects": false, "repository": { diff --git a/yarn.lock b/yarn.lock index cc0603b51..879938ed8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5295,7 +5295,7 @@ __metadata: languageName: unknown linkType: soft -"@sajari/react-search-ui@^5.0.0, @sajari/react-search-ui@workspace:packages/search-ui": +"@sajari/react-search-ui@^5.0.1, @sajari/react-search-ui@workspace:packages/search-ui": version: 0.0.0-use.local resolution: "@sajari/react-search-ui@workspace:packages/search-ui" dependencies: @@ -17281,7 +17281,7 @@ __metadata: "@sajari-ui/core": ^3.0.2 "@sajari/react-components": ^2.0.0 "@sajari/react-hooks": ^4.0.1 - "@sajari/react-search-ui": ^5.0.0 + "@sajari/react-search-ui": ^5.0.1 "@types/mdx-js__react": ^1.5.3 "@types/react-table": ^7.0.25 eslint-config-prettier: ^8.3.0