Skip to content

Commit 950988e

Browse files
ci(changesets): version packages
1 parent 4c5cfc5 commit 950988e

File tree

25 files changed

+115
-114
lines changed

25 files changed

+115
-114
lines changed

.changeset/silly-bugs-grow.md

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

examples/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@ai-sdk/openai": "^1.3.10",
2020
"@voltagent/cli": "^0.1.4",
21-
"@voltagent/core": "^0.1.10",
21+
"@voltagent/core": "^0.1.11",
2222
"@voltagent/vercel-ai": "^0.1.5",
2323
"zod": "^3.24.2"
2424
},

examples/github-repo-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ai-sdk/openai": "^1.3.10",
1313
"@octokit/rest": "^21.0.0",
14-
"@voltagent/core": "^0.1.10",
14+
"@voltagent/core": "^0.1.11",
1515
"@voltagent/vercel-ai": "^0.1.5",
1616
"zod": "^3.24.2"
1717
},

examples/with-composio-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@ai-sdk/openai": "^1.3.10",
1616
"@voltagent/cli": "^0.1.4",
17-
"@voltagent/core": "^0.1.10",
17+
"@voltagent/core": "^0.1.11",
1818
"@voltagent/vercel-ai": "^0.1.5",
1919
"zod": "^3.24.2"
2020
},

examples/with-google-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@voltagent/cli": "^0.1.4",
20-
"@voltagent/core": "^0.1.10",
20+
"@voltagent/core": "^0.1.11",
2121
"@voltagent/google-ai": "^0.3.1",
2222
"zod": "^3.24.2"
2323
},

examples/with-google-vertex-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@voltagent/cli": "^0.1.4",
20-
"@voltagent/core": "^0.1.10",
20+
"@voltagent/core": "^0.1.11",
2121
"@voltagent/google-ai": "^0.3.1",
2222
"zod": "^3.24.2"
2323
},

examples/with-groq-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@voltagent/cli": "^0.1.4",
20-
"@voltagent/core": "^0.1.10",
20+
"@voltagent/core": "^0.1.11",
2121
"@voltagent/groq-ai": "^0.1.3",
2222
"zod": "^3.24.2"
2323
},

examples/with-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@ai-sdk/openai": "^1.3.10",
1616
"@voltagent/cli": "^0.1.4",
17-
"@voltagent/core": "^0.1.10",
17+
"@voltagent/core": "^0.1.11",
1818
"@voltagent/vercel-ai": "^0.1.5",
1919
"zod": "^3.24.2"
2020
},

examples/with-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@libsql/client": "0.15.0",
1515
"@tailwindcss/postcss": "^4.1.4",
1616
"@voltagent/cli": "^0.1.4",
17-
"@voltagent/core": "^0.1.10",
17+
"@voltagent/core": "^0.1.11",
1818
"@voltagent/vercel-ai": "^0.1.5",
1919
"next": "15.3.1",
2020
"npm-check-updates": "^17.1.18",

examples/with-peaka-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@ai-sdk/openai": "^1.3.10",
2020
"@voltagent/cli": "^0.1.4",
21-
"@voltagent/core": "^0.1.10",
21+
"@voltagent/core": "^0.1.11",
2222
"@voltagent/vercel-ai": "^0.1.5",
2323
"zod": "^3.24.2"
2424
},

0 commit comments

Comments
 (0)