Skip to content

Commit

Permalink
Version Packages (#848)
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 Aug 16, 2022
1 parent fb77ad7 commit d8dc0a9
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-pants-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-coins-reply.md

This file was deleted.

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

## 1.17.1

### Patch Changes

- [`9f26d70e`](https://github.com/sajari/sdk-react/commit/9f26d70e307bb4be89248f40dee62b97c90dd279) [#847](https://github.com/sajari/sdk-react/pull/847) Thanks [@JasonBerry](https://github.com/JasonBerry)! - Fix package names in docs

- Updated dependencies [[`fb77ad70`](https://github.com/sajari/sdk-react/commit/fb77ad70181063c6fdc80f5d02f563b0b3d0f87d)]:
- @sajari/react-components@1.14.9
- @sajari/react-search-ui@4.18.6

## 1.17.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sajari-sdk-docs",
"version": "1.17.0",
"version": "1.17.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,9 +13,9 @@
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.9",
"@sajari-ui/core": "^0.20.0",
"@sajari/react-components": "^1.14.5",
"@sajari/react-components": "^1.14.9",
"@sajari/react-hooks": "^3.13.3",
"@sajari/react-search-ui": "^4.18.0",
"@sajari/react-search-ui": "^4.18.6",
"@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/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.14.9

### Patch Changes

- [`fb77ad70`](https://github.com/sajari/sdk-react/commit/fb77ad70181063c6fdc80f5d02f563b0b3d0f87d) [#850](https://github.com/sajari/sdk-react/pull/850) Thanks [@wwalser](https://github.com/wwalser)! - fix: disable chrome pw manager in combobox

## 1.14.8

### 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.14.8",
"version": "1.14.9",
"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

## 4.18.6

### Patch Changes

- [`fb77ad70`](https://github.com/sajari/sdk-react/commit/fb77ad70181063c6fdc80f5d02f563b0b3d0f87d) [#850](https://github.com/sajari/sdk-react/pull/850) Thanks [@wwalser](https://github.com/wwalser)! - fix: disable chrome pw manager in combobox

- Updated dependencies [[`fb77ad70`](https://github.com/sajari/sdk-react/commit/fb77ad70181063c6fdc80f5d02f563b0b3d0f87d)]:
- @sajari/react-components@1.14.9

## 4.18.5

### 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": "4.18.5",
"version": "4.18.6",
"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.14.8",
"@sajari/react-components": "^1.14.9",
"@sajari/react-hooks": "^3.14.2",
"@sajari/react-sdk-utils": "^1.6.5",
"dayjs": "^1.10.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5190,7 +5190,7 @@ __metadata:
languageName: node
linkType: hard

"@sajari/react-components@^1.14.5, @sajari/react-components@^1.14.8, @sajari/react-components@workspace:packages/components":
"@sajari/react-components@^1.14.9, @sajari/react-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "@sajari/react-components@workspace:packages/components"
dependencies:
Expand Down Expand Up @@ -5262,12 +5262,12 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-search-ui@^4.18.0, @sajari/react-search-ui@workspace:packages/search-ui":
"@sajari/react-search-ui@^4.18.6, @sajari/react-search-ui@workspace:packages/search-ui":
version: 0.0.0-use.local
resolution: "@sajari/react-search-ui@workspace:packages/search-ui"
dependencies:
"@react-aria/utils": 3.5.0
"@sajari/react-components": ^1.14.8
"@sajari/react-components": ^1.14.9
"@sajari/react-hooks": ^3.14.2
"@sajari/react-sdk-utils": ^1.6.5
"@types/jest": ^26.0.20
Expand Down Expand Up @@ -17013,9 +17013,9 @@ __metadata:
"@next/eslint-plugin-next": ^12.0.9
"@next/mdx": ^12.0.9
"@sajari-ui/core": ^0.20.0
"@sajari/react-components": ^1.14.5
"@sajari/react-components": ^1.14.9
"@sajari/react-hooks": ^3.13.3
"@sajari/react-search-ui": ^4.18.0
"@sajari/react-search-ui": ^4.18.6
"@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 d8dc0a9

Please sign in to comment.