Skip to content

Commit

Permalink
v3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jan 15, 2024
1 parent 5f642ef commit 6af23b4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*", "widget/*"],
"version": "3.0.12"
"version": "3.0.13"
}
2 changes: 1 addition & 1 deletion packages/aliauto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-types/aliauto",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript declarations for AliAuto's mini program.",
"scripts": {},
"miniprogram": "./",
Expand Down
6 changes: 3 additions & 3 deletions packages/alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-types/alipay",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript declarations for Alipay's mini program.",
"scripts": {},
"miniprogram": "./",
Expand All @@ -23,8 +23,8 @@
"access": "public"
},
"dependencies": {
"@mini-types/global": "3.0.12",
"@mini-types/my": "3.0.12"
"@mini-types/global": "3.0.13",
"@mini-types/my": "3.0.13"
},
"gitHead": "89563d237a42b6dd1ae44766bd778581430657f6"
}
2 changes: 1 addition & 1 deletion packages/global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-types/global",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript declarations for Alipay's mini program.",
"scripts": {},
"miniprogram": "./",
Expand Down
2 changes: 1 addition & 1 deletion packages/my/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-types/my",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript declarations for Alipay's mini program.",
"scripts": {},
"miniprogram": "./",
Expand Down
6 changes: 3 additions & 3 deletions widget/alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-types/alipay-widget",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript declarations for Alipay's mini program.",
"scripts": {},
"repository": {
Expand All @@ -22,8 +22,8 @@
"access": "public"
},
"dependencies": {
"@mini-types/global": "3.0.12",
"@mini-types/my-widget": "3.0.12"
"@mini-types/global": "3.0.13",
"@mini-types/my-widget": "3.0.13"
},
"gitHead": "89563d237a42b6dd1ae44766bd778581430657f6"
}
2 changes: 1 addition & 1 deletion widget/my/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-types/my-widget",
"version": "3.0.12",
"version": "3.0.13",
"description": "TypeScript declarations for Alipay's mini program.",
"scripts": {},
"repository": {
Expand Down

0 comments on commit 6af23b4

Please sign in to comment.