@angular-architects/native-federation 21.2.0 → 21.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,8 @@ We will at least provide a new version of this package per Angular major. If nec
37
37
  - Use version 20.0.x for Angular 20.0.x
38
38
  - Use version 20.1.x for Angular 20.1.x
39
39
  - 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
40
42
 
41
43
  ## Demo Repo
42
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-architects/native-federation",
3
- "version": "21.2.0",
3
+ "version": "21.2.1",
4
4
  "main": "src/index.js",
5
5
  "generators": "./collection.json",
6
6
  "builders": "./builders.json",