Skip to content

Commit 069107f

Browse files
committed
chore: changeset version
1 parent 9f4ad85 commit 069107f

File tree

7 files changed

+84
-28
lines changed

7 files changed

+84
-28
lines changed

.changeset/pre.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
{
22
"mode": "pre",
3-
"tag": "alpha",
3+
"tag": "rc",
44
"initialVersions": {
55
"tester-app": "0.0.1",
66
"tester-federation": "0.0.1",
7-
"@callstack/repack-dev-server": "4.3.3",
8-
"@callstack/repack-init": "4.3.3",
9-
"@callstack/repack": "4.3.3",
7+
"tester-federation-v2": "0.0.1",
8+
"@callstack/repack-dev-server": "5.0.0-alpha.0",
9+
"@callstack/repack-init": "5.0.0-alpha.0",
10+
"@callstack/repack": "5.0.0-alpha.0",
1011
"metro-compat-test": "0.0.1",
1112
"website": "0.0.1"
1213
},
13-
"changesets": ["spicy-pumas-whisper"]
14+
"changesets": [
15+
"big-insects-move",
16+
"fast-falcons-joke",
17+
"happy-pets-yawn",
18+
"healthy-monkeys-relate",
19+
"heavy-drinks-heal",
20+
"honest-schools-tap",
21+
"lucky-paws-shop",
22+
"nervous-laws-try",
23+
"olive-singers-attack",
24+
"proud-students-return",
25+
"serious-falcons-burn",
26+
"spicy-pumas-whisper",
27+
"tidy-eels-clean",
28+
"tricky-donuts-fly"
29+
]
1430
}

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.0
4+
35
## 5.0.0-alpha.0
46

57
## 4.3.3

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-alpha.0",
5+
"version": "5.0.0-rc.0",
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.0
4+
35
## 5.0.0-alpha.0
46

57
## 4.3.3

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-alpha.0",
6+
"version": "5.0.0-rc.0",
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: 56 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# @callstack/repack
22

