Skip to content

Commit

Permalink
fix(@schematics/angular): updated Angular new project version to v13.0.0
Browse files Browse the repository at this point in the history
(cherry picked from commit cf67f26)
  • Loading branch information
josephperrott authored and dgp1130 committed Nov 4, 2021
1 parent d9a8bbe commit 40f5992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...require('./latest-versions/package.json')['dependencies'],

// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
Angular: '~13.0.0-next.0',
Angular: '~13.0.0',

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down

0 comments on commit 40f5992

Please sign in to comment.