Skip to content

Commit fbb6500

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

File tree

83 files changed

+713
-388
lines changed

Some content is hidden

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

83 files changed

+713
-388
lines changed

.changeset/common-geese-fetch.md

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

examples/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"dependencies": {
55
"@ai-sdk/openai": "^3.0.0",
66
"@voltagent/cli": "^0.1.20",
7-
"@voltagent/core": "^2.0.6",
7+
"@voltagent/core": "^2.0.7",
88
"@voltagent/libsql": "^2.0.2",
99
"@voltagent/logger": "^2.0.2",
10-
"@voltagent/server-hono": "^2.0.2",
10+
"@voltagent/server-hono": "^2.0.3",
1111
"ai": "^6.0.0",
1212
"zod": "^3.25.76"
1313
},

examples/github-repo-analyzer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"dependencies": {
55
"@ai-sdk/openai": "^3.0.0",
66
"@octokit/rest": "^21.0.0",
7-
"@voltagent/core": "^2.0.6",
7+
"@voltagent/core": "^2.0.7",
88
"@voltagent/libsql": "^2.0.2",
99
"@voltagent/logger": "^2.0.2",
10-
"@voltagent/server-hono": "^2.0.2",
10+
"@voltagent/server-hono": "^2.0.3",
1111
"ai": "^6.0.0",
1212
"zod": "^3.25.76"
1313
},

examples/github-star-stories/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"dependencies": {
55
"@ai-sdk/openai": "^3.0.0",
66
"@voltagent/cli": "^0.1.20",
7-
"@voltagent/core": "^2.0.6",
7+
"@voltagent/core": "^2.0.7",
88
"@voltagent/logger": "^2.0.2",
9-
"@voltagent/server-hono": "^2.0.2",
10-
"@voltagent/serverless-hono": "^2.0.4",
9+
"@voltagent/server-hono": "^2.0.3",
10+
"@voltagent/serverless-hono": "^2.0.5",
1111
"dotenv": "^16.4.5",
1212
"wrangler": "^3.38.0",
1313
"zod": "^3.25.76"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@radix-ui/react-tooltip": "^1.2.8",
2121
"@radix-ui/react-use-controllable-state": "^1.2.2",
2222
"@voltagent/cli": "^0.1.20",
23-
"@voltagent/core": "^2.0.6",
23+
"@voltagent/core": "^2.0.7",
2424
"@voltagent/libsql": "^2.0.2",
25-
"@voltagent/server-hono": "^2.0.2",
25+
"@voltagent/server-hono": "^2.0.3",
2626
"@xyflow/react": "^12.9.2",
2727
"ai": "^6.0.0",
2828
"class-variance-authority": "^0.7.1",

examples/with-a2a-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"dependencies": {
44
"@ai-sdk/openai": "^3.0.0",
55
"@voltagent/a2a-server": "^2.0.2",
6-
"@voltagent/core": "^2.0.6",
6+
"@voltagent/core": "^2.0.7",
77
"@voltagent/internal": "^1.0.2",
88
"@voltagent/logger": "^2.0.2",
9-
"@voltagent/server-hono": "^2.0.2",
9+
"@voltagent/server-hono": "^2.0.3",
1010
"ai": "^6.0.0",
1111
"zod": "^3.25.76"
1212
},

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": "^3.0.0",
8-
"@voltagent/core": "^2.0.6",
8+
"@voltagent/core": "^2.0.7",
99
"ai": "^6.0.0",
1010
"zod": "^3.25.76"
1111
},

examples/with-airtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"dependencies": {
55
"@ai-sdk/openai": "^3.0.0",
66
"@voltagent/cli": "^0.1.20",
7-
"@voltagent/core": "^2.0.6",
7+
"@voltagent/core": "^2.0.7",
88
"@voltagent/internal": "^1.0.2",
99
"@voltagent/logger": "^2.0.2",
1010
"@voltagent/sdk": "^2.0.2",
11-
"@voltagent/server-hono": "^2.0.2",
11+
"@voltagent/server-hono": "^2.0.3",
1212
"ai": "^6.0.0",
1313
"zod": "^3.25.76"
1414
},

examples/with-amazon-bedrock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"@ai-sdk/amazon-bedrock": "^3.0.0",
66
"@aws-sdk/credential-providers": "~3.799.0",
77
"@voltagent/cli": "^0.1.20",
8-
"@voltagent/core": "^2.0.6",
8+
"@voltagent/core": "^2.0.7",
99
"@voltagent/libsql": "^2.0.2",
1010
"@voltagent/logger": "^2.0.2",
11-
"@voltagent/server-hono": "^2.0.2",
11+
"@voltagent/server-hono": "^2.0.3",
1212
"ai": "^6.0.0",
1313
"zod": "^3.25.76"
1414
},

examples/with-anthropic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"dependencies": {
55
"@ai-sdk/anthropic": "^3.0.0",
66
"@voltagent/cli": "^0.1.20",
7-
"@voltagent/core": "^2.0.6",
7+
"@voltagent/core": "^2.0.7",
88
"@voltagent/libsql": "^2.0.2",
99
"@voltagent/logger": "^2.0.2",
10-
"@voltagent/server-hono": "^2.0.2",
10+
"@voltagent/server-hono": "^2.0.3",
1111
"ai": "^6.0.0",
1212
"zod": "^3.25.76"
1313
},

0 commit comments

Comments
 (0)