Skip to content

Commit

Permalink
chore: update versions (#621)
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 30, 2024
1 parent 134d39e commit 6099dbd
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 28 deletions.
10 changes: 0 additions & 10 deletions .changeset/wet-pillows-hope.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.5.11

### Patch Changes

- 134d39e: fix: undo moving internal utilities to /react/internal
- Updated dependencies [134d39e]
- @assistant-ui/react@0.5.22

## 0.5.10

### 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.5.10",
"version": "0.5.11",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"zustand": "^4.5.4"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.20",
"@assistant-ui/react": "^0.5.22",
"@types/react": "*",
"ai": "^3.2.x",
"react": "^18"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-hook-form

## 0.4.4

### Patch Changes

- 134d39e: fix: undo moving internal utilities to /react/internal
- Updated dependencies [134d39e]
- @assistant-ui/react@0.5.22

## 0.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-hook-form",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.20",
"@assistant-ui/react": "^0.5.22",
"@types/react": "*",
"react": "^18",
"react-hook-form": "^7.x.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-markdown

## 0.2.7

### Patch Changes

- 134d39e: fix: undo moving internal utilities to /react/internal
- Updated dependencies [134d39e]
- @assistant-ui/react@0.5.22

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-markdown",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.20",
"@assistant-ui/react": "^0.5.22",
"@types/react": "*",
"react": "^18",
"tailwindcss": "^3.4.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-playground

## 0.0.14

### Patch Changes

- 134d39e: fix: undo moving internal utilities to /react/internal
- Updated dependencies [134d39e]
- @assistant-ui/react@0.5.22

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-playground",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"zustand": "^4.5.4"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.20",
"@assistant-ui/react": "^0.5.22",
"@types/react": "*",
"react": "^18",
"tailwindcss": "^3.4.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-syntax-highlighter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-syntax-highlighter

## 0.0.8

### Patch Changes

- 134d39e: fix: undo moving internal utilities to /react/internal
- Updated dependencies [134d39e]
- @assistant-ui/react-markdown@0.2.7
- @assistant-ui/react@0.5.22

## 0.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-syntax-highlighter",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"exports": {
".": {
Expand All @@ -27,8 +27,8 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.20",
"@assistant-ui/react-markdown": "^0.2.6",
"@assistant-ui/react": "^0.5.22",
"@assistant-ui/react-markdown": "^0.2.7",
"@types/react": "*",
"@types/react-syntax-highlighter": "*",
"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.5.22

### Patch Changes

- 134d39e: fix: undo moving internal utilities to /react/internal

## 0.5.20

### 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.21",
"version": "0.5.22",
"license": "MIT",
"exports": {
".": {
Expand Down
12 changes: 6 additions & 6 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 6099dbd

Please sign in to comment.