Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Jan 19, 2024
1 parent 65c7aef commit 80aacae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/native-federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We will at least provide a new version of this package per Angular major. If nec
- Use version 16.1.x for Angular 16.1.x
- Use version 16.2.x for Angular 16.2.x
- Use version 17.x for Angular 17.x
- Use version 17.1.x-rc.x for Angular 17.1
- Use version 17.1.x-rc.x for Angular 17.1+

## Credits

Expand Down
1 change: 1 addition & 0 deletions libs/native-federation/migrate-appbuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This requires some changes in the `angular.json`. If you go with a default confi
```
ng g @angular-architects/native-federation:appbuilder
```
You need to run this command for each application using Native Federation.

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

Expand Down
2 changes: 1 addition & 1 deletion libs/native-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/native-federation",
"version": "17.1.0-rc.0",
"version": "17.1.0-rc.1",
"main": "src/index.js",
"generators": "./collection.json",
"builders": "./builders.json",
Expand Down

0 comments on commit 80aacae

Please sign in to comment.