diff --git a/.changeset/heavy-windows-watch.md b/.changeset/heavy-windows-watch.md deleted file mode 100644 index 3efffd022..000000000 --- a/.changeset/heavy-windows-watch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'sajari-sdk-docs': patch -'@sajari/react-components': patch -'@sajari/react-sdk-utils': patch ---- - -Add more modal width options diff --git a/.changeset/violet-llamas-sniff.md b/.changeset/violet-llamas-sniff.md deleted file mode 100644 index c6498376b..000000000 --- a/.changeset/violet-llamas-sniff.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sajari/react-components': patch -'@sajari/react-search-ui': patch ---- - -Add missing dependency diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5003e2aa1..7796ce159 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.6.5 + +### Patch Changes + +- [`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea) [#375](https://github.com/sajari/sdk-react/pull/375) Thanks [@sampotts](https://github.com/sampotts)! - Add more modal width options + ## 1.6.4 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 1965611ab..e06fdc5b9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "sajari-sdk-docs", - "version": "1.6.4", + "version": "1.6.5", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e6a244a35..b0c20a8a7 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.5.1 + +### Patch Changes + +- [`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea) [#375](https://github.com/sajari/sdk-react/pull/375) Thanks [@sampotts](https://github.com/sampotts)! - Add more modal width options + +* [`016ab5ab`](https://github.com/sajari/sdk-react/commit/016ab5ab1bb6891127ac9d0bc5a45b9c1ee48fc6) [#376](https://github.com/sajari/sdk-react/pull/376) Thanks [@sampotts](https://github.com/sampotts)! - Add missing dependency + +* Updated dependencies [[`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea)]: + - @sajari/react-sdk-utils@1.3.4 + ## 1.5.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index e2f9b5edb..3ecabff74 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-components", - "version": "1.5.0", + "version": "1.5.1", "description": "Core components that allow you to build a beautiful search interface with any back end.", "sideEffects": false, "repository": { @@ -34,7 +34,7 @@ "@react-aria/textfield": "^3.2.2", "@react-aria/utils": "^3.5.0", "@react-types/button": "^3.3.0", - "@sajari/react-sdk-utils": "^1.3.3", + "@sajari/react-sdk-utils": "^1.3.4", "aria-hidden": "^1.1.1", "body-scroll-lock": "^3.1.5", "classnames": "^2.2.6", diff --git a/packages/search-ui/CHANGELOG.md b/packages/search-ui/CHANGELOG.md index 93f5e728c..e8e45096d 100644 --- a/packages/search-ui/CHANGELOG.md +++ b/packages/search-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.7.8 + +### Patch Changes + +- [`016ab5ab`](https://github.com/sajari/sdk-react/commit/016ab5ab1bb6891127ac9d0bc5a45b9c1ee48fc6) [#376](https://github.com/sajari/sdk-react/pull/376) Thanks [@sampotts](https://github.com/sampotts)! - Add missing dependency + +- Updated dependencies [[`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea), [`016ab5ab`](https://github.com/sajari/sdk-react/commit/016ab5ab1bb6891127ac9d0bc5a45b9c1ee48fc6)]: + - @sajari/react-components@1.5.1 + - @sajari/react-sdk-utils@1.3.4 + ## 1.7.7 ### Patch Changes diff --git a/packages/search-ui/package.json b/packages/search-ui/package.json index 4e6c0b3cf..0e9ed64c1 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.7", + "version": "1.7.8", "description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.", "sideEffects": false, "repository": { @@ -27,9 +27,9 @@ }, "dependencies": { "@react-aria/utils": "3.5.0", - "@sajari/react-components": "^1.5.0", + "@sajari/react-components": "^1.5.1", "@sajari/react-hooks": "^1.4.3", - "@sajari/react-sdk-utils": "^1.3.3", + "@sajari/react-sdk-utils": "^1.3.4", "i18next": "19.8.5", "i18next-browser-languagedetector": "^6.0.1", "react-aria-live": "^2.0.5", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0f50412c9..7e754775b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.3.4 + +### Patch Changes + +- [`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea) [#375](https://github.com/sajari/sdk-react/pull/375) Thanks [@sampotts](https://github.com/sampotts)! - Add more modal width options + ## 1.3.3 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 4c8a968a1..f31cbc2c2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-sdk-utils", - "version": "1.3.3", + "version": "1.3.4", "description": "Shared utils for the Sajari React packages.", "sideEffects": false, "repository": {