Skip to content

Commit

Permalink
Version Packages (#3384)
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 Oct 28, 2024
1 parent 966d7c4 commit 41429a3
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 129 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-needles-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-suns-tell.md

This file was deleted.

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

## 3.4.23

### Patch Changes

- 8301e41: fix (ai/react): update React peer dependency version to allow rc releases.
- Updated dependencies [8301e41]
- @ai-sdk/react@0.0.68

## 3.4.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "3.4.22",
"version": "3.4.23",
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@ai-sdk/provider": "0.0.26",
"@ai-sdk/provider-utils": "1.0.22",
"@ai-sdk/react": "0.0.67",
"@ai-sdk/react": "0.0.68",
"@ai-sdk/solid": "0.0.53",
"@ai-sdk/svelte": "0.0.55",
"@ai-sdk/ui-utils": "0.0.49",
Expand Down
6 changes: 6 additions & 0 deletions packages/amazon-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/amazon-bedrock

## 0.0.33

### Patch Changes

- bc0ffc5: feat (provider/bedrock): add file content part support

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/amazon-bedrock",
"version": "0.0.32",
"version": "0.0.33",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
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.68

### Patch Changes

- 8301e41: fix (ai/react): update React peer dependency version to allow rc releases.

## 0.0.67

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

0 comments on commit 41429a3

Please sign in to comment.