Skip to content

Commit 9d8b9a8

Browse files
committed
release: v11.1.1
1 parent 958a6a5 commit 9d8b9a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1101.0',
22-
DevkitBuildNgPackagr: '~0.1101.0',
23-
DevkitBuildWebpack: '~0.1101.0',
21+
DevkitBuildAngular: '~0.1101.1',
22+
DevkitBuildNgPackagr: '~0.1101.1',
23+
DevkitBuildWebpack: '~0.1101.1',
2424

2525
ngPackagr: '^11.0.0',
2626
};

0 commit comments

Comments
 (0)