Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bootstrap-rn-84-projects.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/devtools-android-stability.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-repack-init-npm-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-entry-polyfills-module-ids.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nimbus-jose-jwt-security.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/preserve-terminal-stdout-lines.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/restore-swc-transform-compatibility.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/repack-dev-server

## 5.2.5

### Patch Changes

- [#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.

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@callstack/repack-dev-server",
"description": "A bundler-agnostic development server for React Native applications as part of @callstack/repack.",
"license": "MIT",
"version": "5.2.4",
"version": "5.2.5",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @callstack/repack-init

## 5.2.5

### Patch Changes

- [#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.

- [#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.

## 5.2.4

## 5.2.3
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Automates the integration of the @callstack/repack into React-Native projects",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
"version": "5.2.4",
"version": "5.2.5",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": ["repack", "re.pack", "init", "repack-init"],
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-expo-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-expo-modules

## 5.2.5

### Patch Changes

- Updated dependencies [[`1705f2a`](https://github.com/callstack/repack/commit/1705f2ac1f687e235a7f41f46bd53d833b8136ab), [`60e6a17`](https://github.com/callstack/repack/commit/60e6a1709e1b21b56d3202e95a9ed08e17da0926), [`b4178c2`](https://github.com/callstack/repack/commit/b4178c23c43db7fe64e8795e871bd54f7291ec20), [`d0058e2`](https://github.com/callstack/repack/commit/d0058e224bbe62781515fb1707154ce08b5394eb)]:
- @callstack/repack@5.2.5

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack-plugin-expo-modules",
"version": "5.2.4",
"version": "5.2.5",
"description": "A plugin for @callstack/repack that integrates Expo Modules",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-nativewind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-nativewind

## 5.2.5

### Patch Changes

- Updated dependencies [[`1705f2a`](https://github.com/callstack/repack/commit/1705f2ac1f687e235a7f41f46bd53d833b8136ab), [`60e6a17`](https://github.com/callstack/repack/commit/60e6a1709e1b21b56d3202e95a9ed08e17da0926), [`b4178c2`](https://github.com/callstack/repack/commit/b4178c23c43db7fe64e8795e871bd54f7291ec20), [`d0058e2`](https://github.com/callstack/repack/commit/d0058e224bbe62781515fb1707154ce08b5394eb)]:
- @callstack/repack@5.2.5

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nativewind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack-plugin-nativewind",
"version": "5.2.4",
"version": "5.2.5",
"description": "A plugin for @callstack/repack that integrates NativeWind",
"author": "Boris Yankov <boris.yankov@callstack.com>",
"contributors": ["Jakub Romańczyk <jakub.romanczyk@callstack.com>"],
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-reanimated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/repack-plugin-reanimated

## 5.2.5

### Patch Changes

- Updated dependencies [[`1705f2a`](https://github.com/callstack/repack/commit/1705f2ac1f687e235a7f41f46bd53d833b8136ab), [`60e6a17`](https://github.com/callstack/repack/commit/60e6a1709e1b21b56d3202e95a9ed08e17da0926), [`b4178c2`](https://github.com/callstack/repack/commit/b4178c23c43db7fe64e8795e871bd54f7291ec20), [`d0058e2`](https://github.com/callstack/repack/commit/d0058e224bbe62781515fb1707154ce08b5394eb)]:
- @callstack/repack@5.2.5

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack-plugin-reanimated",
"version": "5.2.4",
"version": "5.2.5",
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @callstack/repack

## 5.2.5

### Patch Changes

- [#1357](https://github.com/callstack/repack/pull/1357) [`1705f2a`](https://github.com/callstack/repack/commit/1705f2ac1f687e235a7f41f46bd53d833b8136ab) Thanks [@jbroma](https://github.com/jbroma)! - Fix production bundles so `NativeEntryPlugin` keeps polyfills on module-id based `__webpack_require__(id)` startup.

- [#1358](https://github.com/callstack/repack/pull/1358) [`60e6a17`](https://github.com/callstack/repack/commit/60e6a1709e1b21b56d3202e95a9ed08e17da0926) Thanks [@jbroma](https://github.com/jbroma)! - Bump the Android `nimbus-jose-jwt` dependency from `9.48` to `10.8` for upstream security fixes.

- [#1361](https://github.com/callstack/repack/pull/1361) [`b4178c2`](https://github.com/callstack/repack/commit/b4178c23c43db7fe64e8795e871bd54f7291ec20) Thanks [@jbroma](https://github.com/jbroma)! - Preserve non-terminal stdout logs while interactive status is active, so plugin output lines are not cleared by status redraws.

- [#1364](https://github.com/callstack/repack/pull/1364) [`d0058e2`](https://github.com/callstack/repack/commit/d0058e224bbe62781515fb1707154ce08b5394eb) Thanks [@jbroma](https://github.com/jbroma)! - Fix `babel-swc-loader` compatibility for loose class fields, private methods, and destructuring by adding the complementary SWC transforms SWC expects to run alongside them.

- Updated dependencies [[`1ab6e4e`](https://github.com/callstack/repack/commit/1ab6e4ee5e466f97b5583aad5940d1371f252299)]:
- @callstack/repack-dev-server@5.2.5

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/repack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/repack",
"version": "5.2.4",
"version": "5.2.5",
"description": "A toolkit to build your React Native application with Rspack or Webpack.",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
Loading