Skip to content

Commit 9b03013

Browse files
committed
release: v9.1.0-rc.0
1 parent de68dab commit 9b03013

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/schematics/angular/utility/latest-versions.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~9.1.0-next.5',
11+
Angular: '~9.1.0-rc.0',
1212
RxJs: '~6.5.4',
1313
ZoneJs: '~0.10.2',
1414
TypeScript: '~3.8.3',
@@ -18,9 +18,9 @@ export const latestVersions = {
1818
// For our e2e tests, these versions must match the latest tag present on the branch.
1919
// During RC periods they will not match the latest RC until there's a new git tag, and
2020
// should not be updated.
21-
DevkitBuildAngular: '~0.901.0-next.4',
22-
DevkitBuildNgPackagr: '~0.901.0-next.4',
23-
DevkitBuildWebpack: '~0.901.0-next.4',
21+
DevkitBuildAngular: '~0.901.0-rc.0',
22+
DevkitBuildNgPackagr: '~0.901.0-rc.0',
23+
DevkitBuildWebpack: '~0.901.0-rc.0',
2424

2525
ngPackagr: '^9.0.0',
2626
};

0 commit comments

Comments
 (0)