Skip to content

Commit

Permalink
fix(@schematics/angular): updated Angular new project version to v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and alan-agius4 committed Dec 10, 2021
1 parent f194083 commit a315b96
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
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',
Angular: '~13.1.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 a315b96

Please sign in to comment.