diff --git a/package.json b/package.json index 18a21b4704d7..37f1758d9aac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "11.2.17", + "version": "11.2.18", "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 6c5af28cd597..db3ecc6103f0 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.17', - DevkitBuildNgPackagr: '~0.1102.17', - DevkitBuildWebpack: '~0.1102.17', + DevkitBuildAngular: '~0.1102.18', + DevkitBuildNgPackagr: '~0.1102.18', + DevkitBuildWebpack: '~0.1102.18', ngPackagr: '^11.0.0', };