Skip to content

Commit d7bedb7

Browse files
alan-agius4clydin
authored andcommitted
build: promote @angular-devkit/build-angular to stable
1 parent 27e63e2 commit d7bedb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@angular-devkit/build-angular",
33
"version": "0.0.0",
44
"description": "Angular Webpack Build Facade",
5-
"experimental": true,
65
"main": "src/index.js",
76
"typings": "src/index.d.ts",
87
"builders": "builders.json",

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.9',
21+
DevkitBuildAngular: '~12.0.0-next.9',
2222

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

0 commit comments

Comments
 (0)