Skip to content

Commit 682d0ec

Browse files
committed
Revert "release: v12.1.1"
This reverts commit 446756c. Build is broken from the previous commit, rolling back to include a fix before the release.
1 parent 446756c commit 682d0ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "12.1.1",
3+
"version": "12.1.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

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

+1-1
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: '~12.1.1',
11+
Angular: '~12.1.0',
1212
RxJs: '~6.6.0',
1313
ZoneJs: '~0.11.4',
1414
TypeScript: '~4.3.2',

0 commit comments

Comments
 (0)