Skip to content

Commit

Permalink
chore: update versions (#281)
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 21, 2024
1 parent ab031a0 commit 29090ef
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-wolves-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-eels-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-bags-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-chefs-pretend.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# assistant-ui

## 0.0.6

### Patch Changes

- ab031a0: fix: make `create` directory argument optional

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-ui",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
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.8",
"@assistant-ui/react": "^0.1.9",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.1.8",
"@assistant-ui/react": "^0.1.9",
"react-hook-form": "^7.x.x",
"@types/react": "*",
"react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.1.8",
"@assistant-ui/react": "^0.1.9",
"@types/react": "*",
"react": "^18"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react

## 0.1.9

### Patch Changes

- ab16a99: feat: useMessageUtils Context API
- ab16a99: feat: useThreadActions Context API
- ab16a99: fix: make all Context APIs read-only

## 0.1.8

### 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.8",
"version": "0.1.9",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit 29090ef

Please sign in to comment.