Skip to content

Commit 78a2d4d

Browse files
committed
chore: release 0.5.0
1 parent ce5b31a commit 78a2d4d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"author": "Mike Grabowski <[email protected]>",
55
"type": "module",
66
"dependencies": {
7-
"@fabrice-ai/tools": "0.4.4",
7+
"@fabrice-ai/tools": "0.5.0",
88
"@langchain/community": "^0.3.17",
99
"axios": "^1.7.9",
1010
"dedent": "^1.5.3",
1111
"dotenv": "^16.4.7",
12-
"fabrice-ai": "0.4.4",
12+
"fabrice-ai": "0.5.0",
1313
"fastify": "^5.1.0",
1414
"zod": "^3.24.0"
1515
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
}
5050
}
5151
},
52-
"version": "0.4.4"
52+
"version": "0.5.0"
5353
}

packages/create-fabrice-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fabrice-ai",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"license": "MIT",
55
"description": "Create new AI agent application with Fabrice",
66
"type": "module",

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"engines": {
5757
"node": ">=22"
5858
},
59-
"version": "0.4.4"
59+
"version": "0.5.0"
6060
}

packages/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@clack/prompts": "^0.8.2",
2323
"axios": "^1.7.9",
24-
"fabrice-ai": "0.4.4",
24+
"fabrice-ai": "0.5.0",
2525
"zod": "^3.23.8"
2626
},
2727
"license": "MIT",
@@ -46,5 +46,5 @@
4646
"engines": {
4747
"node": ">=22"
4848
},
49-
"version": "0.4.4"
49+
"version": "0.5.0"
5050
}

0 commit comments

Comments
 (0)