Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 27, 2023
1 parent be4d077 commit f92254a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.3.4"
"version": "0.3.5"
}
4 changes: 2 additions & 2 deletions packages/boilerplate-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicspace/boilerplate-url",
"version": "0.3.4",
"version": "0.3.5",
"publishConfig": {
"access": "public"
},
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@magicspace/boilerplate-url-resolver": "^0.3.4",
"@magicspace/core": "^0.3.4",
"@magicspace/core": "^0.3.5",
"rimraf": "^4.1.2",
"tslib": "^2.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicspace",
"version": "0.3.4",
"version": "0.3.5",
"repository": "https://github.com/makeflow/magicspace.git",
"license": "MIT",
"author": "Chengdu Mufan Technology Co., Ltd.",
Expand All @@ -9,7 +9,7 @@
"magicspace": "bld/program/main.js"
},
"dependencies": {
"@magicspace/core": "^0.3.4",
"@magicspace/core": "^0.3.5",
"@types/global-agent": "^2.1.2",
"chalk": "^5.3.0",
"clime": "^0.5.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicspace/core",
"version": "0.3.4",
"version": "0.3.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit f92254a

Please sign in to comment.