Skip to content

Commit

Permalink
Version Packages (#360)
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 19, 2021
1 parent fdfe968 commit 3822449
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/eighty-kiwis-travel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/heavy-months-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-trainers-retire.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.1

### Patch Changes

- [`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc) [#359](https://github.com/sajari/sdk-react/pull/359) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase.

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.0",
"version": "1.6.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.4.1

### Patch Changes

- [`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc) [#359](https://github.com/sajari/sdk-react/pull/359) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase.

* [`fdfe9680`](https://github.com/sajari/sdk-react/commit/fdfe9680d8c79afffd51705b1687db8aae81481e) [#358](https://github.com/sajari/sdk-react/pull/358) Thanks [@tuanddd](https://github.com/tuanddd)! - useFilter - add params to the other sortItems call

## 1.4.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": "1.4.0",
"version": "1.4.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
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.7.1

### Patch Changes

- [`b52fc43b`](https://github.com/sajari/sdk-react/commit/b52fc43bd4323c96c6eef858242f6b42923f45f7) [#351](https://github.com/sajari/sdk-react/pull/351) Thanks [@tuanddd](https://github.com/tuanddd)! - Edit typing and error message

* [`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc) [#359](https://github.com/sajari/sdk-react/pull/359) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Fix using `useRangeFilter` will trigger an unwanted call of `reset` method in `didMount` phase.

* Updated dependencies [[`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc), [`fdfe9680`](https://github.com/sajari/sdk-react/commit/fdfe9680d8c79afffd51705b1687db8aae81481e)]:
- @sajari/react-hooks@1.4.1

## 1.7.0

### Minor 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.7.0",
"version": "1.7.1",
"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.4.0",
"@sajari/react-hooks": "^1.4.1",
"@sajari/react-sdk-utils": "^1.3.1",
"i18next": "19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.2.1

### Patch Changes

- [`b52fc43b`](https://github.com/sajari/sdk-react/commit/b52fc43bd4323c96c6eef858242f6b42923f45f7) [#351](https://github.com/sajari/sdk-react/pull/351) Thanks [@tuanddd](https://github.com/tuanddd)! - Edit typing and error message

- Updated dependencies [[`85d52aa9`](https://github.com/sajari/sdk-react/commit/85d52aa91b95810ef6342b6ea9ac7f785072b1dc), [`fdfe9680`](https://github.com/sajari/sdk-react/commit/fdfe9680d8c79afffd51705b1687db8aae81481e)]:
- @sajari/react-hooks@1.4.1

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.2.1",
"description": "SSR helpers",
"sideEffects": false,
"repository": {
Expand All @@ -26,7 +26,7 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@sajari/react-hooks": "^1.3.0",
"@sajari/react-hooks": "^1.4.1",
"@sajari/react-sdk-utils": "^1.3.1"
},
"publishConfig": {
Expand Down

0 comments on commit 3822449

Please sign in to comment.