Skip to content

Commit

Permalink
fix(@schematics/angular): updated Angular new project version to v13.…
Browse files Browse the repository at this point in the history
…0 prerelease
  • Loading branch information
clydin authored and alan-agius4 committed Aug 6, 2021
1 parent 4ede6fb commit f227e14
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: '~12.2.0-rc.0',
Angular: '~13.0.0-next.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 f227e14

Please sign in to comment.