diff --git a/.changeset/hot-bobcats-press.md b/.changeset/hot-bobcats-press.md deleted file mode 100644 index 8dee301fc..000000000 --- a/.changeset/hot-bobcats-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'sajari-sdk-docs': patch -'@sajari/react-components': patch ---- - -Improve RangeInput input styling diff --git a/.changeset/many-lizards-march.md b/.changeset/many-lizards-march.md deleted file mode 100644 index f2b6be00a..000000000 --- a/.changeset/many-lizards-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sajari/react-search-ui': patch ---- - -fix message padding on smaller displays diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4daa3c1ba..8df5413f4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.5.1 + +### Patch Changes + +- [`cd997aa9`](https://github.com/sajari/sdk-react/commit/cd997aa980a2f9793ed3c74281f87dd57c89ade1) [#335](https://github.com/sajari/sdk-react/pull/335) Thanks [@sampotts](https://github.com/sampotts)! - Improve RangeInput input styling + ## 1.5.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index d68abc0bd..19b084b4c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "sajari-sdk-docs", - "version": "1.5.0", + "version": "1.5.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 50b35c8ab..ceb477d67 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.2 + +### Patch Changes + +- [`cd997aa9`](https://github.com/sajari/sdk-react/commit/cd997aa980a2f9793ed3c74281f87dd57c89ade1) [#335](https://github.com/sajari/sdk-react/pull/335) Thanks [@sampotts](https://github.com/sampotts)! - Improve RangeInput input styling + ## 1.4.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 6e123e480..3d5cf712a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-components", - "version": "1.4.1", + "version": "1.4.2", "description": "Core components that allow you to build a beautiful search interface with any back end.", "sideEffects": false, "repository": { diff --git a/packages/search-ui/CHANGELOG.md b/packages/search-ui/CHANGELOG.md index 37b236d34..c5220dc44 100644 --- a/packages/search-ui/CHANGELOG.md +++ b/packages/search-ui/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.6.2 + +### Patch Changes + +- [`ca71719f`](https://github.com/sajari/sdk-react/commit/ca71719f4de9cd0de11869d8e3142d73696a4a3c) [#333](https://github.com/sajari/sdk-react/pull/333) Thanks [@sampotts](https://github.com/sampotts)! - fix message padding on smaller displays + +- Updated dependencies [[`cd997aa9`](https://github.com/sajari/sdk-react/commit/cd997aa980a2f9793ed3c74281f87dd57c89ade1)]: + - @sajari/react-components@1.4.2 + ## 1.6.1 ### Patch Changes diff --git a/packages/search-ui/package.json b/packages/search-ui/package.json index 66d30e1e2..a56e0616a 100644 --- a/packages/search-ui/package.json +++ b/packages/search-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-search-ui", - "version": "1.6.1", + "version": "1.6.2", "description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.", "sideEffects": false, "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@react-aria/utils": "3.5.0", - "@sajari/react-components": "^1.4.1", + "@sajari/react-components": "^1.4.2", "@sajari/react-hooks": "^1.2.0", "@sajari/react-sdk-utils": "^1.3.0", "i18next": "19.8.4",