Skip to content

Commit

Permalink
Version Packages (#325)
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 11, 2021
1 parent ccf0d33 commit 01edc33
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/itchy-mirrors-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-geese-lie.md

This file was deleted.

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

### Patch Changes

- [`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae) [#324](https://github.com/sajari/sdk-react/pull/324) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Supported to set a default value for `viewType`. Also, moved viewType state from `hooks` package to `search-ui` package so leaving the hooks to only be in charge of handling data from the backend.

* [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3) [#322](https://github.com/sajari/sdk-react/pull/322) Thanks [@tuanddd](https://github.com/tuanddd)! - fix defaultFilter being ignored if there are no filters

## 1.1.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.1.2",
"version": "1.1.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
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.5.0

### Minor Changes

- [`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae) [#324](https://github.com/sajari/sdk-react/pull/324) Thanks [@zlatanpham](https://github.com/zlatanpham)! - Supported to set a default value for `viewType`. Also, moved viewType state from `hooks` package to `search-ui` package so leaving the hooks to only be in charge of handling data from the backend.

### Patch Changes

- Updated dependencies [[`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae), [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3)]:
- @sajari/react-hooks@1.1.3

## 1.4.3

### 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.4.3",
"version": "1.5.0",
"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.1",
"@sajari/react-hooks": "^1.1.2",
"@sajari/react-hooks": "^1.1.3",
"@sajari/react-sdk-utils": "^1.2.2",
"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.0.12

### Patch Changes

- [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3) [#322](https://github.com/sajari/sdk-react/pull/322) Thanks [@tuanddd](https://github.com/tuanddd)! - fix defaultFilter being ignored if there are no filters

- Updated dependencies [[`5ed2763d`](https://github.com/sajari/sdk-react/commit/5ed2763dd92b6ca5f0c0659ce7e931a39af3dbae), [`ccf0d330`](https://github.com/sajari/sdk-react/commit/ccf0d330adf31ae33cd75ddc8e3b3c6dad87d4d3)]:
- @sajari/react-hooks@1.1.3

## 1.0.11

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

0 comments on commit 01edc33

Please sign in to comment.