-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish 3.3.16 [auto review] (#10816)
- Loading branch information
1 parent
4da95a1
commit 75d3de6
Showing
50 changed files
with
170 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "3.3.15", | ||
"version": "3.3.16", | ||
"npmClient": "yarn", | ||
"command": { | ||
"create": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-taro", | ||
"version": "3.3.15", | ||
"version": "3.3.16", | ||
"description": "> TODO: description", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme", | ||
|
@@ -34,21 +34,21 @@ | |
"@babel/preset-typescript": "7.12.17", | ||
"@babel/runtime": "^7.11.2", | ||
"@babel/runtime-corejs3": "^7.14.8", | ||
"@tarojs/helper": "3.3.15", | ||
"@tarojs/taro-h5": "3.3.15", | ||
"@tarojs/helper": "3.3.16", | ||
"@tarojs/taro-h5": "3.3.16", | ||
"@vue/babel-plugin-jsx": "^1.0.6", | ||
"@vue/babel-preset-jsx": "^1.2.4", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-global-define": "^1.0.3", | ||
"babel-plugin-jsx-attributes-array-to-object": "^0.3.0", | ||
"babel-plugin-transform-imports-api": "^1.0.0", | ||
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.3.15", | ||
"babel-plugin-transform-taroapi": "3.3.15", | ||
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.3.16", | ||
"babel-plugin-transform-taroapi": "3.3.16", | ||
"core-js": "^3.6.5", | ||
"metro-react-native-babel-preset": "^0.66.2", | ||
"react-refresh": "0.9.0" | ||
}, | ||
"devDependencies": { | ||
"@tarojs/taro-rn": "3.3.15" | ||
"@tarojs/taro-rn": "3.3.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tarojs/shared", | ||
"version": "3.3.15", | ||
"version": "3.3.16", | ||
"description": "> TODO: description", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tarojs/api", | ||
"version": "3.3.15", | ||
"version": "3.3.16", | ||
"description": "Taro common API", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme", | ||
|
@@ -30,6 +30,6 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"@tarojs/runtime": "3.3.15" | ||
"@tarojs/runtime": "3.3.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tarojs/extend", | ||
"version": "3.3.15", | ||
"version": "3.3.16", | ||
"description": "Taro extend functionality", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-extend#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tarojs/taro-loader", | ||
"version": "3.3.15", | ||
"version": "3.3.16", | ||
"description": "> TODO: description", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme", | ||
|
@@ -26,7 +26,7 @@ | |
"url": "https://github.com/NervJS/taro/issues" | ||
}, | ||
"dependencies": { | ||
"@tarojs/helper": "3.3.15", | ||
"@tarojs/helper": "3.3.16", | ||
"acorn": "^8.0.4", | ||
"acorn-walk": "^8.0.0", | ||
"loader-utils": "^1.2.3" | ||
|
@@ -35,6 +35,6 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@tarojs/taro": "3.3.15" | ||
"@tarojs/taro": "3.3.16" | ||
} | ||
} |
Oops, something went wrong.