Skip to content

Commit

Permalink
Version Packages (#4065)
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 11, 2024
1 parent c0b1c7e commit e10a3ef
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-pigs-nail.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.8",
"@ai-sdk/google-vertex": "2.0.6",
"@ai-sdk/google": "1.0.9",
"@ai-sdk/google-vertex": "2.0.7",
"@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.6",
"@ai-sdk/google-vertex": "2.0.7",
"ai": "4.0.14",
"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.8",
"@ai-sdk/google-vertex": "2.0.6",
"@ai-sdk/google": "1.0.9",
"@ai-sdk/google-vertex": "2.0.7",
"@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.7

### Patch Changes

- Updated dependencies [c0b1c7e]
- @ai-sdk/google@1.0.9

## 2.0.6

### 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.6",
"version": "2.0.7",
"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.8",
"@ai-sdk/google": "1.0.9",
"@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.9

### Patch Changes

- c0b1c7e: feat (provider/google): Add Gemini 2.0 model.

## 1.0.8

### 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.8",
"version": "1.0.9",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
26 changes: 13 additions & 13 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 e10a3ef

Please sign in to comment.