Skip to content

Commit

Permalink
release: v11.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Feb 5, 2021
1 parent a80c25a commit 47cef26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "11.2.0-rc.0",
"version": "11.2.0-rc.1",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-rc.0',
DevkitBuildNgPackagr: '~0.1102.0-rc.0',
DevkitBuildWebpack: '~0.1102.0-rc.0',
DevkitBuildAngular: '~0.1102.0-rc.1',
DevkitBuildNgPackagr: '~0.1102.0-rc.1',
DevkitBuildWebpack: '~0.1102.0-rc.1',

ngPackagr: '^11.0.0',
};

0 comments on commit 47cef26

Please sign in to comment.