Skip to content

Commit 189f9f1

Browse files
committed
docs: readme mentions ng 16
1 parent 8ce46d0 commit 189f9f1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

libs/mf-runtime/package.json

+1-1
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": "16.0.0",
4+
"version": "16.0.1",
55
"peerDependencies": {
66
"@angular/common": ">=16.0.0",
77
"@angular/core": ">=16.0.0"

libs/mf-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/module-federation-tools",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">=16.0.0",

libs/mf/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Big thanks to the following people who helped to make this possible:
1212

1313
## Prequisites
1414

15-
- Angular CLI 12 or higher (13, 14, 15)
15+
- Angular CLI 12 or higher (13, 14, 15, 16)
1616

1717
## Motivation 💥
1818

@@ -40,6 +40,7 @@ Since Version 1.2, we also provide some advanced features like:
4040
- Angular 13: @angular-architects/module-federation: ~14.2.0
4141
- Angular 14: @angular-architects/module-federation: ^14.3.0
4242
- Angular 15: @angular-architects/module-federation: ^15.0.0
43+
- Angular 16: @angular-architects/module-federation: ^16.0.0
4344

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

libs/mf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/module-federation",
3-
"version": "16.0.0",
3+
"version": "16.0.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": "16.0.0",
20+
"@angular-architects/module-federation-runtime": "16.0.1",
2121
"word-wrap": "^1.2.3",
2222
"callsite": "^1.0.0",
2323
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)