Skip to content

Commit 6e8c312

Browse files
author
Angular Builds
committed
9f50436 build: update baseline date to 2025-04-30
1 parent 62dc766 commit 6e8c312

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

config/.browserslistrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Chrome >= 105
2-
ChromeAndroid >= 105
3-
Edge >= 105
1+
Chrome >= 107
2+
ChromeAndroid >= 107
3+
Edge >= 107
44
Firefox >= 104
55
FirefoxAndroid >= 104
66
Safari >= 16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematics/angular",
3-
"version": "20.0.0-next.8+sha-1a7d52c",
3+
"version": "20.0.0-next.8+sha-9f50436",
44
"description": "Schematics specific to Angular",
55
"homepage": "https://github.com/angular/angular-cli",
66
"keywords": [

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Apr 30 2025 09:51:21 GMT+0000 (Coordinated Universal Time)
1+
Wed Apr 30 2025 11:13:50 GMT+0000 (Coordinated Universal Time)

utility/latest-versions.js

Lines changed: 3 additions & 3 deletions
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.8+sha-1a7d52c',
20-
AngularBuild: '^20.0.0-next.8+sha-1a7d52c',
21-
AngularSSR: '^20.0.0-next.8+sha-1a7d52c',
19+
DevkitBuildAngular: '^20.0.0-next.8+sha-9f50436',
20+
AngularBuild: '^20.0.0-next.8+sha-9f50436',
21+
AngularSSR: '^20.0.0-next.8+sha-9f50436',
2222
};

0 commit comments

Comments
 (0)