Skip to content

Commit

Permalink
release: v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed May 12, 2021
1 parent 24d9d90 commit eee0955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "12.0.0-rc.3",
"version": "12.0.0",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down
4 changes: 2 additions & 2 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: '~12.0.0-rc.3',
Angular: '~12.0.0',
RxJs: '~6.6.0',
ZoneJs: '~0.11.4',
TypeScript: '~4.2.3',
Expand All @@ -19,5 +19,5 @@ export const latestVersions = {
// non-experimental, they will always have the same version.
DevkitBuildAngular: '~' + require('../package.json')['version'],

ngPackagr: '^12.0.0-next.8',
ngPackagr: '^12.0.0',
};

0 comments on commit eee0955

Please sign in to comment.