Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.11.2 #1118

Merged
merged 2 commits into from
Sep 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.11.2
* Fixed `Attach to packager` debugging issue when using Haul packager [#1108](https://github.com/microsoft/vscode-react-native/issues/1108)
SounD120 marked this conversation as resolved.
Show resolved Hide resolved
* 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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions release/ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand Down