Skip to content

Commit

Permalink
Version Packages (#379)
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 Feb 1, 2021
1 parent 027a529 commit 0a237c4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-sloths-bow.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.5.2

### Patch Changes

- [`027a5299`](https://github.com/sajari/sdk-react/commit/027a52998920fd334eb9616138a9559e2f3d569a) [#378](https://github.com/sajari/sdk-react/pull/378) Thanks [@sampotts](https://github.com/sampotts)! - Added missing react-focus-lock dependency

## 1.5.1

### Patch 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.5.1",
"version": "1.5.2",
"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.7.9

### Patch Changes

- [`027a5299`](https://github.com/sajari/sdk-react/commit/027a52998920fd334eb9616138a9559e2f3d569a) [#378](https://github.com/sajari/sdk-react/pull/378) Thanks [@sampotts](https://github.com/sampotts)! - Added missing react-focus-lock dependency

- Updated dependencies [[`027a5299`](https://github.com/sajari/sdk-react/commit/027a52998920fd334eb9616138a9559e2f3d569a)]:
- @sajari/react-components@1.5.2

## 1.7.8

### 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.7.8",
"version": "1.7.9",
"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.5.1",
"@sajari/react-components": "^1.5.2",
"@sajari/react-hooks": "^1.4.3",
"@sajari/react-sdk-utils": "^1.3.4",
"i18next": "19.8.5",
Expand Down

0 comments on commit 0a237c4

Please sign in to comment.