Skip to content

Commit

Permalink
chore: update versions (#363)
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 29, 2024
1 parent c373fc9 commit 33a3b9f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-eels-end.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- Updated dependencies [c373fc9]
- @assistant-ui/react@0.2.4

## 0.1.4

### 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.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/with-openai-assistants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# assistant-ui-starter

## 0.1.3

### Patch Changes

- Updated dependencies [c373fc9]
- @assistant-ui/react@0.2.4

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-openai-assistants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-ui-starter",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
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.2.4

### Patch Changes

- c373fc9: feat: AssistantModalPrimitive.Anchor

## 0.2.3

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

0 comments on commit 33a3b9f

Please sign in to comment.