Skip to content

Commit

Permalink
Version Packages (#347)
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 13, 2021
1 parent b8d528b commit 967777e
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/shaggy-oranges-approve.md

This file was deleted.

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

## 1.4.5

### Patch Changes

- [`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b) [#346](https://github.com/sajari/sdk-react/pull/346) Thanks [@sampotts](https://github.com/sampotts)! - Fix RangeInput value rounding when step is less than 1

- Updated dependencies [[`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b)]:
- @sajari/react-sdk-utils@1.3.1

## 1.4.4

### Patch 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.4.4",
"version": "1.4.5",
"description": "Core components that allow you to build a beautiful search interface with any back end.",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@react-aria/textfield": "^3.2.2",
"@react-aria/utils": "^3.5.0",
"@react-types/button": "^3.3.0",
"@sajari/react-sdk-utils": "^1.2.2",
"@sajari/react-sdk-utils": "^1.3.1",
"classnames": "^2.2.6",
"color": "^3.1.3",
"downshift": "^6.0.10",
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.2.2

### Patch Changes

- [`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b) [#346](https://github.com/sajari/sdk-react/pull/346) Thanks [@sampotts](https://github.com/sampotts)! - Fix RangeInput value rounding when step is less than 1

- Updated dependencies [[`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b)]:
- @sajari/react-sdk-utils@1.3.1

## 1.2.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.2.1",
"version": "1.2.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.0",
"@sajari/react-sdk-utils": "^1.3.1",
"@sajari/sdk-js": "2.0.0-alpha.18",
"js-cookie": "^2.2.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.6.5

### Patch Changes

- [`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b) [#346](https://github.com/sajari/sdk-react/pull/346) Thanks [@sampotts](https://github.com/sampotts)! - Fix RangeInput value rounding when step is less than 1

- Updated dependencies [[`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b)]:
- @sajari/react-components@1.4.5
- @sajari/react-hooks@1.2.2
- @sajari/react-sdk-utils@1.3.1

## 1.6.4

### 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": "1.6.4",
"version": "1.6.5",
"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.4.4",
"@sajari/react-hooks": "^1.2.1",
"@sajari/react-sdk-utils": "^1.3.0",
"@sajari/react-components": "^1.4.5",
"@sajari/react-hooks": "^1.2.2",
"@sajari/react-sdk-utils": "^1.3.1",
"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.1.2

### Patch Changes

- [`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b) [#346](https://github.com/sajari/sdk-react/pull/346) Thanks [@sampotts](https://github.com/sampotts)! - Fix RangeInput value rounding when step is less than 1

- Updated dependencies [[`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b)]:
- @sajari/react-hooks@1.2.2
- @sajari/react-sdk-utils@1.3.1

## 1.1.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.1.1",
"version": "1.1.2",
"description": "SSR helpers",
"sideEffects": false,
"repository": {
Expand All @@ -26,8 +26,8 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@sajari/react-hooks": "^1.1.3",
"@sajari/react-sdk-utils": "^1.2.2"
"@sajari/react-hooks": "^1.2.2",
"@sajari/react-sdk-utils": "^1.3.1"
},
"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.1

### Patch Changes

- [`b8d528bc`](https://github.com/sajari/sdk-react/commit/b8d528bcd258b415cbb2ee6d4fb527abd8a1926b) [#346](https://github.com/sajari/sdk-react/pull/346) Thanks [@sampotts](https://github.com/sampotts)! - Fix RangeInput value rounding when step is less than 1

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

0 comments on commit 967777e

Please sign in to comment.