Skip to content

Commit

Permalink
Version Packages (#4336)
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 Jan 10, 2025
1 parent 7611964 commit f4ddf36
Show file tree
Hide file tree
Showing 21 changed files with 104 additions and 56 deletions.
7 changes: 0 additions & 7 deletions .changeset/tall-moles-roll.md

This file was deleted.

16 changes: 8 additions & 8 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"@ai-sdk/anthropic": "1.0.8",
"@ai-sdk/azure": "1.0.18",
"@ai-sdk/cohere": "1.0.8",
"@ai-sdk/deepseek": "0.0.3",
"@ai-sdk/deepinfra": "0.0.7",
"@ai-sdk/fireworks": "0.0.10",
"@ai-sdk/google": "1.0.14",
"@ai-sdk/google-vertex": "2.0.15",
"@ai-sdk/deepseek": "0.0.4",
"@ai-sdk/deepinfra": "0.0.8",
"@ai-sdk/fireworks": "0.0.11",
"@ai-sdk/google": "1.0.15",
"@ai-sdk/google-vertex": "2.0.16",
"@ai-sdk/groq": "1.0.11",
"@ai-sdk/mistral": "1.0.8",
"@ai-sdk/openai": "1.0.16",
"@ai-sdk/openai-compatible": "0.0.15",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/replicate": "0.0.1",
"@ai-sdk/togetherai": "0.0.18",
"@ai-sdk/xai": "1.0.16",
"@ai-sdk/togetherai": "0.0.19",
"@ai-sdk/xai": "1.0.17",
"@opentelemetry/sdk-node": "0.54.2",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/sdk-trace-node": "1.28.0",
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.15",
"@ai-sdk/google-vertex": "2.0.16",
"ai": "4.0.31",
"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.8",
"@ai-sdk/google": "1.0.14",
"@ai-sdk/google-vertex": "2.0.15",
"@ai-sdk/google": "1.0.15",
"@ai-sdk/google-vertex": "2.0.16",
"@ai-sdk/groq": "1.0.11",
"@ai-sdk/mistral": "1.0.8",
"@ai-sdk/openai": "1.0.16",
Expand Down
7 changes: 7 additions & 0 deletions packages/deepinfra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/deepinfra

## 0.0.8

### Patch Changes

- Updated dependencies [7611964]
- @ai-sdk/openai-compatible@0.0.16

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/deepinfra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/deepinfra",
"version": "0.0.7",
"version": "0.0.8",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.15",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/deepseek/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/deepseek

## 0.0.4

### Patch Changes

- Updated dependencies [7611964]
- @ai-sdk/openai-compatible@0.0.16

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/deepseek/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/deepseek",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.15",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/fireworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/fireworks

## 0.0.11

### Patch Changes

- Updated dependencies [7611964]
- @ai-sdk/openai-compatible@0.0.16

## 0.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fireworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/fireworks",
"version": "0.0.10",
"version": "0.0.11",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.15",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
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.16

### Patch Changes

- Updated dependencies [7611964]
- @ai-sdk/google@1.0.15

## 2.0.15

### 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.15",
"version": "2.0.16",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@ai-sdk/anthropic": "1.0.8",
"@ai-sdk/google": "1.0.14",
"@ai-sdk/google": "1.0.15",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7",
"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.15

### Patch Changes

- 7611964: feat (provider/xai): Support structured output for latest models.

## 1.0.14

### 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.14",
"version": "1.0.15",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/openai-compatible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/openai-compatible

## 0.0.16

### Patch Changes

- 7611964: feat (provider/xai): Support structured output for latest models.

## 0.0.15

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

## 0.0.19

### Patch Changes

- Updated dependencies [7611964]
- @ai-sdk/openai-compatible@0.0.16

## 0.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/togetherai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/togetherai",
"version": "0.0.18",
"version": "0.0.19",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.15",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/xai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ai-sdk/xai

## 1.0.17

### Patch Changes

- 7611964: feat (provider/xai): Support structured output for latest models.
- Updated dependencies [7611964]
- @ai-sdk/openai-compatible@0.0.16

## 1.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/xai",
"version": "1.0.16",
"version": "1.0.17",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.15",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
Loading

0 comments on commit f4ddf36

Please sign in to comment.