Skip to content

Commit

Permalink
chore: update versions (#251)
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 20, 2024
1 parent 40347b2 commit 9770ebb
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/friendly-feet-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-ants-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-brooms-rhyme.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@ai-sdk/react": "^0.0.x",
"@assistant-ui/react": "^0.1.5",
"@assistant-ui/react": "^0.1.6",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
10 changes: 10 additions & 0 deletions packages/react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @assistant-ui/react-hook-form

## 0.0.6

### Patch Changes

- a6769d5: feat: ContentPartComponent types
- 86d4f7f: feat: add UseAssistantFormProps type
- Updated dependencies [a6769d5]
- Updated dependencies [52236ab]
- @assistant-ui/react@0.1.6

## 0.0.4

### Patch Changes
Expand Down
9 changes: 6 additions & 3 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.0.5",
"version": "0.0.6",
"license": "MIT",
"exports": {
".": {
Expand All @@ -18,7 +18,10 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap"
Expand All @@ -27,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.1.5",
"@assistant-ui/react": "^0.1.6",
"react-hook-form": "^7.x.x",
"@types/react": "*",
"react": "^18"
Expand Down
7 changes: 5 additions & 2 deletions packages/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap"
Expand All @@ -29,7 +32,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.1.5",
"@assistant-ui/react": "^0.1.6",
"@types/react": "*",
"react": "^18"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @assistant-ui/react

## 0.1.6

### Patch Changes

- a6769d5: feat: ContentPartComponent types
- 52236ab: feat: new default chat bubble design

## 0.1.5

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

0 comments on commit 9770ebb

Please sign in to comment.