Skip to content

Commit d9783f5

Browse files
sajari-ci[bot]github-actions[bot]
andauthored
Version Packages (#867)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3b91fc commit d9783f5

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

.changeset/proud-eyes-rhyme.md

Lines changed: 0 additions & 7 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.1
4+
5+
### Patch Changes
6+
7+
- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix
8+
9+
- Updated dependencies [[`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447)]:
10+
- @sajari/react-search-ui@5.0.1
11+
312
## 2.0.0
413

514
### Major 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.0",
3+
"version": "2.0.1",
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.0",
18+
"@sajari/react-search-ui": "^5.0.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix
8+
39
## 5.0.0
410

511
### Major 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.0",
3+
"version": "5.0.1",
44
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
55
"sideEffects": false,
66
"repository": {

packages/server/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+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix
8+
39
## 2.0.0
410

511
### Major Changes

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sajari/server",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "SSR helpers",
55
"sideEffects": false,
66
"repository": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5295,7 +5295,7 @@ __metadata:
52955295
languageName: unknown
52965296
linkType: soft
52975297

5298-
"@sajari/react-search-ui@^5.0.0, @sajari/react-search-ui@workspace:packages/search-ui":
5298+
"@sajari/react-search-ui@^5.0.1, @sajari/react-search-ui@workspace:packages/search-ui":
52995299
version: 0.0.0-use.local
53005300
resolution: "@sajari/react-search-ui@workspace:packages/search-ui"
53015301
dependencies:
@@ -17281,7 +17281,7 @@ __metadata:
1728117281
"@sajari-ui/core": ^3.0.2
1728217282
"@sajari/react-components": ^2.0.0
1728317283
"@sajari/react-hooks": ^4.0.1
17284-
"@sajari/react-search-ui": ^5.0.0
17284+
"@sajari/react-search-ui": ^5.0.1
1728517285
"@types/mdx-js__react": ^1.5.3
1728617286
"@types/react-table": ^7.0.25
1728717287
eslint-config-prettier: ^8.3.0

0 commit comments

Comments
 (0)