Skip to content

Commit b7ceca4

Browse files
authored
release: 5.0.0-rc.1 (#790)
1 parent acdd0c8 commit b7ceca4

File tree

7 files changed

+48
-4
lines changed

7 files changed

+48
-4
lines changed

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,26 @@
1313
},
1414
"changesets": [
1515
"big-insects-move",
16+
"big-wolves-tell",
17+
"bright-scissors-kiss",
18+
"brown-countries-tickle",
19+
"clever-frogs-type",
20+
"clever-timers-decide",
21+
"cold-apes-swim",
1622
"fast-falcons-joke",
1723
"happy-pets-yawn",
1824
"healthy-monkeys-relate",
1925
"heavy-drinks-heal",
2026
"honest-schools-tap",
2127
"lucky-paws-shop",
2228
"nervous-laws-try",
29+
"odd-cars-yawn",
2330
"olive-singers-attack",
2431
"proud-students-return",
2532
"serious-falcons-burn",
2633
"spicy-pumas-whisper",
2734
"tidy-eels-clean",
28-
"tricky-donuts-fly"
35+
"tricky-donuts-fly",
36+
"two-ghosts-refuse"
2937
]
3038
}

packages/dev-server/CHANGELOG.md

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

3+
## 5.0.0-rc.1
4+
35
## 5.0.0-rc.0
46

57
## 5.0.0-alpha.0

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.0.0-rc.0",
5+
"version": "5.0.0-rc.1",
66
"type": "module",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

packages/init/CHANGELOG.md

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

3+
## 5.0.0-rc.1
4+
35
## 5.0.0-rc.0
46

57
## 5.0.0-alpha.0

packages/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Automates the integration of the @callstack/repack into React-Native projects",
44
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
55
"license": "MIT",
6-
"version": "5.0.0-rc.0",
6+
"version": "5.0.0-rc.1",
77
"homepage": "https://github.com/callstack/repack",
88
"repository": "github:callstack/repack",
99
"keywords": ["repack", "re.pack", "init", "repack-init"],

packages/repack/CHANGELOG.md

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

3+
## 5.0.0-rc.1
4+
5+
### Major Changes
6+
7+
- [#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.
8+
9+
For silencing output, you can use shell redirection instead:
10+
11+
- Unix/macOS: `npx react-native start > /dev/null 2>&1`
12+
- Windows: `npx react-native start > nul 2>&1`
13+
14+
- [#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
15+
16+
### Minor Changes
17+
18+
- [#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
19+
20+
- [#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
21+
22+
### Patch Changes
23+
24+
- [#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
25+
26+
- [#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
27+
28+
- [#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
29+
30+
- [#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
31+
32+
- Updated dependencies []:
33+
- @callstack/repack-dev-server@5.0.0-rc.1
34+
335
## 5.0.0-rc.0
436

537
### Minor Changes

packages/repack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/repack",
3-
"version": "5.0.0-rc.0",
3+
"version": "5.0.0-rc.1",
44
"description": "A toolkit to build your React Native application with Rspack or Webpack.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)