Skip to content

Commit

Permalink
release: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 28, 2019
1 parent b004b1c commit 76b811b
Showing 1 changed file with 3 additions and 3 deletions.
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 @@ -8,12 +8,12 @@

export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~8.0.0-rc.4',
Angular: '~8.0.0',
RxJs: '~6.4.0',
ZoneJs: '~0.9.1',
TypeScript: '~3.4.3',
TsLib: '^1.9.0',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.800.0-rc.4',
DevkitBuildNgPackagr: '~0.800.0-rc.4',
DevkitBuildAngular: '~0.800.0',
DevkitBuildNgPackagr: '~0.800.0',
};

0 comments on commit 76b811b

Please sign in to comment.