Skip to content

Commit 735da3d

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

File tree

35 files changed

+409
-320
lines changed

35 files changed

+409
-320
lines changed

.changeset/bright-cups-appear.md

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

.changeset/dark-beers-fry.md

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

.changeset/lemon-points-switch.md

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

.changeset/sad-stars-play.md

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

examples/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@ai-sdk/openai": "^1.3.10",
20-
"@voltagent/cli": "^0.1.3",
21-
"@voltagent/core": "^0.1.8",
22-
"@voltagent/vercel-ai": "^0.1.3",
20+
"@voltagent/cli": "^0.1.4",
21+
"@voltagent/core": "^0.1.9",
22+
"@voltagent/vercel-ai": "^0.1.4",
2323
"zod": "^3.24.2"
2424
},
2525
"devDependencies": {

examples/github-repo-analyzer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"@ai-sdk/openai": "^1.3.10",
1313
"@octokit/rest": "^21.0.0",
14-
"@voltagent/core": "^0.1.8",
15-
"@voltagent/vercel-ai": "^0.1.3",
14+
"@voltagent/core": "^0.1.9",
15+
"@voltagent/vercel-ai": "^0.1.4",
1616
"zod": "^3.24.2"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^20.10.4",
20-
"@voltagent/cli": "^0.1.3",
20+
"@voltagent/cli": "^0.1.4",
2121
"tsx": "^4.6.2",
2222
"typescript": "^5.3.3"
2323
}

examples/with-composio-mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@ai-sdk/openai": "^1.3.10",
16-
"@voltagent/cli": "^0.1.3",
17-
"@voltagent/core": "^0.1.8",
18-
"@voltagent/vercel-ai": "^0.1.3",
16+
"@voltagent/cli": "^0.1.4",
17+
"@voltagent/core": "^0.1.9",
18+
"@voltagent/vercel-ai": "^0.1.4",
1919
"zod": "^3.24.2"
2020
},
2121
"devDependencies": {

examples/with-google-ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"volt": "volt"
1717
},
1818
"dependencies": {
19-
"@voltagent/cli": "^0.1.3",
20-
"@voltagent/core": "^0.1.8",
19+
"@voltagent/cli": "^0.1.4",
20+
"@voltagent/core": "^0.1.9",
2121
"@voltagent/google-ai": "^0.3.0",
2222
"zod": "^3.24.2"
2323
},

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "voltagent-example-google-vertex-ai",
33
"private": true,
4-
"keywords": ["voltagent", "ai", "agent"],
4+
"keywords": [
5+
"voltagent",
6+
"ai",
7+
"agent"
8+
],
59
"license": "MIT",
610
"author": "",
711
"type": "module",
@@ -12,8 +16,8 @@
1216
"volt": "volt"
1317
},
1418
"dependencies": {
15-
"@voltagent/cli": "^0.1.3",
16-
"@voltagent/core": "^0.1.8",
19+
"@voltagent/cli": "^0.1.4",
20+
"@voltagent/core": "^0.1.9",
1721
"@voltagent/google-ai": "^0.3.0",
1822
"zod": "^3.24.2"
1923
},

examples/with-groq-ai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"volt": "volt"
1717
},
1818
"dependencies": {
19-
"@voltagent/cli": "^0.1.3",
20-
"@voltagent/core": "^0.1.8",
21-
"@voltagent/groq-ai": "^0.1.1",
19+
"@voltagent/cli": "^0.1.4",
20+
"@voltagent/core": "^0.1.9",
21+
"@voltagent/groq-ai": "^0.1.2",
2222
"zod": "^3.24.2"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)