Skip to content

Commit 395ccc4

Browse files
author
Angular Builds
committed
7225975 release: cut the v20.0.0-next.4 release
1 parent c928bd6 commit 395ccc4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematics/angular",
3-
"version": "20.0.0-next.3+sha-d975b71",
3+
"version": "20.0.0-next.4+sha-7225975",
44
"description": "Schematics specific to Angular",
55
"homepage": "https://github.com/angular/angular-cli",
66
"keywords": [
@@ -22,8 +22,8 @@
2222
},
2323
"schematics": "./collection.json",
2424
"dependencies": {
25-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#d975b71",
26-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#d975b71",
25+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#7225975",
26+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7225975",
2727
"jsonc-parser": "3.3.1"
2828
},
2929
"repository": {

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Apr 02 2025 17:29:57 GMT+0000 (Coordinated Universal Time)
1+
Wed Apr 02 2025 21:10:35 GMT+0000 (Coordinated Universal Time)

utility/latest-versions.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.latestVersions = {
1616
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
1717
Angular: '^20.0.0-next.0',
1818
NgPackagr: '^20.0.0-next.0',
19-
DevkitBuildAngular: '^20.0.0-next.3+sha-d975b71',
20-
AngularBuild: '^20.0.0-next.3+sha-d975b71',
21-
AngularSSR: '^20.0.0-next.3+sha-d975b71',
19+
DevkitBuildAngular: '^20.0.0-next.4+sha-7225975',
20+
AngularBuild: '^20.0.0-next.4+sha-7225975',
21+
AngularSSR: '^20.0.0-next.4+sha-7225975',
2222
};

0 commit comments

Comments
 (0)