Skip to content

Commit

Permalink
Version Packages (#382)
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 fb94f36 commit 29d3a93
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-timers-press.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.3

### Patch Changes

- [`fb94f367`](https://github.com/sajari/sdk-react/commit/fb94f367c968c2185f649bad21a1914823ef4111) [#381](https://github.com/sajari/sdk-react/pull/381) Thanks [@sampotts](https://github.com/sampotts)! - Track context menu open as a click

## 1.5.2

### 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.2",
"version": "1.5.3",
"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.10

### Patch Changes

- [`fb94f367`](https://github.com/sajari/sdk-react/commit/fb94f367c968c2185f649bad21a1914823ef4111) [#381](https://github.com/sajari/sdk-react/pull/381) Thanks [@sampotts](https://github.com/sampotts)! - Track context menu open as a click

- Updated dependencies [[`fb94f367`](https://github.com/sajari/sdk-react/commit/fb94f367c968c2185f649bad21a1914823ef4111)]:
- @sajari/react-components@1.5.3

## 1.7.9

### 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.9",
"version": "1.7.10",
"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.2",
"@sajari/react-components": "^1.5.3",
"@sajari/react-hooks": "^1.4.3",
"@sajari/react-sdk-utils": "^1.3.4",
"i18next": "19.8.5",
Expand Down

0 comments on commit 29d3a93

Please sign in to comment.