Skip to content

Commit 43d9e06

Browse files
sajari-ci[bot]github-actions[bot]
andauthored
Version Packages (#880)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b64e6c commit 43d9e06

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

.changeset/tough-rabbits-fold.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- [`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
8+
9+
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.
10+
11+
- Updated dependencies [[`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c)]:
12+
- @sajari/react-search-ui@6.0.0
13+
314
## 2.0.4
415

516
### Patch Changes

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sajari-sdk-docs",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,7 +15,7 @@
1515
"@sajari-ui/core": "^3.0.2",
1616
"@sajari/react-components": "^2.0.0",
1717
"@sajari/react-hooks": "^4.0.1",
18-
"@sajari/react-search-ui": "^5.1.1",
18+
"@sajari/react-search-ui": "^6.0.0",
1919
"@types/mdx-js__react": "^1.5.3",
2020
"@types/react-table": "^7.0.25",
2121
"lorem-ipsum": "^2.0.3",

packages/search-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [`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
8+
9+
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.
10+
311
## 5.1.1
412

513
### Patch Changes

packages/search-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sajari/react-search-ui",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
55
"sideEffects": false,
66
"repository": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5304,7 +5304,7 @@ __metadata:
53045304
languageName: unknown
53055305
linkType: soft
53065306

5307-
"@sajari/react-search-ui@^5.1.1, @sajari/react-search-ui@workspace:packages/search-ui":
5307+
"@sajari/react-search-ui@^6.0.0, @sajari/react-search-ui@workspace:packages/search-ui":
53085308
version: 0.0.0-use.local
53095309
resolution: "@sajari/react-search-ui@workspace:packages/search-ui"
53105310
dependencies:
@@ -17279,7 +17279,7 @@ __metadata:
1727917279
"@sajari-ui/core": ^3.0.2
1728017280
"@sajari/react-components": ^2.0.0
1728117281
"@sajari/react-hooks": ^4.0.1
17282-
"@sajari/react-search-ui": ^5.1.1
17282+
"@sajari/react-search-ui": ^6.0.0
1728317283
"@types/mdx-js__react": ^1.5.3
1728417284
"@types/react-table": ^7.0.25
1728517285
eslint-config-prettier: ^8.3.0

0 commit comments

Comments
 (0)