Skip to content

Commit 65ed444

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

File tree

67 files changed

+192
-192
lines changed

Some content is hidden

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

67 files changed

+192
-192
lines changed

.changeset/chatty-pigs-flash.md

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

.changeset/evil-chicken-press.md

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

examples/base/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/openai": "^2.0.52",
66
"@voltagent/cli": "^0.1.16",
7-
"@voltagent/core": "^1.2.9",
7+
"@voltagent/core": "^1.2.10",
88
"@voltagent/libsql": "^1.0.12",
99
"@voltagent/logger": "^1.0.4",
1010
"@voltagent/server-hono": "^1.2.5",

examples/github-repo-analyzer/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/openai": "^2.0.52",
66
"@octokit/rest": "^21.0.0",
7-
"@voltagent/core": "^1.2.9",
7+
"@voltagent/core": "^1.2.10",
88
"@voltagent/libsql": "^1.0.12",
99
"@voltagent/logger": "^1.0.4",
1010
"@voltagent/server-hono": "^1.2.5",

examples/next-js-chatbot-starter-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@radix-ui/react-tooltip": "^1.2.8",
2121
"@radix-ui/react-use-controllable-state": "^1.2.2",
2222
"@voltagent/cli": "^0.1.16",
23-
"@voltagent/core": "^1.2.9",
23+
"@voltagent/core": "^1.2.10",
2424
"@voltagent/libsql": "^1.0.12",
2525
"@voltagent/server-hono": "^1.2.5",
2626
"@xyflow/react": "^12.9.2",

examples/with-a2a-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@ai-sdk/openai": "^2.0.52",
55
"@voltagent/a2a-server": "^1.0.2",
6-
"@voltagent/core": "^1.2.9",
6+
"@voltagent/core": "^1.2.10",
77
"@voltagent/internal": "^0.0.12",
88
"@voltagent/logger": "^1.0.4",
99
"@voltagent/server-hono": "^1.2.5",

examples/with-agent-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "",
66
"dependencies": {
77
"@ai-sdk/openai": "^2.0.52",
8-
"@voltagent/core": "^1.2.9",
8+
"@voltagent/core": "^1.2.10",
99
"ai": "^5.0.76",
1010
"zod": "^3.25.76"
1111
},

examples/with-amazon-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@ai-sdk/amazon-bedrock": "^3.0.0",
66
"@aws-sdk/credential-providers": "~3.799.0",
77
"@voltagent/cli": "^0.1.16",
8-
"@voltagent/core": "^1.2.9",
8+
"@voltagent/core": "^1.2.10",
99
"@voltagent/libsql": "^1.0.12",
1010
"@voltagent/logger": "^1.0.4",
1111
"@voltagent/server-hono": "^1.2.5",

examples/with-anthropic/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/anthropic": "^2.0.37",
66
"@voltagent/cli": "^0.1.16",
7-
"@voltagent/core": "^1.2.9",
7+
"@voltagent/core": "^1.2.10",
88
"@voltagent/libsql": "^1.0.12",
99
"@voltagent/logger": "^1.0.4",
1010
"@voltagent/server-hono": "^1.2.5",

examples/with-chroma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@chroma-core/ollama": "^0.1.7",
88
"@chroma-core/openai": "^0.1.7",
99
"@voltagent/cli": "^0.1.16",
10-
"@voltagent/core": "^1.2.9",
10+
"@voltagent/core": "^1.2.10",
1111
"@voltagent/libsql": "^1.0.12",
1212
"@voltagent/logger": "^1.0.4",
1313
"@voltagent/server-hono": "^1.2.5",

0 commit comments

Comments
 (0)