Skip to content

Commit

Permalink
Version Packages (#431)
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 Mar 5, 2021
1 parent 5e91e79 commit 35a13bc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-coins-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-scissors-wash.md

This file was deleted.

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

## 1.6.1

### Patch Changes

- [`5e91e79f`](https://github.com/sajari/sdk-react/commit/5e91e79fc15e9a2ab88b079c72eb44902f33d56c) [#430](https://github.com/sajari/sdk-react/pull/430) Thanks [@tuanddd](https://github.com/tuanddd)! - Add relative position to input in attach mode

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-components",
"version": "1.6.0",
"version": "1.6.1",
"description": "Core components that allow you to build a beautiful search interface with any back end.",
"sideEffects": false,
"repository": {
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.8.1

### Patch Changes

- [`5e91e79f`](https://github.com/sajari/sdk-react/commit/5e91e79fc15e9a2ab88b079c72eb44902f33d56c) [#430](https://github.com/sajari/sdk-react/pull/430) Thanks [@tuanddd](https://github.com/tuanddd)! - Add relative position to input in attach mode

- Updated dependencies [[`5e91e79f`](https://github.com/sajari/sdk-react/commit/5e91e79fc15e9a2ab88b079c72eb44902f33d56c)]:
- @sajari/react-components@1.6.1

## 1.8.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.8.0",
"version": "1.8.1",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@react-aria/utils": "3.5.0",
"@sajari/react-components": "^1.6.0",
"@sajari/react-components": "^1.6.1",
"@sajari/react-hooks": "^1.4.9",
"@sajari/react-sdk-utils": "^1.3.8",
"i18next": "19.8.7",
Expand Down

0 comments on commit 35a13bc

Please sign in to comment.