Prepare for 0.11.2 (#1118)
This commit is contained in:
Родитель
34118ee11c
Коммит
b46c1dea2f
|
@ -1,3 +1,7 @@
|
|||
## 0.11.2
|
||||
* Fixed `Attach to packager` debugging issue when Haul packager is being used [#1108](https://github.com/microsoft/vscode-react-native/issues/1108)
|
||||
* Optimized extension activation events [#1114](https://github.com/microsoft/vscode-react-native/pull/1114)
|
||||
|
||||
## 0.11.1
|
||||
* Fixed debugging issue when using `broadcast-channels` package in React Native application [#1083](https://github.com/microsoft/vscode-react-native/issues/1083)
|
||||
* Added `launchActivity` debug configuration parameter for Android allowing to choose the activity to launch on `Debug Android` scenario [#1084](https://github.com/microsoft/vscode-react-native/pull/1084)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-react-native",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "vscode-react-native",
|
||||
"displayName": "React Native Tools",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"private": true,
|
||||
"publisher": "msjsdiag",
|
||||
"icon": "images/icon.png",
|
||||
|
|
|
@ -1151,7 +1151,7 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
ultron 1.1.1 - MIT
|
||||
ultron 1.0.2 - MIT
|
||||
https://github.com/unshiftio/ultron
|
||||
Copyright (c) 2015 Unshift.io, Arnout Kazemier
|
||||
|
||||
|
@ -1183,7 +1183,7 @@ SOFTWARE.
|
|||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
ultron 1.0.2 - MIT
|
||||
ultron 1.1.1 - MIT
|
||||
https://github.com/unshiftio/ultron
|
||||
Copyright (c) 2015 Unshift.io, Arnout Kazemier
|
||||
|
||||
|
@ -1345,7 +1345,7 @@ SOFTWARE.
|
|||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
vscode-nls 3.2.2 - MIT
|
||||
vscode-nls 4.1.0 - MIT
|
||||
https://github.com/Microsoft/vscode-nls#readme
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
|
@ -1372,7 +1372,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
|
|||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
vscode-nls 4.1.0 - MIT
|
||||
vscode-nls 3.2.2 - MIT
|
||||
https://github.com/Microsoft/vscode-nls#readme
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче