Skip to content

Commit 6892fac

Browse files
ci(changesets): version packages (VoltAgent#735)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 348bda0 commit 6892fac

File tree

69 files changed

+796
-619
lines changed

Some content is hidden

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

69 files changed

+796
-619
lines changed

.changeset/soft-nails-wash.md

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

.changeset/tender-mirrors-eat.md

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

.changeset/true-rules-check.md

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

examples/base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.52",
6-
"@voltagent/cli": "^0.1.13",
7-
"@voltagent/core": "^1.1.35",
6+
"@voltagent/cli": "^0.1.14",
7+
"@voltagent/core": "^1.1.36",
88
"@voltagent/libsql": "^1.0.9",
9-
"@voltagent/logger": "^1.0.3",
10-
"@voltagent/server-hono": "^1.2.1",
9+
"@voltagent/logger": "^1.0.4",
10+
"@voltagent/server-hono": "^1.2.2",
1111
"ai": "^5.0.76",
1212
"zod": "^3.25.76"
1313
},

examples/github-repo-analyzer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"dependencies": {
55
"@ai-sdk/openai": "^2.0.52",
66
"@octokit/rest": "^21.0.0",
7-
"@voltagent/core": "^1.1.35",
7+
"@voltagent/core": "^1.1.36",
88
"@voltagent/libsql": "^1.0.9",
9-
"@voltagent/logger": "^1.0.3",
10-
"@voltagent/server-hono": "^1.2.1",
9+
"@voltagent/logger": "^1.0.4",
10+
"@voltagent/server-hono": "^1.2.2",
1111
"ai": "^5.0.76",
1212
"zod": "^3.25.76"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^24.2.1",
16-
"@voltagent/cli": "^0.1.13",
16+
"@voltagent/cli": "^0.1.14",
1717
"tsx": "^4.19.3",
1818
"typescript": "^5.8.2"
1919
},

examples/with-a2a-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"dependencies": {
44
"@ai-sdk/openai": "^2.0.52",
55
"@voltagent/a2a-server": "^1.0.2",
6-
"@voltagent/core": "^1.1.35",
6+
"@voltagent/core": "^1.1.36",
77
"@voltagent/internal": "^0.0.12",
8-
"@voltagent/logger": "^1.0.3",
9-
"@voltagent/server-hono": "^1.2.1",
8+
"@voltagent/logger": "^1.0.4",
9+
"@voltagent/server-hono": "^1.2.2",
1010
"ai": "^5.0.76",
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": "^2.0.52",
8-
"@voltagent/core": "^1.1.35",
8+
"@voltagent/core": "^1.1.36",
99
"ai": "^5.0.76",
1010
"zod": "^3.25.76"
1111
},

examples/with-amazon-bedrock/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"dependencies": {
55
"@ai-sdk/amazon-bedrock": "^3.0.0",
66
"@aws-sdk/credential-providers": "~3.799.0",
7-
"@voltagent/cli": "^0.1.13",
8-
"@voltagent/core": "^1.1.35",
7+
"@voltagent/cli": "^0.1.14",
8+
"@voltagent/core": "^1.1.36",
99
"@voltagent/libsql": "^1.0.9",
10-
"@voltagent/logger": "^1.0.3",
11-
"@voltagent/server-hono": "^1.2.1",
10+
"@voltagent/logger": "^1.0.4",
11+
"@voltagent/server-hono": "^1.2.2",
1212
"ai": "^5.0.76",
1313
"zod": "^3.25.76"
1414
},

examples/with-anthropic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"author": "",
44
"dependencies": {
55
"@ai-sdk/anthropic": "^2.0.6",
6-
"@voltagent/cli": "^0.1.13",
7-
"@voltagent/core": "^1.1.35",
6+
"@voltagent/cli": "^0.1.14",
7+
"@voltagent/core": "^1.1.36",
88
"@voltagent/libsql": "^1.0.9",
9-
"@voltagent/logger": "^1.0.3",
10-
"@voltagent/server-hono": "^1.2.1",
9+
"@voltagent/logger": "^1.0.4",
10+
"@voltagent/server-hono": "^1.2.2",
1111
"ai": "^5.0.76",
1212
"zod": "^3.25.76"
1313
},

examples/with-chroma/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"@chroma-core/default-embed": "^0.1.8",
77
"@chroma-core/ollama": "^0.1.7",
88
"@chroma-core/openai": "^0.1.7",
9-
"@voltagent/cli": "^0.1.13",
10-
"@voltagent/core": "^1.1.35",
9+
"@voltagent/cli": "^0.1.14",
10+
"@voltagent/core": "^1.1.36",
1111
"@voltagent/libsql": "^1.0.9",
12-
"@voltagent/logger": "^1.0.3",
13-
"@voltagent/server-hono": "^1.2.1",
12+
"@voltagent/logger": "^1.0.4",
13+
"@voltagent/server-hono": "^1.2.2",
1414
"ai": "^5.0.76",
1515
"chromadb": "^3.0.4",
1616
"zod": "^3.25.76"

0 commit comments

Comments
 (0)