Skip to content

Commit

Permalink
Version Packages (#349)
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 f20fae2 commit 66f86b4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/pink-flies-collect.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.5.4

### Patch Changes

- [`f20fae2c`](https://github.com/sajari/sdk-react/commit/f20fae2c592264b7387b33139b8b37c048e2b5b9) [#348](https://github.com/sajari/sdk-react/pull/348) Thanks [@sampotts](https://github.com/sampotts)! - Improve rounding logic for range filters

## 1.5.3

### 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.5.3",
"version": "1.5.4",
"private": true,
"scripts": {
"dev": "next dev",
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

## 1.2.3

### Patch Changes

- [`f20fae2c`](https://github.com/sajari/sdk-react/commit/f20fae2c592264b7387b33139b8b37c048e2b5b9) [#348](https://github.com/sajari/sdk-react/pull/348) Thanks [@sampotts](https://github.com/sampotts)! - Improve rounding logic for range filters

## 1.2.2

### 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": "1.2.2",
"version": "1.2.3",
"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

## 1.6.6

### Patch Changes

- [`f20fae2c`](https://github.com/sajari/sdk-react/commit/f20fae2c592264b7387b33139b8b37c048e2b5b9) [#348](https://github.com/sajari/sdk-react/pull/348) Thanks [@sampotts](https://github.com/sampotts)! - Improve rounding logic for range filters

- Updated dependencies [[`f20fae2c`](https://github.com/sajari/sdk-react/commit/f20fae2c592264b7387b33139b8b37c048e2b5b9)]:
- @sajari/react-hooks@1.2.3

## 1.6.5

### 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": "1.6.5",
"version": "1.6.6",
"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.4.5",
"@sajari/react-hooks": "^1.2.2",
"@sajari/react-hooks": "^1.2.3",
"@sajari/react-sdk-utils": "^1.3.1",
"i18next": "19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
Expand Down

0 comments on commit 66f86b4

Please sign in to comment.