Skip to content

Commit

Permalink
chore: release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Dec 10, 2024
1 parent 3ad6599 commit b5ccc13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"author": "Mike Grabowski <[email protected]>",
"type": "module",
"dependencies": {
"fabrice-ai": "0.3.0",
"@fabrice-ai/tools": "0.3.0",
"fabrice-ai": "0.4.0",
"@fabrice-ai/tools": "0.4.0",
"@langchain/community": "^0.3.17",
"axios": "^1.7.9",
"dedent": "^1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
}
}
},
"version": "0.3.0"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/create-fabrice-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fabrice-ai",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"description": "Create new AI agent application with Fabrice",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"engines": {
"node": ">=22"
},
"version": "0.3.0"
"version": "0.4.0"
}
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "module",
"dependencies": {
"axios": "^1.7.9",
"fabrice-ai": "0.3.0",
"fabrice-ai": "0.4.0",
"zod": "^3.23.8"
},
"license": "MIT",
Expand All @@ -45,5 +45,5 @@
"engines": {
"node": ">=22"
},
"version": "0.3.0"
"version": "0.4.0"
}

0 comments on commit b5ccc13

Please sign in to comment.