Skip to content

Commit

Permalink
Version Packages (#1918)
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] committed Jun 11, 2024
1 parent 3cabf07 commit da38831
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-hounds-flow.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ai

## 3.1.32

### Patch Changes

- 3cabf078: fix(ai/rsc): Refactor streamable UI internal implementation

## 3.1.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "3.1.31",
"version": "3.1.32",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/tests/e2e/next-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ai-core-e2e-next-server

## null

### Patch Changes

- Updated dependencies [3cabf078]
- [email protected]
3 changes: 2 additions & 1 deletion packages/core/tests/e2e/next-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"react-dom": "rc",
"zod": "*",
"ai": "workspace:*"
}
},
"version": null
}

0 comments on commit da38831

Please sign in to comment.