Skip to content

Commit

Permalink
Version Packages (#869)
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
sajari-ci and github-actions[bot] authored Dec 1, 2022
1 parent 79a49cb commit 6797d7e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/tender-timers-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.2

### Patch Changes

- [`79a49cb4`](https://github.com/sajari/sdk-react/commit/79a49cb4e64c90cebd404115aa2f5b6dc444eea6) [#868](https://github.com/sajari/sdk-react/pull/868) Thanks [@wwalser](https://github.com/wwalser)! - fix: move from react-aria-live to @react-aria/live-announcer

- Updated dependencies [[`79a49cb4`](https://github.com/sajari/sdk-react/commit/79a49cb4e64c90cebd404115aa2f5b6dc444eea6)]:
- @sajari/react-search-ui@5.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sajari-sdk-docs",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,7 +15,7 @@
"@sajari-ui/core": "^3.0.2",
"@sajari/react-components": "^2.0.0",
"@sajari/react-hooks": "^4.0.1",
"@sajari/react-search-ui": "^5.0.1",
"@sajari/react-search-ui": "^5.0.2",
"@types/mdx-js__react": "^1.5.3",
"@types/react-table": "^7.0.25",
"lorem-ipsum": "^2.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.2

### Patch Changes

- [`79a49cb4`](https://github.com/sajari/sdk-react/commit/79a49cb4e64c90cebd404115aa2f5b6dc444eea6) [#868](https://github.com/sajari/sdk-react/pull/868) Thanks [@wwalser](https://github.com/wwalser)! - fix: move from react-aria-live to @react-aria/live-announcer

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.1",
"version": "5.0.2",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5304,7 +5304,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-search-ui@^5.0.1, @sajari/react-search-ui@workspace:packages/search-ui":
"@sajari/react-search-ui@^5.0.2, @sajari/react-search-ui@workspace:packages/search-ui":
version: 0.0.0-use.local
resolution: "@sajari/react-search-ui@workspace:packages/search-ui"
dependencies:
Expand Down Expand Up @@ -17279,7 +17279,7 @@ __metadata:
"@sajari-ui/core": ^3.0.2
"@sajari/react-components": ^2.0.0
"@sajari/react-hooks": ^4.0.1
"@sajari/react-search-ui": ^5.0.1
"@sajari/react-search-ui": ^5.0.2
"@types/mdx-js__react": ^1.5.3
"@types/react-table": ^7.0.25
eslint-config-prettier: ^8.3.0
Expand Down

0 comments on commit 6797d7e

Please sign in to comment.