Skip to content

Commit

Permalink
Version Packages (#880)
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 Feb 8, 2023
1 parent 7b64e6c commit 43d9e06
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/tough-rabbits-fold.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- [`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c) [#879](https://github.com/sajari/sdk-react/pull/879) Thanks [@jkaho](https://github.com/jkaho)! - feat: make redirects via the input component case-insensitive

Note: This update includes a breaking change to the way redirects work in the `@sajari/react-search-ui` `Input` component. The component no longer supports case-sensitive redirects.

- Updated dependencies [[`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c)]:
- @sajari/react-search-ui@6.0.0

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.1.1",
"@sajari/react-search-ui": "^6.0.0",
"@types/mdx-js__react": "^1.5.3",
"@types/react-table": "^7.0.25",
"lorem-ipsum": "^2.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/search-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 6.0.0

### Major Changes

- [`7b64e6ca`](https://github.com/sajari/sdk-react/commit/7b64e6caf81845e934f4214099e9a1906c012d7c) [#879](https://github.com/sajari/sdk-react/pull/879) Thanks [@jkaho](https://github.com/jkaho)! - feat: make redirects via the input component case-insensitive

Note: This update includes a breaking change to the way redirects work in the `@sajari/react-search-ui` `Input` component. The component no longer supports case-sensitive redirects.

## 5.1.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.1.1",
"version": "6.0.0",
"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.1.1, @sajari/react-search-ui@workspace:packages/search-ui":
"@sajari/react-search-ui@^6.0.0, @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.1.1
"@sajari/react-search-ui": ^6.0.0
"@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 43d9e06

Please sign in to comment.