Skip to content

Commit 13e7ed5

Browse files
authored
release: 5.2.5 (#1375)
1 parent 0643992 commit 13e7ed5

19 files changed

+56
-41
lines changed

.changeset/bootstrap-rn-84-projects.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/devtools-android-stability.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-repack-init-npm-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/native-entry-polyfills-module-ids.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nimbus-jose-jwt-security.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/preserve-terminal-stdout-lines.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/restore-swc-transform-compatibility.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/dev-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/repack-dev-server
22

3+
## 5.2.5
4+
5+
### Patch Changes
6+
7+
- [#1371](https://github.com/callstack/repack/pull/1371) [`1ab6e4e`](https://github.com/callstack/repack/commit/1ab6e4ee5e466f97b5583aad5940d1371f252299) Thanks [@jbroma](https://github.com/jbroma)! - Avoid crashing Android apps when opening React Native DevTools by handling cross-origin `Network.loadNetworkResource` requests inside the dev server.
8+
39
## 5.2.4
410

511
### Patch Changes

packages/dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@callstack/repack-dev-server",
33
"description": "A bundler-agnostic development server for React Native applications as part of @callstack/repack.",
44
"license": "MIT",
5-
"version": "5.2.4",
5+
"version": "5.2.5",
66
"type": "module",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

packages/init/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @callstack/repack-init
22

3+
## 5.2.5
4+
5+
### Patch Changes
6+
7+
- [#1373](https://github.com/callstack/repack/pull/1373) [`1f81fe8`](https://github.com/callstack/repack/commit/1f81fe8d853610f927e9d314593657e5b29aa1d7) Thanks [@jbroma](https://github.com/jbroma)! - Add support for bootstrapping new Re.Pack projects with React Native 0.84.1 and refresh the default bundler dependency versions used during initialization.
8+
9+
- [#1370](https://github.com/callstack/repack/pull/1370) [`84acbdd`](https://github.com/callstack/repack/commit/84acbdde35e35132738b5540a0a5d38160718333) Thanks [@jbroma](https://github.com/jbroma)! - Fix npm-based project creation by using `npm exec ... -- rnc-cli` instead of a nested `npx` invocation, and pass a fully qualified React Native patch version to the React Native CLI.
10+
311
## 5.2.4
412

513
## 5.2.3

0 commit comments

Comments
 (0)