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.
1 parent 8189261 commit 8bd8d1aCopy full SHA for 8bd8d1a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular/devkit-repo",
3
- "version": "12.0.0-next.7",
+ "version": "12.0.0-next.8",
4
"private": true,
5
"description": "Software Development Kit for Angular",
6
"bin": {
packages/schematics/angular/utility/latest-versions.ts
@@ -18,7 +18,7 @@ export const latestVersions = {
18
// For our e2e tests, these versions must match the latest tag present on the branch.
19
// During RC periods they will not match the latest RC until there's a new git tag, and
20
// should not be updated.
21
- DevkitBuildAngular: '~0.1200.0-next.7',
+ DevkitBuildAngular: '~0.1200.0-next.8',
22
23
ngPackagr: '^12.0.0-next.0',
24
};
0 commit comments