From 5e53d1413396742e6b29e5305d8ac79fb67d3297 Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Wed, 24 Mar 2021 12:18:31 -0700 Subject: [PATCH] build: bump version to v11.2.7 post-release version update --- 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 b0e12bbd62e7..13d3e93416df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "11.2.6", + "version": "11.2.7", "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 ffe039661bc7..6656c825cc4b 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.6', - DevkitBuildNgPackagr: '~0.1102.6', - DevkitBuildWebpack: '~0.1102.6', + DevkitBuildAngular: '~0.1102.7', + DevkitBuildNgPackagr: '~0.1102.7', + DevkitBuildWebpack: '~0.1102.7', ngPackagr: '^11.0.0', };