Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drumath2237 committed Nov 28, 2024
1 parent a95f21b commit 6a07097
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": ["packages/*"],
"version": "0.1.0",
"packages": [
"packages/*"
],
"npmClient": "pnpm",
"command": {
"version": {
"allowBranch": ["release/v*"]
"allowBranch": [
"release/v*"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/babylonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">=16",
"pnpm": ">=8"
},
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">=16",
"pnpm": ">=8"
},
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 6a07097

Please sign in to comment.