Skip to content

Commit

Permalink
chore: update versions (#336)
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 27, 2024
1 parent ca0eaa1 commit 6de7c9a
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-wasps-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-crews-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-otters-taste.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/search-agent-for-e-commerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# search-agent-for-e-commerce

## 0.1.2

### Patch Changes

- Updated dependencies [62e9f19]
- Updated dependencies [611fdcc]
- Updated dependencies [ca0eaa1]
- @assistant-ui/react-ai-sdk@0.2.1
- @assistant-ui/react@0.2.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/search-agent-for-e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-agent-for-e-commerce",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
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.2.1

### Patch Changes

- 62e9f19: feat: AssistantRuntime newThread
- 611fdcc: feat: useAssistantActions
- Updated dependencies [62e9f19]
- Updated dependencies [611fdcc]
- Updated dependencies [ca0eaa1]
- @assistant-ui/react@0.2.2

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@ai-sdk/react": "^0.0.x",
"@assistant-ui/react": "^0.2.0",
"@assistant-ui/react": "^0.2.2",
"@types/react": "*",
"ai": "^3.1.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.2.2

### Patch Changes

- 62e9f19: feat: AssistantRuntime newThread
- 611fdcc: feat: useAssistantActions
- ca0eaa1: feat: Programmatic Interactions API

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"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 6de7c9a

Please sign in to comment.