Skip to content

Commit

Permalink
chore: update versions (#833)
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 Sep 15, 2024
1 parent 8d55270 commit 93f6b7e
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-pumas-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-grapes-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cats-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pandas-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-swans-beam.md

This file was deleted.

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

## 0.6.5

### Patch Changes

- 132b796: feat: improve AI SDK attachments support
- 132b796: refactor: AI SDK message converter
- Updated dependencies [f0f7497]
- Updated dependencies [8555685]
- Updated dependencies [892b019]
- @assistant-ui/react@0.5.53

## 0.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-ai-sdk",
"version": "0.6.4",
"version": "0.6.5",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"zustand": "^4.5.5"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.50",
"@assistant-ui/react": "^0.5.53",
"@types/react": "*",
"ai": "^3.2.x",
"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.5.53

### Patch Changes

- f0f7497: feat: MessageContent Empty should be displayed for empty messages with empty text part
- 8555685: feat: allow editing assistant/system messages
- 892b019: fix: Empty should default to the provided Text component

## 0.5.52

### 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.5.52",
"version": "0.5.53",
"license": "MIT",
"exports": {
".": {
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93f6b7e

Please sign in to comment.