release: v12.1.0-next.2

This commit is contained in:
Joey Perrott 2021-05-19 12:28:00 -07:00
parent 4f2df00511
commit 1ac3931d3e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.9',
Angular: '~12.1.0-next.2',
RxJs: '~6.6.0',
ZoneJs: '~0.11.4',
TypeScript: '~4.2.3',