Skip to content

Commit

Permalink
Version Packages (#370)
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
github-actions[bot] and github-actions[bot] authored Jan 27, 2021
1 parent 3953b09 commit aad8e68
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/tidy-roses-sing.md

This file was deleted.

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

## 1.6.3

### Patch Changes

- [`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e) [#369](https://github.com/sajari/sdk-react/pull/369) Thanks [@sampotts](https://github.com/sampotts)! - Added support for originalPrice field

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sajari-sdk-docs",
"version": "1.6.2",
"version": "1.6.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.4.2

### Patch Changes

- [`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e) [#369](https://github.com/sajari/sdk-react/pull/369) Thanks [@sampotts](https://github.com/sampotts)! - Added support for originalPrice field

- Updated dependencies [[`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e)]:
- @sajari/react-sdk-utils@1.3.2

## 1.4.1

### Patch 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": "1.4.1",
"version": "1.4.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 All @@ -22,7 +22,7 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@sajari/react-sdk-utils": "^1.3.1",
"@sajari/react-sdk-utils": "^1.3.2",
"@sajari/sdk-js": "2.0.0-alpha.18",
"js-cookie": "^2.2.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.7.5

### Patch Changes

- [`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e) [#369](https://github.com/sajari/sdk-react/pull/369) Thanks [@sampotts](https://github.com/sampotts)! - Added support for originalPrice field

- Updated dependencies [[`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e)]:
- @sajari/react-hooks@1.4.2
- @sajari/react-sdk-utils@1.3.2

## 1.7.4

### Patch 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": "1.7.4",
"version": "1.7.5",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@react-aria/utils": "3.5.0",
"@sajari/react-components": "^1.4.8",
"@sajari/react-hooks": "^1.4.1",
"@sajari/react-sdk-utils": "^1.3.1",
"@sajari/react-hooks": "^1.4.2",
"@sajari/react-sdk-utils": "^1.3.2",
"i18next": "19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"react-aria-live": "^2.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.2.2

### Patch Changes

- [`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e) [#369](https://github.com/sajari/sdk-react/pull/369) Thanks [@sampotts](https://github.com/sampotts)! - Added support for originalPrice field

- Updated dependencies [[`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e)]:
- @sajari/react-hooks@1.4.2
- @sajari/react-sdk-utils@1.3.2

## 1.2.1

### Patch 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.2.1",
"version": "1.2.2",
"description": "SSR helpers",
"sideEffects": false,
"repository": {
Expand All @@ -26,8 +26,8 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@sajari/react-hooks": "^1.4.1",
"@sajari/react-sdk-utils": "^1.3.1"
"@sajari/react-hooks": "^1.4.2",
"@sajari/react-sdk-utils": "^1.3.2"
},
"publishConfig": {
"access": "public"
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

## 1.3.2

### Patch Changes

- [`3953b091`](https://github.com/sajari/sdk-react/commit/3953b091c4d4b899f570f5d6ed33bf5858eb319e) [#369](https://github.com/sajari/sdk-react/pull/369) Thanks [@sampotts](https://github.com/sampotts)! - Added support for originalPrice field

## 1.3.1

### Patch 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.3.1",
"version": "1.3.2",
"description": "Shared utils for the Sajari React packages.",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit aad8e68

Please sign in to comment.