release: v12.0.0-next.1

This commit is contained in:
Keen Yee Liau 2021-02-17 11:32:35 -08:00
parent 7d57dd2f3e
commit 7650eb8dce
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@angular/devkit-repo", "name": "@angular/devkit-repo",
"version": "12.0.0-next.0", "version": "12.0.0-next.1",
"private": true, "private": true,
"description": "Software Development Kit for Angular", "description": "Software Development Kit for Angular",
"bin": { "bin": {

View File

@ -8,7 +8,7 @@
export const latestVersions = { export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies. // These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~12.0.0-next.0', Angular: '~12.0.0-next.1',
RxJs: '~6.6.0', RxJs: '~6.6.0',
ZoneJs: '~0.11.4', ZoneJs: '~0.11.4',
TypeScript: '~4.1.2', TypeScript: '~4.1.2',
@ -18,9 +18,9 @@ export const latestVersions = {
// For our e2e tests, these versions must match the latest tag present on the branch. // 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 // During RC periods they will not match the latest RC until there's a new git tag, and
// should not be updated. // should not be updated.
DevkitBuildAngular: '~0.1200.0-next.0', DevkitBuildAngular: '~0.1200.0-next.1',
DevkitBuildNgPackagr: '~0.1200.0-next.0', DevkitBuildNgPackagr: '~0.1200.0-next.1',
DevkitBuildWebpack: '~0.1200.0-next.0', DevkitBuildWebpack: '~0.1200.0-next.1',
ngPackagr: '^12.0.0-next.0', ngPackagr: '^12.0.0-next.0',
}; };