Skip to content

Commit

Permalink
Version Packages (#225)
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 836ccb2 commit 571d3d9
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/popular-singers-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-pans-remain.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/react-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @assistant-ui/react-ai-sdk

## 0.1.4

### Patch Changes

- 6e9528d: build: add changesets
- 6e9528d: feat: add useAssistantTool API
- Updated dependencies [6e9528d]
- Updated dependencies [6e9528d]
- @assistant-ui/react@0.1.3
9 changes: 6 additions & 3 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.1.3",
"version": "0.1.4",
"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 @@ -30,7 +33,7 @@
},
"peerDependencies": {
"@ai-sdk/react": "^0.0.x",
"@assistant-ui/react": "^0.1",
"@assistant-ui/react": "^0.1.3",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @assistant-ui/react-hook-form

## 0.0.3

### Patch Changes

- 6e9528d: build: add changesets
- 6e9528d: feat: add useAssistantTool API
- Updated dependencies [6e9528d]
- Updated dependencies [6e9528d]
- @assistant-ui/react@0.1.3
4 changes: 2 additions & 2 deletions packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@assistant-ui/react-hook-form",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"type": "module",
"peerDependencies": {
"@assistant-ui/react": "^0.1",
"@assistant-ui/react": "^0.1.3",
"react-hook-form": "^7.x.x",
"@types/react": "*",
"react": "^18"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @assistant-ui/react

## 0.1.3

### Patch Changes

- 6e9528d: build: add changesets
- 6e9528d: feat: add useAssistantTool API
7 changes: 5 additions & 2 deletions 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.2",
"version": "0.1.3",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -57,7 +57,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 src/experimental.ts --format cjs,esm --dts --sourcemap",
Expand Down

0 comments on commit 571d3d9

Please sign in to comment.