Skip to content

Commit

Permalink
chore: release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Dec 17, 2024
1 parent e5ecccf commit e871953
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,12 +4,12 @@
"author": "Mike Grabowski <[email protected]>",
"type": "module",
"dependencies": {
"@fabrice-ai/tools": "0.5.1",
"@fabrice-ai/tools": "0.5.2",
"@langchain/community": "^0.3.17",
"axios": "^1.7.9",
"dedent": "^1.5.3",
"dotenv": "^16.4.7",
"fabrice-ai": "0.5.1",
"fabrice-ai": "0.5.2",
"fastify": "^5.1.0",
"zod": "^3.24.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
}
}
},
"version": "0.5.1"
"version": "0.5.2"
}
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.5.1",
"version": "0.5.2",
"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 @@ -59,5 +59,5 @@
"engines": {
"node": ">=22"
},
"version": "0.5.0"
"version": "0.5.2"
}
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@clack/prompts": "^0.8.2",
"axios": "^1.7.9",
"fabrice-ai": "0.5.1",
"fabrice-ai": "0.5.2",
"zod": "^3.23.8"
},
"license": "MIT",
Expand All @@ -47,7 +47,7 @@
"engines": {
"node": ">=22"
},
"version": "0.5.1",
"version": "0.5.2",
"devDependencies": {
"tsup": "^8.3.5"
}
Expand Down

0 comments on commit e871953

Please sign in to comment.