Skip to content

Commit

Permalink
Version Packages (#4118)
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 Dec 17, 2024
1 parent db31e74 commit 1a18d18
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-apples-punch.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@ai-sdk/anthropic": "1.0.5",
"@ai-sdk/azure": "1.0.10",
"@ai-sdk/cohere": "1.0.5",
"@ai-sdk/google": "1.0.10",
"@ai-sdk/google-vertex": "2.0.8",
"@ai-sdk/google": "1.0.11",
"@ai-sdk/google-vertex": "2.0.9",
"@ai-sdk/groq": "1.0.8",
"@ai-sdk/mistral": "1.0.5",
"@ai-sdk/openai": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-google-vertex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google-vertex": "2.0.8",
"@ai-sdk/google-vertex": "2.0.9",
"ai": "4.0.20",
"geist": "^1.3.1",
"next": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/swarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@ai-sdk/anthropic": "1.0.5",
"@ai-sdk/google": "1.0.10",
"@ai-sdk/google-vertex": "2.0.8",
"@ai-sdk/google": "1.0.11",
"@ai-sdk/google-vertex": "2.0.9",
"@ai-sdk/groq": "1.0.8",
"@ai-sdk/mistral": "1.0.5",
"@ai-sdk/openai": "1.0.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-vertex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/google-vertex

## 2.0.9

### Patch Changes

- Updated dependencies [db31e74]
- @ai-sdk/google@1.0.11

## 2.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/google-vertex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/google-vertex",
"version": "2.0.8",
"version": "2.0.9",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@ai-sdk/anthropic": "1.0.5",
"@ai-sdk/google": "1.0.10",
"@ai-sdk/google": "1.0.11",
"@ai-sdk/provider": "1.0.2",
"@ai-sdk/provider-utils": "2.0.4",
"google-auth-library": "^9.15.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/google

## 1.0.11

### Patch Changes

- db31e74: feat: adding audioTimestamp support to GoogleGenerativeAISettings

## 1.0.10

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

Please sign in to comment.