Skip to content

Commit

Permalink
Revert "release: v12.0.0-next.5"
Browse files Browse the repository at this point in the history
This reverts commit ec36583.

CI is failing due to recent changes to update e2e tests.
  • Loading branch information
dgp1130 committed Mar 17, 2021
1 parent ec36583 commit 4a4ac66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
};

0 comments on commit 4a4ac66

Please sign in to comment.