Skip to content

Commit

Permalink
fix(angular): sync migration generators for angular v16 target versio…
Browse files Browse the repository at this point in the history
…ns (#16773)
  • Loading branch information
leosvelperez authored May 4, 2023
1 parent 6c46ad8 commit c13cb3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
},
"remove-render-module-platform-server-exports": {
"cli": "nx",
"version": "16.1.0-beta.0",
"version": "16.1.0-beta.1",
"requires": {
"@angular/core": ">=15.0.0"
},
Expand All @@ -203,7 +203,7 @@
},
"remove-ngcc-invocation": {
"cli": "nx",
"version": "16.1.0-beta.0",
"version": "16.1.0-beta.1",
"requires": {
"@angular/core": ">=16.0.0-rc.4"
},
Expand All @@ -212,7 +212,7 @@
},
"extract-app-config-for-standalone": {
"cli": "nx",
"version": "16.1.0-beta.0",
"version": "16.1.0-beta.1",
"requires": {
"@angular/core": ">=16.0.0-rc.4"
},
Expand All @@ -221,7 +221,7 @@
},
"update-server-executor-config": {
"cli": "nx",
"version": "16.1.0-beta.0",
"version": "16.1.0-beta.1",
"requires": {
"@angular/core": ">=16.0.0-rc.4"
},
Expand Down

0 comments on commit c13cb3c

Please sign in to comment.