Skip to content

Commit 7190596

Browse files
authored
Prepare for 1.12.3 (#2090)
1 parent fb39b75 commit 7190596

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.12.3
2+
* Handle settings file for unsaved workspace [#2077](https://github.com/microsoft/vscode-react-native/pull/2077)
3+
* Documentation: debugging in vscode workspace [#2075](https://github.com/microsoft/vscode-react-native/pull/2075)
4+
* Add command for launching Expo web application [#2073](https://github.com/microsoft/vscode-react-native/pull/2073)
5+
* Handle comment line in workspace settings file [#2071](https://github.com/microsoft/vscode-react-native/pull/2071)
6+
* Add command to download ExpoGo and install in simulator [#2064](https://github.com/microsoft/vscode-react-native/pull/2064)
7+
* Internal changes:
8+
* Bump @babel/traverse from 7.14.2 to 7.23.2 [#2059](https://github.com/microsoft/vscode-react-native/pull/2059)
9+
* Fix gulp script failure on node18 [#2079](https://github.com/microsoft/vscode-react-native/pull/2079)
10+
* Bump vscode-test to 2.3.8 [#2083](https://github.com/microsoft/vscode-react-native/pull/2083)
11+
* Add unit test for workspace settings file with comment line [#2081](https://github.com/microsoft/vscode-react-native/pull/2081)
12+
* Bump eslint package to support typescript new version [#2088](https://github.com/microsoft/vscode-react-native/pull/2088)
13+
114
## 1.12.2
215
* Fix react-native application crashing issue related to cdp event [#2055](https://github.com/microsoft/vscode-react-native/pull/2055)
316
* Add workspace setting to ignore specific project folder in multi-root workspace [#2061](https://github.com/microsoft/vscode-react-native/pull/2061)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.12.2",
4+
"version": "1.12.3",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",

0 commit comments

Comments
 (0)