From 1badd2179096a400823c1bde9245938283a5d85e Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Thu, 16 Dec 2021 09:33:11 -0800 Subject: [PATCH] release: v11.2.17 --- package.json | 2 +- packages/schematics/angular/utility/latest-versions.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9483d82b378b..8a2fbb259ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "11.2.16", + "version": "11.2.17", "private": true, "description": "Software Development Kit for Angular", "bin": { diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index 15749534b7cf..6c5af28cd597 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -18,9 +18,9 @@ export const latestVersions = { // 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 // should not be updated. - DevkitBuildAngular: '~0.1102.13', - DevkitBuildNgPackagr: '~0.1102.13', - DevkitBuildWebpack: '~0.1102.13', + DevkitBuildAngular: '~0.1102.17', + DevkitBuildNgPackagr: '~0.1102.17', + DevkitBuildWebpack: '~0.1102.17', ngPackagr: '^11.0.0', };