Skip to content

Commit

Permalink
release: v11.2.5
Browse files Browse the repository at this point in the history
`latest-versions.ts` updated devkit versions by 2 because the previous release forgot to increment them.
  • Loading branch information
dgp1130 committed Mar 17, 2021
1 parent ae26119 commit a2b39c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.4",
"version": "11.2.5",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~11.2.5',
Angular: '~11.2.6',
RxJs: '~6.6.0',
ZoneJs: '~0.11.3',
TypeScript: '~4.1.5',
Expand All @@ -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.3',
DevkitBuildNgPackagr: '~0.1102.3',
DevkitBuildWebpack: '~0.1102.3',
DevkitBuildAngular: '~0.1102.5',
DevkitBuildNgPackagr: '~0.1102.5',
DevkitBuildWebpack: '~0.1102.5',

ngPackagr: '^11.0.0',
};

0 comments on commit a2b39c4

Please sign in to comment.