Skip to content

Commit cc3c55c

Browse files
authored
Merge pull request #2534 from microsoft/prepare-for-1.13.2
Update changelog for post-1.13.2 updates
2 parents eda30d8 + 65552fb commit cc3c55c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
* Improve Expo debugging websocket endpoint URL [#2396](https://github.com/microsoft/vscode-react-native/pull/2396)
88
* Update documentation for recent changes [#2445](https://github.com/microsoft/vscode-react-native/pull/2445)
99
* Fix translation errors in README [#2449](https://github.com/microsoft/vscode-react-native/pull/2449)
10+
* Add command to install iOS pods for React Native project [#2520](https://github.com/microsoft/vscode-react-native/pull/2520)
11+
* Add command to clean and restart React Native packager [#2482](https://github.com/microsoft/vscode-react-native/pull/2482)
12+
* Improve CDP error message for Node.js version compatibility [#2467](https://github.com/microsoft/vscode-react-native/pull/2467)
13+
* Fix Android package name resolution for projects with outdated setup [#2473](https://github.com/microsoft/vscode-react-native/pull/2473)
14+
* Fix VS Code CLI parameter duplication during extension installation [#2468](https://github.com/microsoft/vscode-react-native/pull/2468)
1015
* Internal changes:
1116
* Add smoke build to create VSIX file [#2436](https://github.com/microsoft/vscode-react-native/pull/2436)
1217
* Add VSIX smoke test case [#2439](https://github.com/microsoft/vscode-react-native/pull/2439)
@@ -16,6 +21,17 @@
1621
* Bump validator from 13.7.0 to 13.15.20 [#2435](https://github.com/microsoft/vscode-react-native/pull/2435)
1722
* Bump js-yaml from 4.1.0 to 4.1.1 [#2450](https://github.com/microsoft/vscode-react-native/pull/2450)
1823
* Bump glob in /test/smoke [#2453](https://github.com/microsoft/vscode-react-native/pull/2453)
24+
* Support bun script when calling vsce [#2456](https://github.com/microsoft/vscode-react-native/pull/2456)
25+
* Improve VSIX smoke build file handling [#2461](https://github.com/microsoft/vscode-react-native/pull/2461)
26+
* Add smoke test for clean restart packager command [#2489](https://github.com/microsoft/vscode-react-native/pull/2489)
27+
* Add .editorconfig for consistent cross-editor formatting [#2480](https://github.com/microsoft/vscode-react-native/pull/2480)
28+
* Refactor and stabilize extension and smoke tests [#2494](https://github.com/microsoft/vscode-react-native/pull/2494) [#2496](https://github.com/microsoft/vscode-react-native/pull/2496) [#2501](https://github.com/microsoft/vscode-react-native/pull/2501) [#2509](https://github.com/microsoft/vscode-react-native/pull/2509) [#2510](https://github.com/microsoft/vscode-react-native/pull/2510) [#2521](https://github.com/microsoft/vscode-react-native/pull/2521)
29+
* Bump validator from 13.15.20 to 13.15.23 [#2462](https://github.com/microsoft/vscode-react-native/pull/2462)
30+
* Bump qs from 6.10.3 to 6.14.2 [#2484](https://github.com/microsoft/vscode-react-native/pull/2484) [#2523](https://github.com/microsoft/vscode-react-native/pull/2523)
31+
* Bump lodash from 4.17.21 to 4.17.23 [#2503](https://github.com/microsoft/vscode-react-native/pull/2503) [#2504](https://github.com/microsoft/vscode-react-native/pull/2504)
32+
* Bump tar in /test/smoke to 7.5.8 [#2498](https://github.com/microsoft/vscode-react-native/pull/2498) [#2502](https://github.com/microsoft/vscode-react-native/pull/2502) [#2511](https://github.com/microsoft/vscode-react-native/pull/2511) [#2524](https://github.com/microsoft/vscode-react-native/pull/2524)
33+
* Bump webpack from 5.94.0 to 5.105.0 [#2518](https://github.com/microsoft/vscode-react-native/pull/2518)
34+
* Bump minimatch [#2529](https://github.com/microsoft/vscode-react-native/pull/2529)
1935

2036
## 1.13.1
2137
* Add command for expo prebuild directories clean up [#2124](https://github.com/microsoft/vscode-react-native/pull/2124)

0 commit comments

Comments
 (0)