Skip to content

Commit

Permalink
Version Packages (#334)
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 Jan 12, 2021
1 parent cd997aa commit 8a80f47
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-bobcats-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-lizards-march.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.5.1

### Patch Changes

- [`cd997aa9`](https://github.com/sajari/sdk-react/commit/cd997aa980a2f9793ed3c74281f87dd57c89ade1) [#335](https://github.com/sajari/sdk-react/pull/335) Thanks [@sampotts](https://github.com/sampotts)! - Improve RangeInput input styling

## 1.5.0

### Minor 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.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "next dev",
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.4.2

### Patch Changes

- [`cd997aa9`](https://github.com/sajari/sdk-react/commit/cd997aa980a2f9793ed3c74281f87dd57c89ade1) [#335](https://github.com/sajari/sdk-react/pull/335) Thanks [@sampotts](https://github.com/sampotts)! - Improve RangeInput input styling

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"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

## 1.6.2

### Patch Changes

- [`ca71719f`](https://github.com/sajari/sdk-react/commit/ca71719f4de9cd0de11869d8e3142d73696a4a3c) [#333](https://github.com/sajari/sdk-react/pull/333) Thanks [@sampotts](https://github.com/sampotts)! - fix message padding on smaller displays

- Updated dependencies [[`cd997aa9`](https://github.com/sajari/sdk-react/commit/cd997aa980a2f9793ed3c74281f87dd57c89ade1)]:
- @sajari/react-components@1.4.2

## 1.6.1

### 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": "1.6.1",
"version": "1.6.2",
"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.4.1",
"@sajari/react-components": "^1.4.2",
"@sajari/react-hooks": "^1.2.0",
"@sajari/react-sdk-utils": "^1.3.0",
"i18next": "19.8.4",
Expand Down

0 comments on commit 8a80f47

Please sign in to comment.