Skip to content

Commit

Permalink
Version Packages (#867)
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 b3b91fc commit d9783f5
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/proud-eyes-rhyme.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.1

### Patch Changes

- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix

- Updated dependencies [[`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447)]:
- @sajari/react-search-ui@5.0.1

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"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.0",
"@sajari/react-search-ui": "^5.0.1",
"@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.1

### Patch Changes

- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix

## 5.0.0

### Major 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.0",
"version": "5.0.1",
"description": "Easy to use search components to quickly build a beautiful search interface powered by Sajari.",
"sideEffects": false,
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.1

### Patch Changes

- [`b3b91fc7`](https://github.com/sajari/sdk-react/commit/b3b91fc7a713e0384c45f048376096ff32b18447) [#866](https://github.com/sajari/sdk-react/pull/866) Thanks [@wwalser](https://github.com/wwalser)! - fix: upgrade package to adopt bugfix

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sajari/server",
"version": "2.0.0",
"version": "2.0.1",
"description": "SSR helpers",
"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 @@ -5295,7 +5295,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-search-ui@^5.0.0, @sajari/react-search-ui@workspace:packages/search-ui":
"@sajari/react-search-ui@^5.0.1, @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 @@ -17281,7 +17281,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.0
"@sajari/react-search-ui": ^5.0.1
"@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 d9783f5

Please sign in to comment.