Skip to content

Commit 3499d4d

Browse files
ci(changesets): version packages (#682)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5aa84b5 commit 3499d4d

File tree

76 files changed

+616
-404
lines changed

Some content is hidden

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

76 files changed

+616
-404
lines changed

.changeset/fine-lamps-camp.md

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

.changeset/floppy-swans-reply.md

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

.changeset/lemon-falcons-thank.md

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

.changeset/nine-pianos-see.md

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

.changeset/social-teeth-burn.md

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

examples/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.2",
6-
"@voltagent/cli": "^0.1.11",
7-
"@voltagent/core": "^1.1.26",
8-
"@voltagent/libsql": "^1.0.7",
6+
"@voltagent/cli": "^0.1.12",
7+
"@voltagent/core": "^1.1.27",
8+
"@voltagent/libsql": "^1.0.8",
99
"@voltagent/logger": "^1.0.2",
1010
"@voltagent/server-hono": "^1.0.18",
1111
"ai": "^5.0.12",

examples/github-repo-analyzer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.2",
66
"@octokit/rest": "^21.0.0",
7-
"@voltagent/core": "^1.1.26",
8-
"@voltagent/libsql": "^1.0.7",
7+
"@voltagent/core": "^1.1.27",
8+
"@voltagent/libsql": "^1.0.8",
99
"@voltagent/logger": "^1.0.2",
1010
"@voltagent/server-hono": "^1.0.18",
1111
"ai": "^5.0.12",
1212
"zod": "^3.25.76"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^24.2.1",
16-
"@voltagent/cli": "^0.1.11",
16+
"@voltagent/cli": "^0.1.12",
1717
"tsx": "^4.19.3",
1818
"typescript": "^5.8.2"
1919
},

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.2",
55
"@voltagent/a2a-server": "^1.0.1",
6-
"@voltagent/core": "^1.1.26",
6+
"@voltagent/core": "^1.1.27",
77
"@voltagent/internal": "^0.0.11",
88
"@voltagent/logger": "^1.0.2",
99
"@voltagent/server-hono": "^1.0.18",

examples/with-amazon-bedrock/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"dependencies": {
55
"@ai-sdk/amazon-bedrock": "^3.0.0",
66
"@aws-sdk/credential-providers": "~3.799.0",
7-
"@voltagent/cli": "^0.1.11",
8-
"@voltagent/core": "^1.1.26",
9-
"@voltagent/libsql": "^1.0.7",
7+
"@voltagent/cli": "^0.1.12",
8+
"@voltagent/core": "^1.1.27",
9+
"@voltagent/libsql": "^1.0.8",
1010
"@voltagent/logger": "^1.0.2",
1111
"@voltagent/server-hono": "^1.0.18",
1212
"ai": "^5.0.12",

examples/with-anthropic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/anthropic": "^2.0.6",
6-
"@voltagent/cli": "^0.1.11",
7-
"@voltagent/core": "^1.1.26",
8-
"@voltagent/libsql": "^1.0.7",
6+
"@voltagent/cli": "^0.1.12",
7+
"@voltagent/core": "^1.1.27",
8+
"@voltagent/libsql": "^1.0.8",
99
"@voltagent/logger": "^1.0.2",
1010
"@voltagent/server-hono": "^1.0.18",
1111
"ai": "^5.0.12",

0 commit comments

Comments
 (0)