Skip to content

Commit 0da82f2

Browse files
ci(changesets): version packages (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d6f89b commit 0da82f2

File tree

19 files changed

+37
-36
lines changed

19 files changed

+37
-36
lines changed

.changeset/slow-bears-sleep.md

Lines changed: 0 additions & 5 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.3",
21-
"@voltagent/core": "^0.1.6",
21+
"@voltagent/core": "^0.1.7",
2222
"@voltagent/vercel-ai": "^0.1.3",
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.6",
14+
"@voltagent/core": "^0.1.7",
1515
"@voltagent/vercel-ai": "^0.1.3",
1616
"zod": "^3.24.2"
1717
},

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.3",
20-
"@voltagent/core": "^0.1.6",
20+
"@voltagent/core": "^0.1.7",
2121
"@voltagent/google-ai": "^0.2.0",
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.3",
17-
"@voltagent/core": "^0.1.6",
17+
"@voltagent/core": "^0.1.7",
1818
"@voltagent/vercel-ai": "^0.1.3",
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.3",
17-
"@voltagent/core": "^0.1.6",
17+
"@voltagent/core": "^0.1.7",
1818
"@voltagent/vercel-ai": "^0.1.3",
1919
"next": "15.3.1",
2020
"npm-check-updates": "^17.1.18",

examples/with-rag-chatbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@ai-sdk/openai": "^1.3.10",
1515
"@voltagent/cli": "^0.1.3",
16-
"@voltagent/core": "^0.1.6",
16+
"@voltagent/core": "^0.1.7",
1717
"@voltagent/vercel-ai": "^0.1.3",
1818
"zod": "^3.24.2"
1919
},

examples/with-retrieval/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@ai-sdk/openai": "^1.3.10",
2121
"@voltagent/cli": "^0.1.3",
22-
"@voltagent/core": "^0.1.6",
22+
"@voltagent/core": "^0.1.7",
2323
"@voltagent/vercel-ai": "^0.1.3",
2424
"zod": "^3.24.2"
2525
},

examples/with-subagents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@ai-sdk/openai": "^1.3.10",
2121
"@voltagent/cli": "^0.1.3",
22-
"@voltagent/core": "^0.1.6",
22+
"@voltagent/core": "^0.1.7",
2323
"@voltagent/vercel-ai": "^0.1.3",
2424
"zod": "^3.24.2"
2525
},

examples/with-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@ai-sdk/openai": "^1.3.10",
2020
"@supabase/supabase-js": "^2.49.4",
2121
"@voltagent/cli": "^0.1.3",
22-
"@voltagent/core": "^0.1.6",
22+
"@voltagent/core": "^0.1.7",
2323
"@voltagent/supabase": "^0.1.2",
2424
"@voltagent/vercel-ai": "^0.1.3",
2525
"zod": "^3.24.2"

0 commit comments

Comments
 (0)