Skip to content

Commit 6797d7e

Browse files
sajari-ci[bot]github-actions[bot]
andauthored
Version Packages (#869)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79a49cb commit 6797d7e

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

.changeset/tender-timers-vanish.md

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

docs/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [`79a49cb4`](https://github.com/sajari/sdk-react/commit/79a49cb4e64c90cebd404115aa2f5b6dc444eea6) [#868](https://github.com/sajari/sdk-react/pull/868) Thanks [@wwalser](https://github.com/wwalser)! - fix: move from react-aria-live to @react-aria/live-announcer
8+
9+
- Updated dependencies [[`79a49cb4`](https://github.com/sajari/sdk-react/commit/79a49cb4e64c90cebd404115aa2f5b6dc444eea6)]:
10+
- @sajari/react-search-ui@5.0.2
11+
312
## 2.0.1
413

514
### 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.1",
3+
"version": "2.0.2",
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.0.1",
18+
"@sajari/react-search-ui": "^5.0.2",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [`79a49cb4`](https://github.com/sajari/sdk-react/commit/79a49cb4e64c90cebd404115aa2f5b6dc444eea6) [#868](https://github.com/sajari/sdk-react/pull/868) Thanks [@wwalser](https://github.com/wwalser)! - fix: move from react-aria-live to @react-aria/live-announcer
8+
39
## 5.0.1
410

511
### 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.0.1",
3+
"version": "5.0.2",
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.0.1, @sajari/react-search-ui@workspace:packages/search-ui":
5307+
"@sajari/react-search-ui@^5.0.2, @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.0.1
17282+
"@sajari/react-search-ui": ^5.0.2
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)