-
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 v3.0.0-rc.6 (#6783)
* chore(release): publish v3.0.0-rc.6 * fix(runner-utils): 修复 resolve 插件,fix #6720 (#6782) require.context 的情况下不使用多端文件判断逻辑 Co-authored-by: chenjiajian <[email protected]>
- Loading branch information
Showing
24 changed files
with
70 additions
and
70 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 |
---|---|---|
|
@@ -34,6 +34,6 @@ | |
"license": "MIT" | ||
} | ||
}, | ||
"version": "3.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"npmClient": "yarn" | ||
} |
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.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"description": "> TODO: description", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme", | ||
|
@@ -33,8 +33,8 @@ | |
"@babel/preset-react": "^7.7.4", | ||
"@babel/preset-typescript": "^7.8.0", | ||
"@babel/runtime": "^7.7.4", | ||
"@tarojs/taro-h5": "3.0.0-rc.5", | ||
"babel-plugin-transform-taroapi": "3.0.0-rc.5", | ||
"@tarojs/taro-h5": "3.0.0-rc.6", | ||
"babel-plugin-transform-taroapi": "3.0.0-rc.6", | ||
"core-js": "^3.6.3" | ||
} | ||
} |
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.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tarojs/api", | ||
"version": "3.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"description": "Taro common API", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme", | ||
|
@@ -29,6 +29,6 @@ | |
"url": "https://github.com/NervJS/taro/issues" | ||
}, | ||
"dependencies": { | ||
"@tarojs/runtime": "3.0.0-rc.5" | ||
"@tarojs/runtime": "3.0.0-rc.6" | ||
} | ||
} |
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/taro-loader", | ||
"version": "3.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"description": "> TODO: description", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme", | ||
|
@@ -32,6 +32,6 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@tarojs/taro": "3.0.0-rc.5" | ||
"@tarojs/taro": "3.0.0-rc.6" | ||
} | ||
} |
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/react", | ||
"version": "3.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"description": "like react-dom, but for mini apps.", | ||
"author": "yuche <[email protected]>", | ||
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme", | ||
|
@@ -24,7 +24,7 @@ | |
"url": "https://github.com/NervJS/taro/issues" | ||
}, | ||
"dependencies": { | ||
"@tarojs/runtime": "3.0.0-rc.5", | ||
"@tarojs/runtime": "3.0.0-rc.6", | ||
"react-reconciler": "^0.23.0", | ||
"scheduler": "^0.17.0" | ||
}, | ||
|
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
Oops, something went wrong.