Skip to content

Commit 1ac520d

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

File tree

79 files changed

+272
-272
lines changed

Some content is hidden

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

79 files changed

+272
-272
lines changed

.changeset/rare-papayas-bake.md

Lines changed: 0 additions & 70 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": "^3.0.0",
66
"@voltagent/cli": "^0.1.21",
7-
"@voltagent/core": "^2.2.2",
7+
"@voltagent/core": "^2.3.0",
88
"@voltagent/libsql": "^2.0.3",
99
"@voltagent/logger": "^2.0.2",
1010
"@voltagent/server-hono": "^2.0.4",

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": "^3.0.0",
66
"@octokit/rest": "^21.0.0",
7-
"@voltagent/core": "^2.2.2",
7+
"@voltagent/core": "^2.3.0",
88
"@voltagent/libsql": "^2.0.3",
99
"@voltagent/logger": "^2.0.2",
1010
"@voltagent/server-hono": "^2.0.4",

examples/github-star-stories/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.2.2",
6+
"@voltagent/core": "^2.3.0",
77
"@voltagent/logger": "^2.0.2",
88
"@voltagent/server-hono": "^2.0.4",
99
"@voltagent/serverless-hono": "^2.0.6",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.2.2",
19+
"@voltagent/core": "^2.3.0",
2020
"@voltagent/libsql": "^2.0.3",
2121
"@voltagent/server-hono": "^2.0.4",
2222
"@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
@@ -2,7 +2,7 @@
22
"name": "voltagent-example-with-a2a-server",
33
"dependencies": {
44
"@voltagent/a2a-server": "^2.0.2",
5-
"@voltagent/core": "^2.2.2",
5+
"@voltagent/core": "^2.3.0",
66
"@voltagent/internal": "^1.0.3",
77
"@voltagent/logger": "^2.0.2",
88
"@voltagent/server-hono": "^2.0.4",

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.2.2",
7+
"@voltagent/core": "^2.3.0",
88
"ai": "^6.0.0",
99
"zod": "^3.25.76"
1010
},

examples/with-airtable/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
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.2.2",
6+
"@voltagent/core": "^2.3.0",
77
"@voltagent/internal": "^1.0.3",
88
"@voltagent/logger": "^2.0.2",
99
"@voltagent/sdk": "^2.0.2",

examples/with-amazon-bedrock/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
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.2.2",
6+
"@voltagent/core": "^2.3.0",
77
"@voltagent/libsql": "^2.0.3",
88
"@voltagent/logger": "^2.0.2",
99
"@voltagent/server-hono": "^2.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
"@voltagent/cli": "^0.1.21",
6-
"@voltagent/core": "^2.2.2",
6+
"@voltagent/core": "^2.3.0",
77
"@voltagent/libsql": "^2.0.3",
88
"@voltagent/logger": "^2.0.2",
99
"@voltagent/server-hono": "^2.0.4",

0 commit comments

Comments
 (0)