diff --git a/.changeset/pre.json b/.changeset/pre.json index ee615006f..0058546ea 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,12 @@ }, "changesets": [ "big-insects-move", + "big-wolves-tell", + "bright-scissors-kiss", + "brown-countries-tickle", + "clever-frogs-type", + "clever-timers-decide", + "cold-apes-swim", "fast-falcons-joke", "happy-pets-yawn", "healthy-monkeys-relate", @@ -20,11 +26,13 @@ "honest-schools-tap", "lucky-paws-shop", "nervous-laws-try", + "odd-cars-yawn", "olive-singers-attack", "proud-students-return", "serious-falcons-burn", "spicy-pumas-whisper", "tidy-eels-clean", - "tricky-donuts-fly" + "tricky-donuts-fly", + "two-ghosts-refuse" ] } diff --git a/packages/dev-server/CHANGELOG.md b/packages/dev-server/CHANGELOG.md index 99beee3f3..63b4e6c50 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.1 + ## 5.0.0-rc.0 ## 5.0.0-alpha.0 diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index 3b2b9bb1a..5b4005c23 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.0", + "version": "5.0.0-rc.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 69d1cf10c..1086fb585 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/repack-init +## 5.0.0-rc.1 + ## 5.0.0-rc.0 ## 5.0.0-alpha.0 diff --git a/packages/init/package.json b/packages/init/package.json index 27cd2b4a6..710c9cab4 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.0", + "version": "5.0.0-rc.1", "homepage": "https://github.com/callstack/repack", "repository": "github:callstack/repack", "keywords": ["repack", "re.pack", "init", "repack-init"], diff --git a/packages/repack/CHANGELOG.md b/packages/repack/CHANGELOG.md index 5aef265db..77a330ef4 100644 --- a/packages/repack/CHANGELOG.md +++ b/packages/repack/CHANGELOG.md @@ -1,5 +1,37 @@ # @callstack/repack +## 5.0.0-rc.1 + +### Major Changes + +- [#780](https://github.com/callstack/repack/pull/780) [`e937211`](https://github.com/callstack/repack/commit/e93721194e3d8eae64fa5da6f5e296378ad407e9) Thanks [@jbroma](https://github.com/jbroma)! - Removed `--silent` CLI flag for start command. + + For silencing output, you can use shell redirection instead: + + - Unix/macOS: `npx react-native start > /dev/null 2>&1` + - Windows: `npx react-native start > nul 2>&1` + +- [#786](https://github.com/callstack/repack/pull/786) [`cf42d14`](https://github.com/callstack/repack/commit/cf42d149ca1ccb8caae9085ab7710ff7b603a9d0) Thanks [@jbroma](https://github.com/jbroma)! - Enable new debugger (React Native DevTools) by default, remove support for legacy remote debugging + +### Minor Changes + +- [#784](https://github.com/callstack/repack/pull/784) [`f8af03c`](https://github.com/callstack/repack/commit/f8af03cd231c3d95a92099719d827e368f707b5c) Thanks [@zmzlois](https://github.com/zmzlois)! - add `react-native-linear-gradient` to flow type module loading rule support + +- [#778](https://github.com/callstack/repack/pull/778) [`2344162`](https://github.com/callstack/repack/commit/23441620335e91382dda01d0cc06278efede45cf) Thanks [@jbroma](https://github.com/jbroma)! - Add `--config` option to commands, deprecate `--webpackConfig` option + +### Patch Changes + +- [#776](https://github.com/callstack/repack/pull/776) [`31d0e32`](https://github.com/callstack/repack/commit/31d0e32e6a4b9aa9d9d0fbd3f1ddd18e95a16757) Thanks [@jbroma](https://github.com/jbroma)! - Fix peer dependency config for @rspack/core in repack package + +- [#775](https://github.com/callstack/repack/pull/775) [`76738de`](https://github.com/callstack/repack/commit/76738de12fdf29f5af78aaa23f03337c33c7926a) Thanks [@jbroma](https://github.com/jbroma)! - Fix customization of MF1 federated entry filename + +- [#787](https://github.com/callstack/repack/pull/787) [`acdd0c8`](https://github.com/callstack/repack/commit/acdd0c801ab611a25164fce5302e20e61ae25292) Thanks [@jbroma](https://github.com/jbroma)! - Fix sourceURL of bundles so source maps can be matched in dev tools + +- [#779](https://github.com/callstack/repack/pull/779) [`679bcd8`](https://github.com/callstack/repack/commit/679bcd8917aca587c36d550101e9dd9578e1e172) Thanks [@jbroma](https://github.com/jbroma)! - More intuitive behaviour of `--verbose` flag in start command + +- Updated dependencies []: + - @callstack/repack-dev-server@5.0.0-rc.1 + ## 5.0.0-rc.0 ### Minor Changes diff --git a/packages/repack/package.json b/packages/repack/package.json index 44c6a888f..c79d718c2 100644 --- a/packages/repack/package.json +++ b/packages/repack/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/repack", - "version": "5.0.0-rc.0", + "version": "5.0.0-rc.1", "description": "A toolkit to build your React Native application with Rspack or Webpack.", "main": "./dist/index.js", "types": "./dist/index.d.ts",