Skip to content

Commit

Permalink
Version Packages (#857)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sajari-ci and github-actions[bot] authored Sep 6, 2022
1 parent 3f6f72c commit 46debd6
Show file tree
Hide file tree
Showing 14 changed files with 96 additions and 40 deletions.
10 changes: 0 additions & 10 deletions .changeset/afraid-boxes-invent.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.0.0

### Major Changes

- [`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.

### Patch Changes

- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
- @sajari/react-components@2.0.0
- @sajari/react-hooks@4.0.0
- @sajari/react-search-ui@5.0.0

## 1.18.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sajari-sdk-docs",
"version": "1.18.0",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,9 +13,9 @@
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.9",
"@sajari-ui/core": "^3.0.2",
"@sajari/react-components": "^1.15.0",
"@sajari/react-hooks": "^3.15.0",
"@sajari/react-search-ui": "^4.19.0",
"@sajari/react-components": "^2.0.0",
"@sajari/react-hooks": "^4.0.0",
"@sajari/react-search-ui": "^5.0.0",
"@types/mdx-js__react": "^1.5.3",
"@types/react-table": "^7.0.25",
"lorem-ipsum": "^2.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.0

### Major Changes

- [`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.

### Patch Changes

- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
- @sajari/react-sdk-utils@2.0.0

## 1.15.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-components",
"version": "1.15.0",
"version": "2.0.0",
"description": "Core components that allow you to build a beautiful search interface with any back end.",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@react-aria/textfield": "^3.2.2",
"@react-aria/utils": "^3.5.0",
"@react-types/button": "^3.3.0",
"@sajari/react-sdk-utils": "^1.7.0",
"@sajari/react-sdk-utils": "^2.0.0",
"aria-hidden": "^1.1.2",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.2.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.0.0

### Major Changes

- [`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.

### Patch Changes

- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
- @sajari/react-sdk-utils@2.0.0

## 3.15.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-hooks",
"version": "3.15.0",
"version": "4.0.0",
"description": "Easy to use hooks that allow you to build a powerful search interface powered by Sajari using any component library.",
"sideEffects": false,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"react-dom": ">=17"
},
"dependencies": {
"@sajari/react-sdk-utils": "^1.7.0",
"@sajari/react-sdk-utils": "^2.0.0",
"@sajari/sdk-js": "^2.10.5",
"js-cookie": "^2.2.1"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 5.0.0

### Major Changes

- [`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.

### Patch Changes

- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
- @sajari/react-components@2.0.0
- @sajari/react-hooks@4.0.0
- @sajari/react-sdk-utils@2.0.0

## 4.19.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/search-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-search-ui",
"version": "4.19.1",
"version": "5.0.0",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand All @@ -27,9 +27,9 @@
},
"dependencies": {
"@react-aria/utils": "3.5.0",
"@sajari/react-components": "^1.15.0",
"@sajari/react-hooks": "^3.15.0",
"@sajari/react-sdk-utils": "^1.7.0",
"@sajari/react-components": "^2.0.0",
"@sajari/react-hooks": "^4.0.0",
"@sajari/react-sdk-utils": "^2.0.0",
"dayjs": "^1.10.5",
"i18next": "19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.0.0

### Major Changes

- [`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.

### Patch Changes

- Updated dependencies [[`3f6f72c4`](https://github.com/sajari/sdk-react/commit/3f6f72c4e7768e0859edb25c9835f46f31a4d2db)]:
- @sajari/react-hooks@4.0.0
- @sajari/react-sdk-utils@2.0.0

## 1.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/server",
"version": "1.6.0",
"version": "2.0.0",
"description": "SSR helpers",
"sideEffects": false,
"repository": {
Expand All @@ -26,8 +26,8 @@
"react-dom": ">=17"
},
"dependencies": {
"@sajari/react-hooks": "^3.15.0",
"@sajari/react-sdk-utils": "^1.7.0"
"@sajari/react-hooks": "^4.0.0",
"@sajari/react-sdk-utils": "^2.0.0"
},
"devDependencies": {
"babel-jest": "^26.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0

### Major Changes

- [`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.

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-sdk-utils",
"version": "1.7.0",
"version": "2.0.0",
"description": "Shared utils for the Sajari React packages.",
"sideEffects": false,
"repository": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5221,7 +5221,7 @@ __metadata:
languageName: node
linkType: hard

"@sajari/react-components@^1.15.0, @sajari/react-components@workspace:packages/components":
"@sajari/react-components@^2.0.0, @sajari/react-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "@sajari/react-components@workspace:packages/components"
dependencies:
Expand All @@ -5235,7 +5235,7 @@ __metadata:
"@react-aria/textfield": ^3.2.2
"@react-aria/utils": ^3.5.0
"@react-types/button": ^3.3.0
"@sajari/react-sdk-utils": ^1.7.0
"@sajari/react-sdk-utils": ^2.0.0
aria-hidden: ^1.1.2
babel-jest: ^26.6.3
body-scroll-lock: ^3.1.5
Expand All @@ -5254,11 +5254,11 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-hooks@^3.15.0, @sajari/react-hooks@workspace:packages/hooks":
"@sajari/react-hooks@^4.0.0, @sajari/react-hooks@workspace:packages/hooks":
version: 0.0.0-use.local
resolution: "@sajari/react-hooks@workspace:packages/hooks"
dependencies:
"@sajari/react-sdk-utils": ^1.7.0
"@sajari/react-sdk-utils": ^2.0.0
"@sajari/sdk-js": ^2.10.5
"@testing-library/react-hooks": ^5.0.3
"@types/js-cookie": ^2.2.6
Expand All @@ -5272,7 +5272,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-sdk-utils@^1.7.0, @sajari/react-sdk-utils@workspace:packages/utils":
"@sajari/react-sdk-utils@^2.0.0, @sajari/react-sdk-utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@sajari/react-sdk-utils@workspace:packages/utils"
dependencies:
Expand All @@ -5295,14 +5295,14 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-search-ui@^4.19.0, @sajari/react-search-ui@workspace:packages/search-ui":
"@sajari/react-search-ui@^5.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:
"@react-aria/utils": 3.5.0
"@sajari/react-components": ^1.15.0
"@sajari/react-hooks": ^3.15.0
"@sajari/react-sdk-utils": ^1.7.0
"@sajari/react-components": ^2.0.0
"@sajari/react-hooks": ^4.0.0
"@sajari/react-sdk-utils": ^2.0.0
"@types/jest": ^26.0.20
babel-jest: ^26.6.3
dayjs: ^1.10.5
Expand Down Expand Up @@ -5331,8 +5331,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sajari/server@workspace:packages/server"
dependencies:
"@sajari/react-hooks": ^3.15.0
"@sajari/react-sdk-utils": ^1.7.0
"@sajari/react-hooks": ^4.0.0
"@sajari/react-sdk-utils": ^2.0.0
babel-jest: ^26.6.3
jest: ^26.6.3
tsdx: ^0.14.1
Expand Down Expand Up @@ -17285,9 +17285,9 @@ __metadata:
"@next/eslint-plugin-next": ^12.0.9
"@next/mdx": ^12.0.9
"@sajari-ui/core": ^3.0.2
"@sajari/react-components": ^1.15.0
"@sajari/react-hooks": ^3.15.0
"@sajari/react-search-ui": ^4.19.0
"@sajari/react-components": ^2.0.0
"@sajari/react-hooks": ^4.0.0
"@sajari/react-search-ui": ^5.0.0
"@types/mdx-js__react": ^1.5.3
"@types/react-table": ^7.0.25
eslint-config-prettier: ^8.3.0
Expand Down

0 comments on commit 46debd6

Please sign in to comment.