We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rc
1 parent f2c6b2b commit 9407ee5Copy full SHA for 9407ee5
packages/schematics/angular/utility/latest-versions.ts
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
15
...require('./latest-versions/package.json')['dependencies'],
16
17
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18
- Angular: '~13.2.0-next.0',
+ Angular: '~13.2.0-rc.0',
19
20
// Since @angular-devkit/build-angular and @schematics/angular are always
21
// published together from the same monorepo, and they are both
0 commit comments