Skip to content

Commit 62dc66b

Browse files
committed
chore: Prepared 21.2.1 release
1 parent 22601f7 commit 62dc66b

File tree

10 files changed

+14
-11
lines changed

10 files changed

+14
-11
lines changed

libs/mf-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-architects/module-federation-runtime",
33
"license": "MIT",
4-
"version": "21.2.0",
4+
"version": "21.2.1",
55
"peerDependencies": {
66
"@angular/common": "^21.2.0",
77
"@angular/core": "^21.2.0",

libs/mf-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/module-federation-tools",
3-
"version": "21.2.0",
3+
"version": "21.2.1",
44
"license": "MIT",
55
"peerDependencies": {},
66
"dependencies": {

libs/mf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ We are going to provide at least one major per Angular major to keep track with
5757
- Angular 18: @angular-architects/module-federation: ^18.0.0
5858
- Angular 19: @angular-architects/module-federation: ^19.0.0
5959
- Angular 20: @angular-architects/module-federation: ^20.0.0
60+
- Angular 21: @angular-architects/module-federation: ^21.2.0
6061

6162
Beginning with Angular 13, we had to add some changes to adjust to the Angular CLI. Please see the next section for this.
6263

libs/mf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/module-federation",
3-
"version": "21.2.0",
3+
"version": "21.2.1",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",
@@ -17,7 +17,7 @@
1717
"schematics": "./collection.json",
1818
"builders": "./builders.json",
1919
"dependencies": {
20-
"@angular-architects/module-federation-runtime": "21.2.0",
20+
"@angular-architects/module-federation-runtime": "~21.2.1",
2121
"word-wrap": "^1.2.5",
2222
"callsite": "^1.0.0",
2323
"node-fetch": "^3.3.2",

libs/native-federation-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@softarc/native-federation",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"type": "commonjs",
55
"license": "MIT",
66
"dependencies": {
77
"json5": "^2.2.0",
88
"chalk": "^5.6.2",
9-
"@softarc/native-federation-runtime": "~3.5.3",
9+
"@softarc/native-federation-runtime": "~3.5.4",
1010
"fast-glob": "^3.3.3",
1111
"@softarc/sheriff-core": "^0.19.2"
1212
}

libs/native-federation-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softarc/native-federation-esbuild",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"type": "commonjs",
55
"dependencies": {
66
"@rollup/plugin-commonjs": "^28.0.3",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@softarc/native-federation-node",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"license": "MIT",
55
"dependencies": {
6-
"@softarc/native-federation-runtime": "~3.5.1",
6+
"@softarc/native-federation-runtime": "~3.5.4",
77
"tslib": "^2.8.1"
88
}
99
}

libs/native-federation-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softarc/native-federation-runtime",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"license": "MIT",
55
"dependencies": {
66
"tslib": "^2.3.0"

libs/native-federation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ We will at least provide a new version of this package per Angular major. If nec
3737
- Use version 20.0.x for Angular 20.0.x
3838
- Use version 20.1.x for Angular 20.1.x
3939
- Use version 21.x for Angular 21.x
40+
- Use version 21.1.x for Angular 21.1.x
41+
- Use version 21.2.x for Angular 21.2.x
4042

4143
## Demo Repo
4244

libs/native-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/native-federation",
3-
"version": "21.2.0",
3+
"version": "21.2.1",
44
"main": "src/index.js",
55
"generators": "./collection.json",
66
"builders": "./builders.json",

0 commit comments

Comments
 (0)