Skip to content

Commit 78ff5e9

Browse files
ci(changesets): version packages
1 parent 28ebcfc commit 78ff5e9

88 files changed

Lines changed: 339 additions & 334 deletions

File tree

Some content is hidden

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

.changeset/custom-routes-no-double-prefix.md

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

.changeset/sync-agent-registration-before-ready.md

Lines changed: 0 additions & 5 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.21",
7-
"@voltagent/core": "^2.7.2",
7+
"@voltagent/core": "^2.7.3",
88
"@voltagent/libsql": "^2.1.2",
99
"@voltagent/logger": "^2.0.2",
10-
"@voltagent/server-hono": "^2.0.12",
10+
"@voltagent/server-hono": "^2.0.13",
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.7.2",
7+
"@voltagent/core": "^2.7.3",
88
"@voltagent/libsql": "^2.1.2",
99
"@voltagent/logger": "^2.0.2",
10-
"@voltagent/server-hono": "^2.0.12",
10+
"@voltagent/server-hono": "^2.0.13",
1111
"ai": "^6.0.0",
1212
"zod": "^3.25.76"
1313
},

examples/github-star-stories/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.7.2",
6+
"@voltagent/core": "^2.7.3",
77
"@voltagent/logger": "^2.0.2",
8-
"@voltagent/server-hono": "^2.0.12",
8+
"@voltagent/server-hono": "^2.0.13",
99
"@voltagent/serverless-hono": "^2.0.11",
1010
"dotenv": "^16.4.5",
1111
"wrangler": "^3.38.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@radix-ui/react-tooltip": "^1.2.8",
1717
"@radix-ui/react-use-controllable-state": "^1.2.2",
1818
"@voltagent/cli": "^0.1.21",
19-
"@voltagent/core": "^2.7.2",
19+
"@voltagent/core": "^2.7.3",
2020
"@voltagent/libsql": "^2.1.2",
21-
"@voltagent/server-hono": "^2.0.12",
21+
"@voltagent/server-hono": "^2.0.13",
2222
"@xyflow/react": "^12.9.2",
2323
"ai": "^6.0.0",
2424
"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
@@ -2,10 +2,10 @@
22
"name": "voltagent-example-with-a2a-server",
33
"dependencies": {
44
"@voltagent/a2a-server": "^2.0.3",
5-
"@voltagent/core": "^2.7.2",
5+
"@voltagent/core": "^2.7.3",
66
"@voltagent/internal": "^1.0.3",
77
"@voltagent/logger": "^2.0.2",
8-
"@voltagent/server-hono": "^2.0.12",
8+
"@voltagent/server-hono": "^2.0.13",
99
"ai": "^6.0.0",
1010
"zod": "^3.25.76"
1111
},

examples/with-agent-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"author": "",
66
"dependencies": {
7-
"@voltagent/core": "^2.7.2",
7+
"@voltagent/core": "^2.7.3",
88
"ai": "^6.0.0",
99
"zod": "^3.25.76"
1010
},

examples/with-airtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"author": "",
44
"dependencies": {
55
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.7.2",
6+
"@voltagent/core": "^2.7.3",
77
"@voltagent/internal": "^1.0.3",
88
"@voltagent/logger": "^2.0.2",
99
"@voltagent/sdk": "^2.0.2",
10-
"@voltagent/server-hono": "^2.0.12",
10+
"@voltagent/server-hono": "^2.0.13",
1111
"ai": "^6.0.0",
1212
"zod": "^3.25.76"
1313
},

examples/with-amazon-bedrock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"author": "",
44
"dependencies": {
55
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.7.2",
6+
"@voltagent/core": "^2.7.3",
77
"@voltagent/libsql": "^2.1.2",
88
"@voltagent/logger": "^2.0.2",
9-
"@voltagent/server-hono": "^2.0.12",
9+
"@voltagent/server-hono": "^2.0.13",
1010
"ai": "^6.0.0",
1111
"zod": "^3.25.76"
1212
},

0 commit comments

Comments
 (0)