diff --git a/.changeset/tough-rabbits-fold.md b/.changeset/tough-rabbits-fold.md deleted file mode 100644 index e81810d2e..000000000 --- a/.changeset/tough-rabbits-fold.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@sajari/react-search-ui': major -'sajari-sdk-docs': patch ---- - -feat: make redirects via the input component case-insensitive - -Note: This update includes a breaking change to the way redirects work in the `@sajari/react-search-ui` `Input` component. The component no longer supports case-sensitive redirects. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d9fd3d1c5..6c3e1bfd7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.0.5 + +### Patch Changes + +- [`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c) [#879](https://github.com/sajari/sdk-react/pull/879) Thanks [@jkaho](https://github.com/jkaho)! - feat: make redirects via the input component case-insensitive + + Note: This update includes a breaking change to the way redirects work in the `@sajari/react-search-ui` `Input` component. The component no longer supports case-sensitive redirects. + +- Updated dependencies [[`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c)]: + - @sajari/react-search-ui@6.0.0 + ## 2.0.4 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 0f203e028..4763d7079 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "sajari-sdk-docs", - "version": "2.0.4", + "version": "2.0.5", "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.1.1", + "@sajari/react-search-ui": "^6.0.0", "@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 71fc34f62..dfb442bee 100644 --- a/packages/search-ui/CHANGELOG.md +++ b/packages/search-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 6.0.0 + +### Major Changes + +- [`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c) [#879](https://github.com/sajari/sdk-react/pull/879) Thanks [@jkaho](https://github.com/jkaho)! - feat: make redirects via the input component case-insensitive + + Note: This update includes a breaking change to the way redirects work in the `@sajari/react-search-ui` `Input` component. The component no longer supports case-sensitive redirects. + ## 5.1.1 ### Patch Changes diff --git a/packages/search-ui/package.json b/packages/search-ui/package.json index c745ca473..38eab36c3 100644 --- a/packages/search-ui/package.json +++ b/packages/search-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sajari/react-search-ui", - "version": "5.1.1", + "version": "6.0.0", "description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.", "sideEffects": false, "repository": { diff --git a/yarn.lock b/yarn.lock index b1c297554..b71bc27ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5304,7 +5304,7 @@ __metadata: languageName: unknown linkType: soft -"@sajari/react-search-ui@^5.1.1, @sajari/react-search-ui@workspace:packages/search-ui": +"@sajari/react-search-ui@^6.0.0, @sajari/react-search-ui@workspace:packages/search-ui": version: 0.0.0-use.local resolution: "@sajari/react-search-ui@workspace:packages/search-ui" dependencies: @@ -17279,7 +17279,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.1.1 + "@sajari/react-search-ui": ^6.0.0 "@types/mdx-js__react": ^1.5.3 "@types/react-table": ^7.0.25 eslint-config-prettier: ^8.3.0