Skip to content

Commit 46debd6

Browse files
sajari-ci[bot]github-actions[bot]
andauthored
Version Packages (#857)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f6f72c commit 46debd6

File tree

14 files changed

+96
-40
lines changed

14 files changed

+96
-40
lines changed

.changeset/afraid-boxes-invent.md

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

docs/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db) [#856](https://github.com/sajari/sdk-react/pull/856) Thanks [@JasonBerry](https://github.com/JasonBerry)! - Major version bump of Tailwind. Require React 17 peer dependency. Remove useFocusRingStyles and useRingStyles hooks.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
12+
- @sajari/react-components@2.0.0
13+
- @sajari/react-hooks@4.0.0
14+
- @sajari/react-search-ui@5.0.0
15+
316
## 1.18.0
417

518
### Minor Changes

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sajari-sdk-docs",
3-
"version": "1.18.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,9 +13,9 @@
1313
"@mdx-js/react": "^1.6.22",
1414
"@next/mdx": "^12.0.9",
1515
"@sajari-ui/core": "^3.0.2",
16-
"@sajari/react-components": "^1.15.0",
17-
"@sajari/react-hooks": "^3.15.0",
18-
"@sajari/react-search-ui": "^4.19.0",
16+
"@sajari/react-components": "^2.0.0",
17+
"@sajari/react-hooks": "^4.0.0",
18+
"@sajari/react-search-ui": "^5.0.0",
1919
"@types/mdx-js__react": "^1.5.3",
2020
"@types/react-table": "^7.0.25",
2121
"lorem-ipsum": "^2.0.3",

packages/components/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.0
4+
5+
### Major Changes
6+
7+
- [`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db) [#856](https://github.com/sajari/sdk-react/pull/856) Thanks [@JasonBerry](https://github.com/JasonBerry)! - Major version bump of Tailwind. Require React 17 peer dependency. Remove useFocusRingStyles and useRingStyles hooks.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
12+
- @sajari/react-sdk-utils@2.0.0
13+
314
## 1.15.0
415

516
### Minor Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sajari/react-components",
3-
"version": "1.15.0",
3+
"version": "2.0.0",
44
"description": "Core components that allow you to build a beautiful search interface with any back end.",
55
"sideEffects": false,
66
"repository": {
@@ -36,7 +36,7 @@
3636
"@react-aria/textfield": "^3.2.2",
3737
"@react-aria/utils": "^3.5.0",
3838
"@react-types/button": "^3.3.0",
39-
"@sajari/react-sdk-utils": "^1.7.0",
39+
"@sajari/react-sdk-utils": "^2.0.0",
4040
"aria-hidden": "^1.1.2",
4141
"body-scroll-lock": "^3.1.5",
4242
"classnames": "^2.2.6",

packages/hooks/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+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db) [#856](https://github.com/sajari/sdk-react/pull/856) Thanks [@JasonBerry](https://github.com/JasonBerry)! - Major version bump of Tailwind. Require React 17 peer dependency. Remove useFocusRingStyles and useRingStyles hooks.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
12+
- @sajari/react-sdk-utils@2.0.0
13+
314
## 3.15.0
415

516
### Minor Changes

packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sajari/react-hooks",
3-
"version": "3.15.0",
3+
"version": "4.0.0",
44
"description": "Easy to use hooks that allow you to build a powerful search interface powered by Sajari using any component library.",
55
"sideEffects": false,
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"react-dom": ">=17"
2323
},
2424
"dependencies": {
25-
"@sajari/react-sdk-utils": "^1.7.0",
25+
"@sajari/react-sdk-utils": "^2.0.0",
2626
"@sajari/sdk-js": "^2.10.5",
2727
"js-cookie": "^2.2.1"
2828
},

packages/search-ui/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db) [#856](https://github.com/sajari/sdk-react/pull/856) Thanks [@JasonBerry](https://github.com/JasonBerry)! - Major version bump of Tailwind. Require React 17 peer dependency. Remove useFocusRingStyles and useRingStyles hooks.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
12+
- @sajari/react-components@2.0.0
13+
- @sajari/react-hooks@4.0.0
14+
- @sajari/react-sdk-utils@2.0.0
15+
316
## 4.19.1
417

518
### Patch Changes

packages/search-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sajari/react-search-ui",
3-
"version": "4.19.1",
3+
"version": "5.0.0",
44
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
55
"sideEffects": false,
66
"repository": {
@@ -27,9 +27,9 @@
2727
},
2828
"dependencies": {
2929
"@react-aria/utils": "3.5.0",
30-
"@sajari/react-components": "^1.15.0",
31-
"@sajari/react-hooks": "^3.15.0",
32-
"@sajari/react-sdk-utils": "^1.7.0",
30+
"@sajari/react-components": "^2.0.0",
31+
"@sajari/react-hooks": "^4.0.0",
32+
"@sajari/react-sdk-utils": "^2.0.0",
3333
"dayjs": "^1.10.5",
3434
"i18next": "19.8.7",
3535
"i18next-browser-languagedetector": "^6.0.1",

packages/server/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db) [#856](https://github.com/sajari/sdk-react/pull/856) Thanks [@JasonBerry](https://github.com/JasonBerry)! - Major version bump of Tailwind. Require React 17 peer dependency. Remove useFocusRingStyles and useRingStyles hooks.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
12+
- @sajari/react-hooks@4.0.0
13+
- @sajari/react-sdk-utils@2.0.0
14+
315
## 1.6.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)