Skip to content

Commit cc4820d

Browse files
authored
Merge pull request #2454 from microsoft/prepare-for-1.13.2
Prepare for 1.13.2
2 parents ece5d31 + 11da07a commit cc4820d

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.13.2
2+
* Add command to support Expo EAS workflow [#2432](https://github.com/microsoft/vscode-react-native/pull/2432)
3+
* Improve and verify added launch/debug configuration in `launch.json` [#2442](https://github.com/microsoft/vscode-react-native/pull/2442) [#2424](https://github.com/microsoft/vscode-react-native/pull/2424)
4+
* Add launch requests for Expo Go (Android & iOS) and Expo Web debugging [#2311](https://github.com/microsoft/vscode-react-native/pull/2311) [#2306](https://github.com/microsoft/vscode-react-native/pull/2306)
5+
* Support pnpm package manager in debugging workflow [#2278](https://github.com/microsoft/vscode-react-native/pull/2278)
6+
* Rename and clarify Expo related commands in command palette [#2382](https://github.com/microsoft/vscode-react-native/pull/2382)
7+
* Improve Expo debugging websocket endpoint URL [#2396](https://github.com/microsoft/vscode-react-native/pull/2396)
8+
* Update documentation for recent changes [#2445](https://github.com/microsoft/vscode-react-native/pull/2445)
9+
* Fix translation errors in README [#2449](https://github.com/microsoft/vscode-react-native/pull/2449)
10+
* Internal changes:
11+
* Add smoke build to create VSIX file [#2436](https://github.com/microsoft/vscode-react-native/pull/2436)
12+
* Add VSIX smoke test case [#2439](https://github.com/microsoft/vscode-react-native/pull/2439)
13+
* Refactor smoke tests to use playwright & @vscode/test-electron [#2400](https://github.com/microsoft/vscode-react-native/pull/2400)
14+
* Bump tar-fs from 2.1.3 to 2.1.4 [#2425](https://github.com/microsoft/vscode-react-native/pull/2425)
15+
* Bump playwright from 1.55.0 to 1.55.1 in /test/smoke [#2431](https://github.com/microsoft/vscode-react-native/pull/2431)
16+
* Bump validator from 13.7.0 to 13.15.20 [#2435](https://github.com/microsoft/vscode-react-native/pull/2435)
17+
* Bump js-yaml from 4.1.0 to 4.1.1 [#2450](https://github.com/microsoft/vscode-react-native/pull/2450)
18+
* Bump glob in /test/smoke [#2453](https://github.com/microsoft/vscode-react-native/pull/2453)
19+
120
## 1.13.1
221
* Add command for expo prebuild directories clean up [#2124](https://github.com/microsoft/vscode-react-native/pull/2124)
322
* Integrate expo prebuild to generate react-native app for android and ios platform [#2128](https://github.com/microsoft/vscode-react-native/pull/2128)

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.13.1",
4+
"version": "1.13.2",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "resources/images/icon.png",

0 commit comments

Comments
 (0)