Skip to content

Commit 2b2ec39

Browse files
author
Angular Builds
committed
b592b36 docs: release notes for the v17.3.15 release
1 parent ab887d6 commit 2b2ec39

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-34307e9",
3+
"version": "20.0.0-next.3+sha-b592b36",
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#34307e9",
26-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#34307e9",
25+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#b592b36",
26+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b592b36",
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 14:52:53 GMT+0000 (Coordinated Universal Time)
1+
Wed Apr 02 2025 16:45:56 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-34307e9',
20-
AngularBuild: '^20.0.0-next.3+sha-34307e9',
21-
AngularSSR: '^20.0.0-next.3+sha-34307e9',
19+
DevkitBuildAngular: '^20.0.0-next.3+sha-b592b36',
20+
AngularBuild: '^20.0.0-next.3+sha-b592b36',
21+
AngularSSR: '^20.0.0-next.3+sha-b592b36',
2222
};

0 commit comments

Comments
 (0)