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
josephperrott authored and dgp1130 committed Nov 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f595936 commit cf67f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cf67f26

Please sign in to comment.