From 4a4ac66623ddc24ea2fe2acf04960986690627e7 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 17 Mar 2021 16:46:09 -0700 Subject: [PATCH] Revert "release: v12.0.0-next.5" This reverts commit ec36583f35bf450fe6a553addfb91d4964582a5c. CI is failing due to recent changes to update e2e tests. --- package.json | 2 +- packages/schematics/angular/utility/latest-versions.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b48d470929..4b71f45f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "12.0.0-next.5", + "version": "12.0.0-next.4", "private": true, "description": "Software Development Kit for Angular", "bin": { diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index b014ea2703..a32b924336 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -8,7 +8,7 @@ export const latestVersions = { // These versions should be kept up to date with latest Angular peer dependencies. - Angular: '~12.0.0-next.5', + Angular: '~12.0.0-next.4', RxJs: '~6.6.0', ZoneJs: '~0.11.4', TypeScript: '~4.2.3', @@ -18,7 +18,7 @@ export const latestVersions = { // For our e2e tests, these versions must match the latest tag present on the branch. // During RC periods they will not match the latest RC until there's a new git tag, and // should not be updated. - DevkitBuildAngular: '~0.1200.0-next.5', + DevkitBuildAngular: '~0.1200.0-next.3', ngPackagr: '^12.0.0-next.0', };