Skip to content

Commit 80aacae

Browse files
committed
docs: update readme
1 parent 65c7aef commit 80aacae

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

libs/native-federation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We will at least provide a new version of this package per Angular major. If nec
2323
- Use version 16.1.x for Angular 16.1.x
2424
- Use version 16.2.x for Angular 16.2.x
2525
- Use version 17.x for Angular 17.x
26-
- Use version 17.1.x-rc.x for Angular 17.1
26+
- Use version 17.1.x-rc.x for Angular 17.1+
2727

2828
## Credits
2929

libs/native-federation/migrate-appbuilder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This requires some changes in the `angular.json`. If you go with a default confi
77
```
88
ng g @angular-architects/native-federation:appbuilder
99
```
10+
You need to run this command for each application using Native Federation.
1011

1112
For more advanced cases, please find a diff of the changes needed for this version:
1213

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": "17.1.0-rc.0",
3+
"version": "17.1.0-rc.1",
44
"main": "src/index.js",
55
"generators": "./collection.json",
66
"builders": "./builders.json",

0 commit comments

Comments
 (0)