Skip to content

Commit 4d741de

Browse files
author
Keen Yee Liau
committed
Revert "release: v10.0.0-rc.1"
v10.0.0-rc.1 release should not be cut from master branch, it should be cut from the 10.0.x branch. This reverts commit e029258.
1 parent e029258 commit 4d741de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~10.0.0-rc.2',
11+
Angular: '~10.0.0-rc.0',
1212
RxJs: '~6.5.4',
1313
ZoneJs: '~0.10.2',
14-
TypeScript: '~3.9.3',
14+
TypeScript: '~3.9.2',
1515
TsLib: '^2.0.0',
1616

1717
// The versions below must be manually updated when making a new devkit release.
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.1000.0-rc.1',
22-
DevkitBuildNgPackagr: '~0.1000.0-rc.1',
23-
DevkitBuildWebpack: '~0.1000.0-rc.1',
21+
DevkitBuildAngular: '~0.1000.0-rc.0',
22+
DevkitBuildNgPackagr: '~0.1000.0-rc.0',
23+
DevkitBuildWebpack: '~0.1000.0-rc.0',
2424

25-
ngPackagr: '^10.0.0-rc.0',
25+
ngPackagr: '^10.0.0-next.2',
2626
};

0 commit comments

Comments
 (0)