From adc4153fcf400e0b85620a11dadc4c419f716b48 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 3 Nov 2021 17:32:56 -0700 Subject: [PATCH] fix(@schematics/angular): updated Angular new project version to v13.0.0 --- packages/schematics/angular/utility/latest-versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index b072f10d6dfd..efd6dd4dccea 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -15,7 +15,7 @@ export const latestVersions: Record & { ...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