Skip to content

Commit

Permalink
chore: update versions (#238)
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 Jun 19, 2024
1 parent afe1014 commit e11c274
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/silly-chefs-rhyme.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@ai-sdk/react": "^0.0.x",
"@assistant-ui/react": "^0.1.4",
"@assistant-ui/react": "^0.1.5",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-hook-form

## 0.0.4

### Patch Changes

- 671dc86: feat: Tool Render functions
- Updated dependencies [671dc86]
- @assistant-ui/react@0.1.5

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@assistant-ui/react-hook-form",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"type": "module",
"peerDependencies": {
"@assistant-ui/react": "^0.1.4",
"@assistant-ui/react": "^0.1.5",
"react-hook-form": "^7.x.x",
"@types/react": "*",
"react": "^18"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @assistant-ui/react

## 0.1.5

### Patch Changes

- 671dc86: feat: Tool Render functions

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"conversational-ui",
"conversational-ai"
],
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit e11c274

Please sign in to comment.