3+
## 5.0.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#674](https://github.com/callstack/repack/pull/674) [`9f4ad85`](https://github.com/callstack/repack/commit/9f4ad85648f02a127113e7c56d726a923cc0dc12) Thanks [@jbroma](https://github.com/jbroma)! - Add support for Module Federation V2
8+
9+
- [#765](https://github.com/callstack/repack/pull/765) [`efff0c2`](https://github.com/callstack/repack/commit/efff0c29801db04eddbbc8f3776cb3e56457f585) Thanks [@jbroma](https://github.com/jbroma)! - Add default rules for transpiling popular flow typed packages
10+
11+
- [#702](https://github.com/callstack/repack/pull/702) [`495203d`](https://github.com/callstack/repack/commit/495203dc3a1d219aea623afe99912957d8f0e0a1) Thanks [@jbroma](https://github.com/jbroma)! - Enable dev-server to serve source assets alongside build artifacts
12+
13+
- [#763](https://github.com/callstack/repack/pull/763) [`e433584`](https://github.com/callstack/repack/commit/e4335840a4b1ed59affc89375988ba6a9db57891) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add getModulePaths utility to generate include and exclude paths for modules in the bundler config
14+
15+
- [#757](https://github.com/callstack/repack/pull/757) [`8a90731`](https://github.com/callstack/repack/commit/8a9073146c6541ed374541b9bcf9ebe3c4f70e9a) Thanks [@artus9033](https://github.com/artus9033)! - Display list of available interactions on dev server startup & add support for 'j' to debug
16+
17+
- [#753](https://github.com/callstack/repack/pull/753) [`176324a`](https://github.com/callstack/repack/commit/176324a8d09d34dd1fbc68e0e227640834138f5a) Thanks [@artus9033](https://github.com/artus9033)! - Add support for React Native 0.76
18+
19+
- [#750](https://github.com/callstack/repack/pull/750) [`c4a3235`](https://github.com/callstack/repack/commit/c4a32354feaccdfda8570b6a065dc6f7a6b9f6d0) Thanks [@jbroma](https://github.com/jbroma)! - Normalize filepath & ensure path exists when writing stats to a file
20+
21+
- [#734](https://github.com/callstack/repack/pull/734) [`b455503`](https://github.com/callstack/repack/commit/b4555030b7827e14084db282accd138945d532c5) Thanks [@hexboy](https://github.com/hexboy)! - Add a mechanism for retrying downloads of scripts through `retry` and `retryDelay` properties
22+
23+
### Patch Changes
24+
25+
- [#711](https://github.com/callstack/repack/pull/711) [`7af6d5b`](https://github.com/callstack/repack/commit/7af6d5bad8288ea58dd246243fe96439709cbe97) Thanks [@jbroma](https://github.com/jbroma)! - fix: always use URL from Script config as `sourceUrl` when evaluating bundles on Android
26+
27+
- [#766](https://github.com/callstack/repack/pull/766) [`206d76f`](https://github.com/callstack/repack/commit/206d76f30a4858680839fa53b9f8a3a2070ed9f8) Thanks [@jbroma](https://github.com/jbroma)! - Fix handling of cjs,mjs,cts,mts files when transpiling node modules with swc
28+
29+
- [#755](https://github.com/callstack/repack/pull/755) [`90faeeb`](https://github.com/callstack/repack/commit/90faeeb7d6be9ddf5aa74c9552df01ec58d5372c) Thanks [@jbroma](https://github.com/jbroma)! - Disable package imports by default
30+
31+
- [#756](https://github.com/callstack/repack/pull/756) [`f119ab3`](https://github.com/callstack/repack/commit/f119ab3eb94eff9d2cc1aec8fcf9f835c3025abc) Thanks [@hosseinmd](https://github.com/hosseinmd)! - Prevent to loadScript which is already is loading
32+
issue: https://github.com/callstack/repack/issues/749
33+
34+
- [#771](https://github.com/callstack/repack/pull/771) [`df1d587`](https://github.com/callstack/repack/commit/df1d587115abb61a7168d02d04e451ee3f8066de) Thanks [@hosseinmd](https://github.com/hosseinmd)! - script should be cached after successfully loaded
35+
36+
- Updated dependencies []:
37+
- @callstack/repack-dev-server@5.0.0-rc.1
38+
339
## 5.0.0-alpha.0
440

541
### Major Changes
@@ -229,10 +265,10 @@
229265

230266
```js
231267
// react-native.config.js
232-
const commands = require('@callstack/repack/commands');
268+
const commands = require("@callstack/repack/commands");
233269

234270
module.exports = {
235-
commands: commands.filter((command) => command.name.startsWith('webpack')),
271+
commands: commands.filter((command) => command.name.startsWith("webpack")),
236272
};
237273
```
238274

@@ -486,7 +522,7 @@ This Release candidate introduces a new feature – **Code Signing**. It allows
486522
- All Repack plugins are consolidated under single `RepackPlugin`, all sub-plugins are available under `plugins`:
487523

488524
```ts
489-
import * as Repack from '@callstack/repack';
525+
import * as Repack from "@callstack/repack";
490526

491527
new Repack.plugins.AssetResolverPlugin();
492528
```
@@ -558,24 +594,24 @@ This Release candidate introduces a new feature – **Code Signing**. It allows
558594
For example, instead of using `webpack.container.ModuleFederationPlugin`, you can now use:
559595

560596
```js
561-
import * as Repack from '@callstack/repack';
597+
import * as Repack from "@callstack/repack";
562598
563599
new Repack.plugins.ModuleFederationPlugin({
564-
name: 'host',
600+
name: "host",
565601
});
566602
567603
new Repack.plugins.ModuleFederationPlugin({
568-
name: 'app1',
604+
name: "app1",
569605
remotes: {
570-
module1: 'module1@https://example.com/module1.container.bundle',
606+
module1: "module1@https://example.com/module1.container.bundle",
571607
},
572608
});
573609
574610
new Repack.plugins.ModuleFederationPlugin({
575-
name: 'app2',
611+
name: "app2",
576612
remotes: {
577-
module1: 'module1@https://example.com/module1.container.bundle',
578-
module2: 'module1@dynamic',
613+
module1: "module1@https://example.com/module1.container.bundle",
614+
module2: "module1@dynamic",
579615
},
580616
});
581617
```
@@ -592,7 +628,7 @@ This Release candidate introduces a new feature – **Code Signing**. It allows
592628
To specify custom priority use 2nd options argument:
593629

594630
```js
595-
import { ScriptManager } from '@callstack/repack/client';
631+
import { ScriptManager } from "@callstack/repack/client";
596632
597633
ScriptManager.shared.addResolver(
598634
async (scriptId, caller) => {
@@ -652,24 +688,24 @@ This Release candidate introduces a new feature – **Code Signing**. It allows
652688
For example, instead of using `webpack.container.ModuleFederationPlugin`, you can now use:
653689

654690
```js
655-
import * as Repack from '@callstack/repack';
691+
import * as Repack from "@callstack/repack";
656692
657693
new Repack.plugins.ModuleFederationPlugin({
658-
name: 'host',
694+
name: "host",
659695
});
660696
661697
new Repack.plugins.ModuleFederationPlugin({
662-
name: 'app1',
698+
name: "app1",
663699
remotes: {
664-
module1: 'module1@https://example.com/module1.container.bundle',
700+
module1: "module1@https://example.com/module1.container.bundle",
665701
},
666702
});
667703
668704
new Repack.plugins.ModuleFederationPlugin({
669-
name: 'app2',
705+
name: "app2",
670706
remotes: {
671-
module1: 'module1@https://example.com/module1.container.bundle',
672-
module2: 'module1@dynamic',
707+
module1: "module1@https://example.com/module1.container.bundle",
708+
module2: "module1@dynamic",
673709
},
674710
});
675711
```
@@ -686,7 +722,7 @@ This Release candidate introduces a new feature – **Code Signing**. It allows
686722
To specify custom priority use 2nd options argument:
687723

688724
```js
689-
import { ScriptManager } from '@callstack/repack/client';
725+
import { ScriptManager } from "@callstack/repack/client";
690726
691727
ScriptManager.shared.addResolver(
692728
async (scriptId, caller) => {
@@ -815,7 +851,7 @@ This Release candidate introduces a new feature – **Code Signing**. It allows
815851
- All Repack plugins are consolidated under single `RepackPlugin`, all sub-plugins are available under `plugins`:
816852

817853
```ts
818-
import * as Repack from '@callstack/repack';
854+
import * as Repack from "@callstack/repack";
819855
820856
new Repack.plugins.AssetResolverPlugin();
821857
```

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-alpha.0",
3+
"version": "5.0.0-rc.0",
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)