Skip to content

Commit

Permalink
Version Packages (#2075)
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 24, 2024
1 parent d42b890 commit 041b1ea
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 55 deletions.
9 changes: 0 additions & 9 deletions .changeset/brave-nails-guess.md

This file was deleted.

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

## 3.2.7

### Patch Changes

- d42b8907: feat (ui): make event in handleSubmit optional
- Updated dependencies [d42b8907]
- @ai-sdk/svelte@0.0.6
- @ai-sdk/react@0.0.7
- @ai-sdk/solid@0.0.6
- @ai-sdk/vue@0.0.6

## 3.2.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "3.2.6",
"version": "3.2.7",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -77,11 +77,11 @@
"dependencies": {
"@ai-sdk/provider": "0.0.10",
"@ai-sdk/provider-utils": "0.0.16",
"@ai-sdk/react": "0.0.6",
"@ai-sdk/solid": "0.0.5",
"@ai-sdk/svelte": "0.0.5",
"@ai-sdk/react": "0.0.7",
"@ai-sdk/solid": "0.0.6",
"@ai-sdk/svelte": "0.0.6",
"@ai-sdk/ui-utils": "0.0.5",
"@ai-sdk/vue": "0.0.5",
"@ai-sdk/vue": "0.0.6",
"eventsource-parser": "1.1.2",
"jsondiffpatch": "0.6.0",
"json-schema": "0.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/tests/e2e/next-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [d42b8907]
- [email protected]

## null

### Patch Changes

- Updated dependencies [74e28222]
- [email protected]

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 @@
# @ai-sdk/react

## 0.0.7

### Patch Changes

- d42b8907: feat (ui): make event in handleSubmit optional

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/react",
"version": "0.0.6",
"version": "0.0.7",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/solid

## 0.0.6

### Patch Changes

- d42b8907: feat (ui): make event in handleSubmit optional

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/solid",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/svelte

## 0.0.6

### Patch Changes

- d42b8907: feat (ui): make event in handleSubmit optional

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/svelte",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/vue

## 0.0.6

### Patch Changes

- d42b8907: feat (ui): make event in handleSubmit optional

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/vue",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
74 changes: 37 additions & 37 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 041b1ea

Please sign in to comment.