Skip to content

Commit

Permalink
chore: update versions (#232)
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 18, 2024
1 parent 6b307b2 commit 3636109
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-gorillas-live.md

This file was deleted.

5 changes: 4 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"tsup": "^8.1.0",
"tsx": "^4.15.6"
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"bin": "./dist/index.js",
"scripts": {
"build": "tsup src/index.ts --format esm --sourcemap",
Expand Down
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.3",
"@assistant-ui/react": "^0.1.4",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "module",
"peerDependencies": {
"@assistant-ui/react": "^0.1.3",
"@assistant-ui/react": "^0.1.4",
"react-hook-form": "^7.x.x",
"@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.1.4

### Patch Changes

- a73b50f: fix: ComposerRoot onSubmit should be called when using keyboard shortcuts

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

0 comments on commit 3636109

Please sign in to comment.