From 0366be120845bb465a88cdcbfd8579c9ea71fb36 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 13 Jan 2021 14:02:01 -0800 Subject: [PATCH] release: v11.0.7 --- package.json | 2 +- packages/schematics/angular/utility/latest-versions.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c4c7faea67b5..ef17f7228c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "11.0.6", + "version": "11.0.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 498eeaa59efe..4d1d1fb00d74 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -8,7 +8,7 @@ export const latestVersions = { // These versions should be kept up to date with latest Angular peer dependencies. - Angular: '~11.0.6', + Angular: '~11.0.9', RxJs: '~6.6.0', ZoneJs: '~0.10.2', TypeScript: '~4.0.2', @@ -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.1100.6', - DevkitBuildNgPackagr: '~0.1100.6', - DevkitBuildWebpack: '~0.1100.6', + DevkitBuildAngular: '~0.1100.7', + DevkitBuildNgPackagr: '~0.1100.7', + DevkitBuildWebpack: '~0.1100.7', ngPackagr: '^11.0.0', };