Skip to content

Commit

Permalink
Version Packages (#821)
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 Jun 22, 2022
1 parent ff60fe9 commit 9cd041c
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-beans-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-insects-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-scissors-mate.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.14.6

### Patch Changes

- [`eadf699b`](https://github.com/sajari/sdk-react/commit/eadf699b8a2a589a788562b3e63fa8bf19cbe002) [#820](https://github.com/sajari/sdk-react/pull/820) Thanks [@jkaho](https://github.com/jkaho)! - feat: update PoweredBy component text from 'Powered by Search.io' to 'Site search by Search.io'

## 1.14.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-components",
"version": "1.14.5",
"version": "1.14.6",
"description": "Core components that allow you to build a beautiful search interface with any back end.",
"sideEffects": false,
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.14.1

### Patch Changes

- [`a0041353`](https://github.com/sajari/sdk-react/commit/a004135327c2745780d78476e74ad7d548e68311) [#823](https://github.com/sajari/sdk-react/pull/823) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using a different default `resultsPerPage` param causes URL param injection.

## 3.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-hooks",
"version": "3.14.0",
"version": "3.14.1",
"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 Down
12 changes: 12 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.17.1

### Patch Changes

- [`ff60fe99`](https://github.com/sajari/sdk-react/commit/ff60fe9924327863b45467fb60daa6ceeb4e0f3d) [#822](https://github.com/sajari/sdk-react/pull/822) Thanks [@tuanddd](https://github.com/tuanddd)! - Fix wrong/missing French translation

* [`a0041353`](https://github.com/sajari/sdk-react/commit/a004135327c2745780d78476e74ad7d548e68311) [#823](https://github.com/sajari/sdk-react/pull/823) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using a different default `resultsPerPage` param causes URL param injection.

* Updated dependencies [[`eadf699b`](https://github.com/sajari/sdk-react/commit/eadf699b8a2a589a788562b3e63fa8bf19cbe002), [`a0041353`](https://github.com/sajari/sdk-react/commit/a004135327c2745780d78476e74ad7d548e68311)]:
- @sajari/react-components@1.14.6
- @sajari/react-hooks@3.14.1

## 4.17.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.17.0",
"version": "4.17.1",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@react-aria/utils": "3.5.0",
"@sajari/react-components": "^1.14.5",
"@sajari/react-hooks": "^3.13.3",
"@sajari/react-components": "^1.14.6",
"@sajari/react-hooks": "^3.14.1",
"@sajari/react-sdk-utils": "^1.6.5",
"dayjs": "^1.10.5",
"i18next": "19.8.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5190,7 +5190,7 @@ __metadata:
languageName: node
linkType: hard

"@sajari/react-components@^1.14.5, @sajari/react-components@workspace:packages/components":
"@sajari/react-components@^1.14.5, @sajari/react-components@^1.14.6, @sajari/react-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "@sajari/react-components@workspace:packages/components"
dependencies:
Expand Down Expand Up @@ -5222,7 +5222,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-hooks@^3.13.3, @sajari/react-hooks@workspace:packages/hooks":
"@sajari/react-hooks@^3.13.3, @sajari/react-hooks@^3.14.1, @sajari/react-hooks@workspace:packages/hooks":
version: 0.0.0-use.local
resolution: "@sajari/react-hooks@workspace:packages/hooks"
dependencies:
Expand Down Expand Up @@ -5267,8 +5267,8 @@ __metadata:
resolution: "@sajari/react-search-ui@workspace:packages/search-ui"
dependencies:
"@react-aria/utils": 3.5.0
"@sajari/react-components": ^1.14.5
"@sajari/react-hooks": ^3.13.3
"@sajari/react-components": ^1.14.6
"@sajari/react-hooks": ^3.14.1
"@sajari/react-sdk-utils": ^1.6.5
"@types/jest": ^26.0.20
babel-jest: ^26.6.3
Expand Down

0 comments on commit 9cd041c

Please sign in to comment.