diff --git a/.changeset/pre.json b/.changeset/pre.json index ef283d79d..95e69652a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,6 +22,7 @@ "clever-timers-decide", "cold-apes-swim", "cold-chefs-confess", + "dull-ants-change", "fast-falcons-joke", "happy-pets-yawn", "healthy-dots-tap", @@ -29,18 +30,21 @@ "heavy-drinks-heal", "honest-items-happen", "honest-schools-tap", + "khaki-days-call", + "late-crabs-deliver", "lucky-paws-shop", "nervous-laws-try", "odd-cars-yawn", + "odd-teachers-repeat", "olive-singers-attack", "proud-students-return", "rude-points-ring", "serious-falcons-burn", "shaggy-planets-mate", "slimy-dragons-swim", + "smart-carrots-sneeze", "smooth-zebras-hunt", "spicy-pumas-whisper", - "tasty-dolls-lie", "thick-pillows-act", "tidy-eels-clean", "tricky-donuts-fly", diff --git a/packages/dev-server/CHANGELOG.md b/packages/dev-server/CHANGELOG.md index 95d02d8bb..4e1ab3246 100644 --- a/packages/dev-server/CHANGELOG.md +++ b/packages/dev-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-dev-server +## 5.0.0-rc.4 + ## 5.0.0-rc.3 ## 5.0.0-rc.2 diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index 41216430b..af3925e91 100644 --- a/packages/dev-server/package.json +++ b/packages/dev-server/package.json @@ -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.0.0-rc.3", + "version": "5.0.0-rc.4", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 2b5ef3f82..a2e104df9 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-init +## 5.0.0-rc.4 + ## 5.0.0-rc.3 ### Minor Changes diff --git a/packages/init/package.json b/packages/init/package.json index f94bc4108..12e878f3e 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -3,7 +3,7 @@ "description": "Automates the integration of the @callstack/repack into React-Native projects", "author": "Jakub Romańczyk ", "license": "MIT", - "version": "5.0.0-rc.3", + "version": "5.0.0-rc.4", "homepage": "https://github.com/callstack/repack", "repository": "github:callstack/repack", "keywords": ["repack", "re.pack", "init", "repack-init"], diff --git a/packages/plugin-reanimated/CHANGELOG.md b/packages/plugin-reanimated/CHANGELOG.md index 3094e3c1c..7c52f832a 100644 --- a/packages/plugin-reanimated/CHANGELOG.md +++ b/packages/plugin-reanimated/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/repack-plugin-reanimated +## 5.0.0-rc.4 + +### Patch Changes + +- Updated dependencies [[`18f2eef`](https://github.com/callstack/repack/commit/18f2eef7dbb2a79e709c1810c69a34b0a0fe9004), [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7), [`617c501`](https://github.com/callstack/repack/commit/617c5018e1f2b0520f6f978b2c1440239196f662), [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7), [`8cf7cc3`](https://github.com/callstack/repack/commit/8cf7cc3622ad85cf093005c5c55c8dd63940a57b)]: + - @callstack/repack@5.0.0-rc.4 + ## 5.0.0-rc.3 ### Patch Changes diff --git a/packages/plugin-reanimated/package.json b/packages/plugin-reanimated/package.json index c0a453c27..f7dd71ffe 100644 --- a/packages/plugin-reanimated/package.json +++ b/packages/plugin-reanimated/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack-plugin-reanimated", - "version": "5.0.0-rc.3", + "version": "5.0.0-rc.4", "description": "A plugin for @callstack/repack that integrates react-native-reanimated", "author": "Jakub Romańczyk ", "license": "MIT", @@ -39,7 +39,7 @@ "dependencies": {}, "peerDependencies": { "@babel/core": "^7.20", - "@callstack/repack": "^5.0.0-rc.3" + "@callstack/repack": "^5.0.0-rc.4" }, "devDependencies": { "@callstack/repack": "workspace:*", diff --git a/packages/repack/CHANGELOG.md b/packages/repack/CHANGELOG.md index f41134f93..01809b9c2 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,26 @@ # @callstack/repack +## 5.0.0-rc.4 + +### Major Changes + +- [#825](https://github.com/callstack/repack/pull/825) [`18f2eef`](https://github.com/callstack/repack/commit/18f2eef7dbb2a79e709c1810c69a34b0a0fe9004) Thanks [@jbroma](https://github.com/jbroma)! - Removed `--reverse-port` CLI option and replaced it with `--no-reverse-port` CLI option. + +### Minor Changes + +- [#828](https://github.com/callstack/repack/pull/828) [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7) Thanks [@jbroma](https://github.com/jbroma)! - Run adb reverse for all available devices by default + +- [#828](https://github.com/callstack/repack/pull/828) [`b1a010a`](https://github.com/callstack/repack/commit/b1a010a7dd8af5612759e134249ae0587e42aef7) Thanks [@jbroma](https://github.com/jbroma)! - Wait for android device before running adb reverse when starting dev-server + +- [#824](https://github.com/callstack/repack/pull/824) [`8cf7cc3`](https://github.com/callstack/repack/commit/8cf7cc3622ad85cf093005c5c55c8dd63940a57b) Thanks [@jbroma](https://github.com/jbroma)! - Added `adb reverse` interaction & `adb reverse` command is now run by default when bundling for Android + +### Patch Changes + +- [#829](https://github.com/callstack/repack/pull/829) [`617c501`](https://github.com/callstack/repack/commit/617c5018e1f2b0520f6f978b2c1440239196f662) Thanks [@jbroma](https://github.com/jbroma)! - Fix early JS errors not being displayed in LogBox + +- Updated dependencies []: + - @callstack/repack-dev-server@5.0.0-rc.4 + ## 5.0.0-rc.3 ### Minor Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index aaddea627..05c37dd23 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "5.0.0-rc.3", + "version": "5.0.0-rc.4", "description": "A toolkit to build your React Native application with Rspack or Webpack.", "type": "commonjs", "main": "./dist/index.js",