Skip to content

Commit 4b440c0

Browse files
authored
Prepare for 1.9.3 (#1767)
* prepared for 1.9.3 * updated third party notices * updated changelog
1 parent 8609d70 commit 4b440c0

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.9.3
2+
* Refactored RN commands. Implemented command cancelation. [#1744](https://github.com/microsoft/vscode-react-native/commit/36a2164531c4813b93ae053b80dbaf3413b5e047)
3+
* Updated android environment check. [#1772](https://github.com/microsoft/vscode-react-native/commit/8609d70137598f25e88fb8b6413a7aae76645c65)
4+
* Implemented checks for environment of Rect Native macOS projects. [#1763](https://github.com/microsoft/vscode-react-native/commit/60d514743b175cebe4ff6891f964b5944da92e39)
5+
* 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)
6+
17
## 1.9.2
28
* Fixed debug session restarting [#1745](https://github.com/microsoft/vscode-react-native/pull/1745)
39
* Improved debug session termination handling for Direct debugging [#1747](https://github.com/microsoft/vscode-react-native/pull/1747)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Before going any further make sure that you:
6868
- have the [`emulator`](https://developer.android.com/studio/run/emulator-commandline) utility available in your `PATH` if you're developing Android applications
6969
- 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).
7070
- have your React Native project root folder open in VS Code.
71+
- have launched "React Native: Check development environment configuration" command in order to make sure that all necessary software is installed and recognized correctly.
7172

7273
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.
7374

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-react-native",
33
"displayName": "React Native Tools",
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",
@@ -1175,8 +1175,8 @@
11751175
"type": "string"
11761176
},
11771177
"default": {
1178-
"xdl": "59.2.29",
1179-
"@expo/metro-config": "0.3.11",
1178+
"xdl": "59.2.31",
1179+
"@expo/metro-config": "0.3.13",
11801180
"@expo/ngrok": "^4.1.0"
11811181
},
11821182
"scope": "resource"

release/ThirdPartyNotices.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ Apache License
14301430
source-map 0.1.43 - BSD-3-Clause
14311431
https://github.com/mozilla/source-map
14321432

1433-
Copyright 2011 The Closure Compiler
1433+
Copyright 2011 The Closure Compiler Authors
14341434
Copyright 2011 Mozilla Foundation and contributors
14351435
Copyright 2012 Mozilla Foundation and contributors
14361436
Copyright 2014 Mozilla Foundation and contributors
@@ -1588,7 +1588,7 @@ fs.realpath 1.0.0 - ISC
15881588
https://github.com/isaacs/fs.realpath#readme
15891589

15901590
Copyright (c) Isaac Z. Schlueter and Contributors
1591-
Copyright Joyent, Inc. and other Node contributors.
1591+
Copyright Joyent, Inc. and other Node contributors
15921592

15931593
The ISC License
15941594

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

1862-
Copyright (c) 2015
1862+
Copyright (c) 2015, Contributors
18631863

18641864
The ISC License
18651865

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

1915+
Copyright (c) 2015, Rebecca Turner
19151916

19161917
Copyright (c) 2015, Rebecca Turner
19171918

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

19501951
Copyright 2009-2014
1952+
Copyright 2009-2014 Contributors
19511953

19521954

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

2422-
Copyright Fedor Indutny, 2012.
2424+
Copyright Fedor Indutny, 2012
24232425

24242426
MIT License
24252427

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

24902492
Copyright (c) Microsoft
24912493
Copyright 2018, Microsoft
2492-
Copyright (c) Microsoft Corporation.
2494+
Copyright (c) Microsoft Corporation
24932495

24942496
The MIT License (MIT)
24952497

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

26042606
---------------------------------------------------------
26052607

2606-
minimist 1.2.5 - MIT
2608+
minimist 1.2.6 - MIT
26072609
https://github.com/substack/minimist
26082610

26092611

@@ -2892,7 +2894,7 @@ querystring 0.2.1 - MIT
28922894
https://github.com/Gozala/querystring#readme
28932895

28942896
Copyright 2012 Irakli Gozalishvili
2895-
Copyright Joyent, Inc. and other Node contributors.
2897+
Copyright Joyent, Inc. and other Node contributors
28962898

28972899
Copyright 2012 Irakli Gozalishvili
28982900

@@ -3173,7 +3175,7 @@ typedarray-to-buffer 3.1.5 - MIT
31733175
http://feross.org/
31743176

31753177
Copyright (c) Feross Aboukhadijeh
3176-
Copyright (c) Feross Aboukhadijeh (http://feross.org).
3178+
Copyright (c) Feross Aboukhadijeh (http://feross.org)
31773179

31783180
The MIT License (MIT)
31793181

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

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

32963299
The MIT License (MIT)

test/smoke/package/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"CODE_VERSION": "1.61.0",
77
"EXPO_SDK_MAJOR_VERSION": "44",
88
"RN_VERSION": "0.68.0",
9-
"RN_WINDOWS_VERSION": "0.67.0",
9+
"RN_WINDOWS_VERSION": "0.68.0",
1010
"PURE_RN_VERSION": "0.64.3",
1111
"PURE_EXPO_VERSION": "44",
1212
"RN_MAC_OS_VERSION": "0.66.0"

0 commit comments

Comments
 (0)