Skip to content

Commit

Permalink
Version Packages (#2108)
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 26, 2024
1 parent c258c24 commit bd0226f
Show file tree
Hide file tree
Showing 15 changed files with 108 additions and 82 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-actors-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-dolphins-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-trainers-confess.md

This file was deleted.

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

## 0.0.25

### Patch Changes

- 91dc4296: chore (@ai-sdk/anthropic): remove anthropic-beta header

## 0.0.24

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

## 3.2.11

### Patch Changes

- c908f741: chore (ui/solid): update solidjs useChat and useCompletion to feature parity with React
- 827ef450: feat (ai/ui): improve error handling in useAssistant
- Updated dependencies [c908f741]
- Updated dependencies [827ef450]
- @ai-sdk/solid@0.0.8
- @ai-sdk/svelte@0.0.9
- @ai-sdk/react@0.0.11

## 3.2.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "3.2.10",
"version": "3.2.11",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -77,9 +77,9 @@
"dependencies": {
"@ai-sdk/provider": "0.0.10",
"@ai-sdk/provider-utils": "0.0.16",
"@ai-sdk/react": "0.0.10",
"@ai-sdk/solid": "0.0.7",
"@ai-sdk/svelte": "0.0.8",
"@ai-sdk/react": "0.0.11",
"@ai-sdk/solid": "0.0.8",
"@ai-sdk/svelte": "0.0.9",
"@ai-sdk/ui-utils": "0.0.6",
"@ai-sdk/vue": "0.0.8",
"eventsource-parser": "1.1.2",
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
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [c908f741]
- Updated dependencies [827ef450]
- [email protected]

## null

### Patch Changes

- [email protected]

## null
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.11

### Patch Changes

- 827ef450: feat (ai/ui): improve error handling in useAssistant

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.8

### Patch Changes

- c908f741: chore (ui/solid): update solidjs useChat and useCompletion to feature parity with React

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.9

### Patch Changes

- 827ef450: feat (ai/ui): improve error handling in useAssistant

## 0.0.8

### 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.8",
"version": "0.0.9",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit bd0226f

Please sign in to comment.