Skip to content

Commit c04266f

Browse files
committed
chore(release): publish 5.3.0
1 parent 704c3dc commit c04266f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"message": "chore(release): publish %v"
2323
}
2424
},
25-
"version": "5.3.0-alpha.0",
25+
"version": "5.3.0",
2626
"changelog": {
2727
"cacheDir": ".changelog"
2828
}

network/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-network",
3-
"version": "5.3.0-alpha.0",
3+
"version": "5.3.0",
44
"description": "Redefine the network API of Wechat MiniProgram",
55
"keywords": [
66
"miniprogram",
@@ -42,7 +42,7 @@
4242
"miniprogram-downloader": "^5.3.0-alpha.0",
4343
"miniprogram-network-cache": "^5.3.0-alpha.0",
4444
"miniprogram-network-utils": "^5.3.0-alpha.0",
45-
"miniprogram-request": "^5.3.0-alpha.0",
45+
"miniprogram-request": "^5.3.0",
4646
"miniprogram-uploader": "^5.3.0-alpha.0"
4747
}
4848
}

request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-request",
3-
"version": "5.3.0-alpha.0",
3+
"version": "5.3.0",
44
"description": "A better Request package for MiniProgram API",
55
"keywords": [
66
"miniprogram",

0 commit comments

Comments
 (0)