Skip to content

Commit 4a545f9

Browse files
author
Keen Yee Liau
committed
release: v11.2.13
1 parent a977194 commit 4a545f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "11.2.12",
3+
"version": "11.2.13",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

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

+4-4
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: '~11.2.13',
11+
Angular: '~11.2.14',
1212
RxJs: '~6.6.0',
1313
ZoneJs: '~0.11.3',
1414
TypeScript: '~4.1.5',
@@ -18,9 +18,9 @@ export const latestVersions = {
1818
// For our e2e tests, these versions must match the latest tag present on the branch.
1919
// During RC periods they will not match the latest RC until there's a new git tag, and
2020
// should not be updated.
21-
DevkitBuildAngular: '~0.1102.12',
22-
DevkitBuildNgPackagr: '~0.1102.12',
23-
DevkitBuildWebpack: '~0.1102.12',
21+
DevkitBuildAngular: '~0.1102.13',
22+
DevkitBuildNgPackagr: '~0.1102.13',
23+
DevkitBuildWebpack: '~0.1102.13',
2424

2525
ngPackagr: '^11.0.0',
2626
};

0 commit comments

Comments
 (0)