Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Dec 2, 2024
1 parent 1930ede commit 3df75f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cali/root",
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^9.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ai-sdk/openai": "^1.0.2",
"@clack/prompts": "^0.8.1",
"ai": "^4.0.3",
"cali-tools": "0.3.0",
"cali-tools": "0.3.1",
"chalk": "^5.3.0",
"dedent": "^1.5.3",
"dotenv": "^16.4.5",
Expand Down Expand Up @@ -44,7 +44,7 @@
"README.md"
],
"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"engines": {
"node": ">=22"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"inspector": "npx @modelcontextprotocol/inspector node --import=tsx ./src/index.ts"
},
"dependencies": {
"cali-tools": "0.3.0",
"cali-tools": "0.3.1",
"@modelcontextprotocol/sdk": "0.6.0",
"zod-to-json-schema": "^3.23.5"
},
Expand All @@ -32,7 +32,7 @@
"README.md"
],
"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"engines": {
"node": ">=22"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"README.md"
],
"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"engines": {
"node": ">=22"
}
Expand Down

0 comments on commit 3df75f3

Please sign in to comment.