Skip to content

Commit

Permalink
Version Packages (#4201)
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 24, 2024
1 parent 6564812 commit 097283f
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-melons-brake.md

This file was deleted.

10 changes: 5 additions & 5 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"@ai-sdk/anthropic": "1.0.6",
"@ai-sdk/azure": "1.0.13",
"@ai-sdk/cohere": "1.0.6",
"@ai-sdk/deepinfra": "0.0.3",
"@ai-sdk/fireworks": "0.0.6",
"@ai-sdk/deepinfra": "0.0.4",
"@ai-sdk/fireworks": "0.0.7",
"@ai-sdk/google": "1.0.12",
"@ai-sdk/google-vertex": "2.0.12",
"@ai-sdk/groq": "1.0.9",
"@ai-sdk/mistral": "1.0.6",
"@ai-sdk/openai": "1.0.11",
"@ai-sdk/openai-compatible": "0.0.12",
"@ai-sdk/openai-compatible": "0.0.13",
"@ai-sdk/provider": "1.0.3",
"@ai-sdk/togetherai": "0.0.13",
"@ai-sdk/xai": "1.0.13",
"@ai-sdk/togetherai": "0.0.14",
"@ai-sdk/xai": "1.0.14",
"@opentelemetry/sdk-node": "0.54.2",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/sdk-trace-node": "1.28.0",
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.4

### Patch Changes

- Updated dependencies [6564812]
- @ai-sdk/openai-compatible@0.0.13

## 0.0.3

### 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.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.12",
"@ai-sdk/openai-compatible": "0.0.13",
"@ai-sdk/provider": "1.0.3",
"@ai-sdk/provider-utils": "2.0.5"
},
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.7

### Patch Changes

- Updated dependencies [6564812]
- @ai-sdk/openai-compatible@0.0.13

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.12",
"@ai-sdk/openai-compatible": "0.0.13",
"@ai-sdk/provider": "1.0.3",
"@ai-sdk/provider-utils": "2.0.5"
},
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.13

### Patch Changes

- 6564812: feat (provider/openai-compatible): Add'l exports for customization.

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.14

### Patch Changes

- Updated dependencies [6564812]
- @ai-sdk/openai-compatible@0.0.13

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.12",
"@ai-sdk/openai-compatible": "0.0.13",
"@ai-sdk/provider": "1.0.3",
"@ai-sdk/provider-utils": "2.0.5"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/xai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/xai

## 1.0.14

### Patch Changes

- Updated dependencies [6564812]
- @ai-sdk/openai-compatible@0.0.13

## 1.0.13

### 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.13",
"version": "1.0.14",
"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.12",
"@ai-sdk/openai-compatible": "0.0.13",
"@ai-sdk/provider": "1.0.3",
"@ai-sdk/provider-utils": "2.0.5"
},
Expand Down
18 changes: 9 additions & 9 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 097283f

Please sign in to comment.