Skip to content

Commit ebd88ce

Browse files
ci(changesets): version packages (#768)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ac6c0b commit ebd88ce

File tree

53 files changed

+128
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+128
-112
lines changed

.changeset/calm-deer-stop.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.52",
6-
"@voltagent/cli": "^0.1.14",
6+
"@voltagent/cli": "^0.1.15",
77
"@voltagent/core": "^1.2.0",
88
"@voltagent/libsql": "^1.0.10",
99
"@voltagent/logger": "^1.0.4",

examples/github-repo-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^24.2.1",
16-
"@voltagent/cli": "^0.1.14",
16+
"@voltagent/cli": "^0.1.15",
1717
"tsx": "^4.19.3",
1818
"typescript": "^5.8.2"
1919
},

examples/with-amazon-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@ai-sdk/amazon-bedrock": "^3.0.0",
66
"@aws-sdk/credential-providers": "~3.799.0",
7-
"@voltagent/cli": "^0.1.14",
7+
"@voltagent/cli": "^0.1.15",
88
"@voltagent/core": "^1.2.0",
99
"@voltagent/libsql": "^1.0.10",
1010
"@voltagent/logger": "^1.0.4",

examples/with-anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/anthropic": "^2.0.6",
6-
"@voltagent/cli": "^0.1.14",
6+
"@voltagent/cli": "^0.1.15",
77
"@voltagent/core": "^1.2.0",
88
"@voltagent/libsql": "^1.0.10",
99
"@voltagent/logger": "^1.0.4",

examples/with-chroma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@chroma-core/default-embed": "^0.1.8",
77
"@chroma-core/ollama": "^0.1.7",
88
"@chroma-core/openai": "^0.1.7",
9-
"@voltagent/cli": "^0.1.14",
9+
"@voltagent/cli": "^0.1.15",
1010
"@voltagent/core": "^1.2.0",
1111
"@voltagent/libsql": "^1.0.10",
1212
"@voltagent/logger": "^1.0.4",

examples/with-composio-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"dependencies": {
66
"@ai-sdk/openai": "^2.0.52",
7-
"@voltagent/cli": "^0.1.14",
7+
"@voltagent/cli": "^0.1.15",
88
"@voltagent/core": "^1.2.0",
99
"@voltagent/libsql": "^1.0.10",
1010
"@voltagent/logger": "^1.0.4",

examples/with-custom-endpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.52",
6-
"@voltagent/cli": "^0.1.14",
6+
"@voltagent/cli": "^0.1.15",
77
"@voltagent/core": "^1.2.0",
88
"@voltagent/libsql": "^1.0.10",
99
"@voltagent/logger": "^1.0.4",

examples/with-dynamic-parameters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.52",
6-
"@voltagent/cli": "^0.1.14",
6+
"@voltagent/cli": "^0.1.15",
77
"@voltagent/core": "^1.2.0",
88
"@voltagent/libsql": "^1.0.10",
99
"@voltagent/logger": "^1.0.4",

examples/with-dynamic-prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.52",
6-
"@voltagent/cli": "^0.1.14",
6+
"@voltagent/cli": "^0.1.15",
77
"@voltagent/core": "^1.2.0",
88
"@voltagent/libsql": "^1.0.10",
99
"@voltagent/logger": "^1.0.4",

0 commit comments

Comments
 (0)