Skip to content

Commit a7a5cdc

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

File tree

59 files changed

+122
-116
lines changed

Some content is hidden

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

59 files changed

+122
-116
lines changed

.changeset/some-streets-sell.md

Lines changed: 0 additions & 6 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": "^2.0.2",
66
"@voltagent/cli": "^0.1.12",
7-
"@voltagent/core": "^1.1.28",
7+
"@voltagent/core": "^1.1.29",
88
"@voltagent/libsql": "^1.0.8",
99
"@voltagent/logger": "^1.0.2",
1010
"@voltagent/server-hono": "^1.0.18",

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": "^2.0.2",
66
"@octokit/rest": "^21.0.0",
7-
"@voltagent/core": "^1.1.28",
7+
"@voltagent/core": "^1.1.29",
88
"@voltagent/libsql": "^1.0.8",
99
"@voltagent/logger": "^1.0.2",
1010
"@voltagent/server-hono": "^1.0.18",

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.28",
6+
"@voltagent/core": "^1.1.29",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@ai-sdk/amazon-bedrock": "^3.0.0",
66
"@aws-sdk/credential-providers": "~3.799.0",
77
"@voltagent/cli": "^0.1.12",
8-
"@voltagent/core": "^1.1.28",
8+
"@voltagent/core": "^1.1.29",
99
"@voltagent/libsql": "^1.0.8",
1010
"@voltagent/logger": "^1.0.2",
1111
"@voltagent/server-hono": "^1.0.18",

examples/with-anthropic/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/anthropic": "^2.0.6",
66
"@voltagent/cli": "^0.1.12",
7-
"@voltagent/core": "^1.1.28",
7+
"@voltagent/core": "^1.1.29",
88
"@voltagent/libsql": "^1.0.8",
99
"@voltagent/logger": "^1.0.2",
1010
"@voltagent/server-hono": "^1.0.18",

examples/with-chroma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@chroma-core/ollama": "^0.1.7",
88
"@chroma-core/openai": "^0.1.7",
99
"@voltagent/cli": "^0.1.12",
10-
"@voltagent/core": "^1.1.28",
10+
"@voltagent/core": "^1.1.29",
1111
"@voltagent/libsql": "^1.0.8",
1212
"@voltagent/logger": "^1.0.2",
1313
"@voltagent/server-hono": "^1.0.18",

examples/with-client-side-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@ai-sdk/openai": "^2.0.2",
66
"@ai-sdk/react": "^2.0.8",
77
"@libsql/client": "^0.15.0",
8-
"@voltagent/core": "^1.1.28",
8+
"@voltagent/core": "^1.1.29",
99
"@voltagent/vercel-ai": "^1.0.0",
1010
"@voltagent/vercel-ui": "^1.0.1",
1111
"ai": "^5.0.12",

examples/with-cloudflare-workers/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
"dependencies": {
66
"@ai-sdk/openai": "^2.0.2",
7-
"@voltagent/core": "^1.1.28",
7+
"@voltagent/core": "^1.1.29",
88
"@voltagent/serverless-hono": "^1.0.3",
99
"ai": "^5.0.12",
1010
"hono": "^4.7.7",

examples/with-composio-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@ai-sdk/openai": "^2.0.2",
77
"@voltagent/cli": "^0.1.12",
8-
"@voltagent/core": "^1.1.28",
8+
"@voltagent/core": "^1.1.29",
99
"@voltagent/libsql": "^1.0.8",
1010
"@voltagent/logger": "^1.0.2",
1111
"@voltagent/server-hono": "^1.0.18",

0 commit comments

Comments
 (0)