We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a4cb0 commit b150093Copy full SHA for b150093
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular/devkit-repo",
3
- "version": "12.1.0-next.5",
+ "version": "12.1.0-next.6",
4
"private": true,
5
"description": "Software Development Kit for Angular",
6
"bin": {
packages/schematics/angular/utility/latest-versions.ts
@@ -8,7 +8,7 @@
8
9
export const latestVersions = {
10
// These versions should be kept up to date with latest Angular peer dependencies.
11
- Angular: '~12.1.0-next.5',
+ Angular: '~12.1.0-next.6',
12
RxJs: '~6.6.0',
13
ZoneJs: '~0.11.4',
14
TypeScript: '~4.3.2',
0 commit comments