Skip to content

Commit

Permalink
Version Packages (#836)
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 Jul 11, 2022
1 parent c5a4214 commit f22967c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-windows-yell.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

## 1.17.0

### Minor Changes

- [`c5a4214f`](https://github.com/sajari/sdk-react/commit/c5a4214f89a44afbb843be78640f402ffd283752) [#835](https://github.com/sajari/sdk-react/pull/835) Thanks [@tuanddd](https://github.com/tuanddd)! - Add `date` helper to templating

### Patch Changes

- Updated dependencies [[`c5a4214f`](https://github.com/sajari/sdk-react/commit/c5a4214f89a44afbb843be78640f402ffd283752)]:
- @sajari/react-search-ui@4.18.0

## 1.16.2

### 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": "1.16.2",
"version": "1.17.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,7 +15,7 @@
"@sajari-ui/core": "^0.20.0",
"@sajari/react-components": "^1.14.5",
"@sajari/react-hooks": "^3.13.3",
"@sajari/react-search-ui": "^4.16.3",
"@sajari/react-search-ui": "^4.18.0",
"@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

## 4.18.0

### Minor Changes

- [`c5a4214f`](https://github.com/sajari/sdk-react/commit/c5a4214f89a44afbb843be78640f402ffd283752) [#835](https://github.com/sajari/sdk-react/pull/835) Thanks [@tuanddd](https://github.com/tuanddd)! - Add `date` helper to templating

## 4.17.6

### 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": "4.17.6",
"version": "4.18.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 @@ -5262,7 +5262,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sajari/react-search-ui@^4.16.3, @sajari/react-search-ui@workspace:packages/search-ui":
"@sajari/react-search-ui@^4.18.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 @@ -17015,7 +17015,7 @@ __metadata:
"@sajari-ui/core": ^0.20.0
"@sajari/react-components": ^1.14.5
"@sajari/react-hooks": ^3.13.3
"@sajari/react-search-ui": ^4.16.3
"@sajari/react-search-ui": ^4.18.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 f22967c

Please sign in to comment.