Skip to content

Commit 638344a

Browse files
committed
release: v12.0.2
1 parent 923f56e commit 638344a

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.0.1",
3+
"version": "12.0.2",
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.0.1',
11+
Angular: '~12.0.2',
1212
RxJs: '~6.6.0',
1313
ZoneJs: '~0.11.4',
1414
TypeScript: '~4.2.3',

0 commit comments

Comments
 (0)