Skip to content

Commit 58b9c20

Browse files
committed
chore(release): publish patched v2.0.2-4060520250512001
1 parent a1594a9 commit 58b9c20

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"npmClient": "yarn",
3-
"useWorkspaces": false,
4-
"packages": ["packages/*"],
3+
"packages": [
4+
"packages/vue-cli-plugin-uni",
5+
"packages/uni-cli-shared",
6+
"packages/uni-mp-weixin"
7+
],
58
"publishConfig": {
69
"access": "public"
710
},

packages/uni-cli-shared/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@dcloudio/uni-cli-shared",
2+
"name": "@zam157/uni-cli-shared",
33
"version": "2.0.2-4060520250512001",
44
"description": "uni-cli-shared",
55
"main": "lib/index.js",
@@ -26,6 +26,5 @@
2626
"hash-sum": "^1.0.2",
2727
"postcss-urlrewrite": "^0.2.2",
2828
"strip-json-comments": "^2.0.1"
29-
},
30-
"gitHead": "9e2d0f8e244724fcd64880316c57d837d1778cf8"
29+
}
3130
}

packages/uni-mp-weixin/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@dcloudio/uni-mp-weixin",
2+
"name": "@zam157/uni-mp-weixin",
33
"version": "2.0.2-4060520250512001",
44
"description": "uni-app mp-weixin",
55
"main": "dist/index.js",
@@ -16,6 +16,5 @@
1616
"uni-app": {
1717
"name": "mp-weixin",
1818
"title": "微信小程序"
19-
},
20-
"gitHead": "9e2d0f8e244724fcd64880316c57d837d1778cf8"
19+
}
2120
}

packages/vue-cli-plugin-uni/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@dcloudio/vue-cli-plugin-uni",
2+
"name": "@zam157/vue-cli-plugin-uni",
33
"version": "2.0.2-4060520250512001",
44
"description": "uni-app plugin for vue-cli 3",
55
"main": "index.js",
@@ -40,6 +40,5 @@
4040
"peerDependencies": {
4141
"copy-webpack-plugin": ">=5",
4242
"postcss": ">=7"
43-
},
44-
"gitHead": "9e2d0f8e244724fcd64880316c57d837d1778cf8"
43+
}
4544
}

0 commit comments

Comments
 (0)