Skip to content

Commit 3946a4f

Browse files
authored
Release v2.2.1 (#4549)
1 parent e2d47be commit 3946a4f

File tree

90 files changed

+361
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+361
-46
lines changed

apps/node-dynamic-remote-new-version/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# node-dynamic-remote-new-version
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- @module-federation/node@2.7.35
8+
39
## 1.0.1
410

511
### Patch Changes

apps/node-dynamic-remote-new-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@module-federation/node": "workspace:*",
77
"lodash": "4.17.23"
88
},
9-
"version": "1.0.1",
9+
"version": "1.0.2",
1010
"scripts": {
1111
"build": "NODE_OPTIONS=--max_old_space_size=4096 pnpm exec webpack-cli --config webpack.config.js --output-path dist --mode production",
1212
"build:development": "NODE_OPTIONS=--max_old_space_size=4096 pnpm exec webpack-cli --config webpack.config.js --output-path dist --mode development",

apps/node-dynamic-remote/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# node-dynamic-remote
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- @module-federation/node@2.7.35
8+
39
## 1.0.1
410

511
### Patch Changes

apps/node-dynamic-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@module-federation/node": "workspace:*",
77
"lodash": "4.17.23"
88
},
9-
"version": "1.0.1",
9+
"version": "1.0.2",
1010
"scripts": {
1111
"build": "NODE_OPTIONS=--max_old_space_size=4096 pnpm exec webpack-cli --config webpack.config.js --output-path dist --mode production",
1212
"build:development": "NODE_OPTIONS=--max_old_space_size=4096 pnpm exec webpack-cli --config webpack.config.js --output-path dist --mode development",

apps/router-demo/router-remote5-2005/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# remote5
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- @module-federation/rsbuild-plugin@2.2.1
8+
- @module-federation/bridge-react@2.2.1
9+
310
## 2.0.3
411

512
### Patch Changes

apps/router-demo/router-remote5-2005/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remote5",
33
"private": true,
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"scripts": {
66
"dev": "rsbuild dev",
77
"build": "rsbuild build",

apps/router-demo/router-remote6-2006/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- @module-federation/rsbuild-plugin@2.2.1
8+
- @module-federation/bridge-react@2.2.1
9+
310
## 2.0.3
411

512
### Patch Changes

apps/router-demo/router-remote6-2006/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remote6",
33
"private": true,
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"scripts": {
66
"dev": "rsbuild dev",
77
"build": "rsbuild build",

apps/shared-tree-shaking/no-server/host/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# modernjs-ssr-nested-remote
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @module-federation/enhanced@2.2.1
9+
310
## 1.0.3
411

512
### Patch Changes

apps/shared-tree-shaking/no-server/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shared-tree-shaking-no-server-host",
33
"private": true,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"scripts": {
66
"reset": "npx rimraf ./**/node_modules",
77
"dev": "modern dev",

0 commit comments

Comments
 (0)