Skip to content

Commit 8bd8d1a

Browse files
committed
build: bump version to v12.0.0-next.8
1 parent 8189261 commit 8bd8d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "12.0.0-next.7",
3+
"version": "12.0.0-next.8",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const latestVersions = {
1818
// For our e2e tests, these versions must match the latest tag present on the branch.
1919
// During RC periods they will not match the latest RC until there's a new git tag, and
2020
// should not be updated.
21-
DevkitBuildAngular: '~0.1200.0-next.7',
21+
DevkitBuildAngular: '~0.1200.0-next.8',
2222

2323
ngPackagr: '^12.0.0-next.0',
2424
};

0 commit comments

Comments
 (0)