Skip to content

Commit

Permalink
Version Packages (#825)
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 01b345f commit 821b39f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-humans-kiss.md

This file was deleted.

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.2

### Patch Changes

- [`01b345fe`](https://github.com/sajari/sdk-react/commit/01b345fe76586c42e6817c0733b59f111bfac5c2) [#824](https://github.com/sajari/sdk-react/pull/824) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Allow to config URL param keys

## 3.14.1

### Patch 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.1",
"version": "3.14.2",
"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
9 changes: 9 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.17.2

### Patch Changes

- [`01b345fe`](https://github.com/sajari/sdk-react/commit/01b345fe76586c42e6817c0733b59f111bfac5c2) [#824](https://github.com/sajari/sdk-react/pull/824) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Allow to config URL param keys

- Updated dependencies [[`01b345fe`](https://github.com/sajari/sdk-react/commit/01b345fe76586c42e6817c0733b59f111bfac5c2)]:
- @sajari/react-hooks@3.14.2

## 4.17.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "4.17.2",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@react-aria/utils": "3.5.0",
"@sajari/react-components": "^1.14.6",
"@sajari/react-hooks": "^3.14.1",
"@sajari/react-hooks": "^3.14.2",
"@sajari/react-sdk-utils": "^1.6.5",
"dayjs": "^1.10.5",
"i18next": "19.8.7",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5222,7 +5222,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 821b39f

Please sign in to comment.