Skip to content

Commit e8c0e7c

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

29 files changed

Lines changed: 184 additions & 116 deletions

File tree

.changeset/salty-kids-clap.md

Lines changed: 0 additions & 64 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.11",
21+
"@voltagent/core": "^0.1.12",
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.11",
14+
"@voltagent/core": "^0.1.12",
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.11",
17+
"@voltagent/core": "^0.1.12",
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.11",
20+
"@voltagent/core": "^0.1.12",
2121
"@voltagent/google-ai": "^0.3.2",
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.11",
20+
"@voltagent/core": "^0.1.12",
2121
"@voltagent/google-ai": "^0.3.2",
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.11",
20+
"@voltagent/core": "^0.1.12",
2121
"@voltagent/groq-ai": "^0.1.3",
2222
"zod": "^3.24.2"
2323
},

examples/with-langfuse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@ai-sdk/openai": "^1.3.10",
2020
"@voltagent/cli": "^0.1.4",
21-
"@voltagent/core": "^0.1.11",
22-
"@voltagent/langfuse-exporter": "^0.1.0",
21+
"@voltagent/core": "^0.1.12",
22+
"@voltagent/langfuse-exporter": "^0.1.1",
2323
"@voltagent/vercel-ai": "^0.1.5",
2424
"zod": "^3.24.2"
2525
},

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.11",
17+
"@voltagent/core": "^0.1.12",
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.11",
17+
"@voltagent/core": "^0.1.12",
1818
"@voltagent/vercel-ai": "^0.1.5",
1919
"next": "15.3.1",
2020
"npm-check-updates": "^17.1.18",

0 commit comments

Comments
 (0)