Skip to content

Commit 557c51e

Browse files
committed
Revert "release: 11.0.0-next.4"
This reverts commit b95bd85. CI is failing because of a lint error in new projects from [this PR](https://github.com/angular/angular/pull/38698/files#diff-d9887009ccabf0a9a6a1257c272ecb3aR48) using double quotes instead of single quotes.
1 parent b95bd85 commit 557c51e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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: '~11.0.0-next.4',
11+
Angular: '~11.0.0-next.3',
1212
RxJs: '~6.6.0',
1313
ZoneJs: '~0.10.2',
1414
TypeScript: '~4.0.2',
@@ -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.1100.0-next.4',
22-
DevkitBuildNgPackagr: '~0.1100.0-next.4',
23-
DevkitBuildWebpack: '~0.1100.0-next.4',
21+
DevkitBuildAngular: '~0.1100.0-next.3',
22+
DevkitBuildNgPackagr: '~0.1100.0-next.3',
23+
DevkitBuildWebpack: '~0.1100.0-next.3',
2424

2525
ngPackagr: '^10.1.0',
2626
};

0 commit comments

Comments
 (0)