Skip to content

Commit

Permalink
Prepare for 1.9.3 (#1767)
Browse files Browse the repository at this point in the history
* prepared for 1.9.3
* updated third party notices
* updated changelog
  • Loading branch information
AndreiLobanovich committed May 17, 2022
1 parent 8609d70 commit 4b440c0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.9.3
* Refactored RN commands. Implemented command cancelation. [#1744](https://github.com/microsoft/vscode-react-native/commit/36a2164531c4813b93ae053b80dbaf3413b5e047)
* Updated android environment check. [#1772](https://github.com/microsoft/vscode-react-native/commit/8609d70137598f25e88fb8b6413a7aae76645c65)
* Implemented checks for environment of Rect Native macOS projects. [#1763](https://github.com/microsoft/vscode-react-native/commit/60d514743b175cebe4ff6891f964b5944da92e39)
* Improved extension security [#1757](https://github.com/microsoft/vscode-react-native/commit/a96ac6ce08c9ab607efaa9518a298d3b2a7a7467), [#1761](https://github.com/microsoft/vscode-react-native/commit/8517b16071d0d04a80b11a17ab8d6254fca3389e), [#1760](https://github.com/microsoft/vscode-react-native/commit/fc7319c75ba5f8933a1ccb95eb36179bc601ccfa), [#1759](https://github.com/microsoft/vscode-react-native/commit/a690c6bc153f3a5a2c50fda0a387b26c50dd52a7)

## 1.9.2
* Fixed debug session restarting [#1745](https://github.com/microsoft/vscode-react-native/pull/1745)
* Improved debug session termination handling for Direct debugging [#1747](https://github.com/microsoft/vscode-react-native/pull/1747)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -68,6 +68,7 @@ Before going any further make sure that you:
- have the [`emulator`](https://developer.android.com/studio/run/emulator-commandline) utility available in your `PATH` if you're developing Android applications
- are using [VS Code](https://code.visualstudio.com) and have [installed this extension from the Marketplace](https://marketplace.visualstudio.com/items?itemName=msjsdiag.vscode-react-native).
- have your React Native project root folder open in VS Code.
- have launched "React Native: Check development environment configuration" command in order to make sure that all necessary software is installed and recognized correctly.

Please notice that the extension uses `.vscode/.react` directory at the project root to store intermediate files required for debugging. Although these files usually get removed after debug session ends, you may want to add this directory to your project's `.gitignore` file.

Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "vscode-react-native",
"displayName": "React Native Tools",
"version": "1.9.2",
"version": "1.9.3",
"private": true,
"publisher": "msjsdiag",
"icon": "resources/images/icon.png",
Expand Down Expand Up @@ -1175,8 +1175,8 @@
"type": "string"
},
"default": {
"xdl": "59.2.29",
"@expo/metro-config": "0.3.11",
"xdl": "59.2.31",
"@expo/metro-config": "0.3.13",
"@expo/ngrok": "^4.1.0"
},
"scope": "resource"
Expand Down
19 changes: 11 additions & 8 deletions release/ThirdPartyNotices.txt
Expand Up @@ -1430,7 +1430,7 @@ Apache License
source-map 0.1.43 - BSD-3-Clause
https://github.com/mozilla/source-map

Copyright 2011 The Closure Compiler
Copyright 2011 The Closure Compiler Authors
Copyright 2011 Mozilla Foundation and contributors
Copyright 2012 Mozilla Foundation and contributors
Copyright 2014 Mozilla Foundation and contributors
Expand Down Expand Up @@ -1588,7 +1588,7 @@ fs.realpath 1.0.0 - ISC
https://github.com/isaacs/fs.realpath#readme

Copyright (c) Isaac Z. Schlueter and Contributors
Copyright Joyent, Inc. and other Node contributors.
Copyright Joyent, Inc. and other Node contributors

The ISC License

Expand Down Expand Up @@ -1859,7 +1859,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
signal-exit 3.0.3 - ISC
https://github.com/tapjs/signal-exit

Copyright (c) 2015
Copyright (c) 2015, Contributors

The ISC License

Expand Down Expand Up @@ -1912,6 +1912,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
write-file-atomic 3.0.3 - ISC
https://github.com/npm/write-file-atomic

Copyright (c) 2015, Rebecca Turner

Copyright (c) 2015, Rebecca Turner

Expand Down Expand Up @@ -1948,6 +1949,7 @@ asap 2.0.6 - MIT
https://github.com/kriskowal/asap#readme

Copyright 2009-2014
Copyright 2009-2014 Contributors


Copyright 2009–2014 Contributors. All rights reserved.
Expand Down Expand Up @@ -2419,7 +2421,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
ip 1.1.5 - MIT
https://github.com/indutny/node-ip

Copyright Fedor Indutny, 2012.
Copyright Fedor Indutny, 2012

MIT License

Expand Down Expand Up @@ -2489,7 +2491,7 @@ https://github.com/microsoft/node-jsonc-parser#readme

Copyright (c) Microsoft
Copyright 2018, Microsoft
Copyright (c) Microsoft Corporation.
Copyright (c) Microsoft Corporation

The MIT License (MIT)

Expand Down Expand Up @@ -2603,7 +2605,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

---------------------------------------------------------

minimist 1.2.5 - MIT
minimist 1.2.6 - MIT
https://github.com/substack/minimist


Expand Down Expand Up @@ -2892,7 +2894,7 @@ querystring 0.2.1 - MIT
https://github.com/Gozala/querystring#readme

Copyright 2012 Irakli Gozalishvili
Copyright Joyent, Inc. and other Node contributors.
Copyright Joyent, Inc. and other Node contributors

Copyright 2012 Irakli Gozalishvili

Expand Down Expand Up @@ -3173,7 +3175,7 @@ typedarray-to-buffer 3.1.5 - MIT
http://feross.org/

Copyright (c) Feross Aboukhadijeh
Copyright (c) Feross Aboukhadijeh (http://feross.org).
Copyright (c) Feross Aboukhadijeh (http://feross.org)

The MIT License (MIT)

Expand Down Expand Up @@ -3291,6 +3293,7 @@ uuid 8.3.2 - MIT
https://github.com/uuidjs/uuid#readme

Copyright 2011, Sebastian Tschan https://blueimp.net
Copyright (c) 2010-2020 Robert Kieffer and other contributors
Copyright (c) Paul Johnston 1999 - 2009 Other contributors Greg Holt, Andrew Kepert, Ydnar, Lostinet

The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/package/config.json
Expand Up @@ -6,7 +6,7 @@
"CODE_VERSION": "1.61.0",
"EXPO_SDK_MAJOR_VERSION": "44",
"RN_VERSION": "0.68.0",
"RN_WINDOWS_VERSION": "0.67.0",
"RN_WINDOWS_VERSION": "0.68.0",
"PURE_RN_VERSION": "0.64.3",
"PURE_EXPO_VERSION": "44",
"RN_MAC_OS_VERSION": "0.66.0"
Expand Down

0 comments on commit 4b440c0

Please sign in to comment.