Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Nov 30, 2024
1 parent 6249aab commit 28b4558
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 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.1.0",
"version": "0.2.0",
"devDependencies": {
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^9.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"README.md"
],
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"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 @@ -10,7 +10,7 @@
"inspector": "npx @modelcontextprotocol/inspector bun src/index.ts"
},
"dependencies": {
"@cali/tools-react-native": "0.1.0",
"@cali/tools-react-native": "0.2.0",
"@modelcontextprotocol/sdk": "0.6.0",
"zod-to-json-schema": "^3.23.5"
},
Expand All @@ -31,7 +31,7 @@
"README.md"
],
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"node": ">=22"
}
Expand Down
23 changes: 19 additions & 4 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,32 @@
"README.md"
],
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"node": ">=22"
},
"react-native-builder-bob": {
"source": "src",
"output": "dist",
"targets": [
["commonjs", { "esm": true }],
["module", { "esm": true }],
["typescript", { "esm": true }]
[
"commonjs",
{
"esm": true
}
],
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"esm": true
}
]
]
}
}

0 comments on commit 28b4558

Please sign in to comment.