Skip to content

Commit

Permalink
chore: update versions (#397)
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 Jul 4, 2024
1 parent e018af6 commit e7d4b95
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/clever-goats-learn.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- 05fd5d6: feat: runtime capabilities API
- Updated dependencies [05fd5d6]
- @assistant-ui/react@0.3.1

## 0.3.0

### 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.3.0",
"version": "0.3.1",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@ai-sdk/react": "^0.0.x",
"@assistant-ui/react": "^0.3.0",
"@assistant-ui/react": "^0.3.1",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-ui

## 0.0.12

### Patch Changes

- 05fd5d6: feat: runtime capabilities API
- Updated dependencies [05fd5d6]
- @assistant-ui/react@0.3.1

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-ui",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"remark-gfm": "^4.0.0"
},
"peerDependencies": {
"@assistant-ui/react": "^0.3.0",
"@assistant-ui/react": "^0.3.1",
"@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.3.1

### Patch Changes

- 05fd5d6: feat: runtime capabilities API

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"license": "MIT",
"exports": {
".": {
Expand Down
22 changes: 11 additions & 11 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 e7d4b95

Please sign in to comment.