Skip to content

Commit

Permalink
Version Packages (#377)
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 016ab5a commit fe994e9
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-windows-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-llamas-sniff.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.5

### Patch Changes

- [`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea) [#375](https://github.com/sajari/sdk-react/pull/375) Thanks [@sampotts](https://github.com/sampotts)! - Add more modal width options

## 1.6.4

### Patch Changes
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.4",
"version": "1.6.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.5.1

### Patch Changes

- [`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea) [#375](https://github.com/sajari/sdk-react/pull/375) Thanks [@sampotts](https://github.com/sampotts)! - Add more modal width options

* [`016ab5ab`](https://github.com/sajari/sdk-react/commit/016ab5ab1bb6891127ac9d0bc5a45b9c1ee48fc6) [#376](https://github.com/sajari/sdk-react/pull/376) Thanks [@sampotts](https://github.com/sampotts)! - Add missing dependency

* Updated dependencies [[`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea)]:
- @sajari/react-sdk-utils@1.3.4

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.5.1",
"description": "Core components that allow you to build a beautiful search interface with any back end.",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@react-aria/textfield": "^3.2.2",
"@react-aria/utils": "^3.5.0",
"@react-types/button": "^3.3.0",
"@sajari/react-sdk-utils": "^1.3.3",
"@sajari/react-sdk-utils": "^1.3.4",
"aria-hidden": "^1.1.1",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.2.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.7.8

### Patch Changes

- [`016ab5ab`](https://github.com/sajari/sdk-react/commit/016ab5ab1bb6891127ac9d0bc5a45b9c1ee48fc6) [#376](https://github.com/sajari/sdk-react/pull/376) Thanks [@sampotts](https://github.com/sampotts)! - Add missing dependency

- Updated dependencies [[`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea), [`016ab5ab`](https://github.com/sajari/sdk-react/commit/016ab5ab1bb6891127ac9d0bc5a45b9c1ee48fc6)]:
- @sajari/react-components@1.5.1
- @sajari/react-sdk-utils@1.3.4

## 1.7.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "1.7.8",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand All @@ -27,9 +27,9 @@
},
"dependencies": {
"@react-aria/utils": "3.5.0",
"@sajari/react-components": "^1.5.0",
"@sajari/react-components": "^1.5.1",
"@sajari/react-hooks": "^1.4.3",
"@sajari/react-sdk-utils": "^1.3.3",
"@sajari/react-sdk-utils": "^1.3.4",
"i18next": "19.8.5",
"i18next-browser-languagedetector": "^6.0.1",
"react-aria-live": "^2.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.4

### Patch Changes

- [`65fd3fe2`](https://github.com/sajari/sdk-react/commit/65fd3fe2af94f27daa0d89ee9eab708e275ebbea) [#375](https://github.com/sajari/sdk-react/pull/375) Thanks [@sampotts](https://github.com/sampotts)! - Add more modal width options

## 1.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/react-sdk-utils",
"version": "1.3.3",
"version": "1.3.4",
"description": "Shared utils for the Sajari React packages.",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit fe994e9

Please sign in to comment.