Skip to content

Commit 715cc99

Browse files
author
Angular Builds
committed
5b43174 fix(@angular/pwa): remove background_color and theme_color from manifest
1 parent ef354c5 commit 715cc99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/build-angular",
3-
"version": "20.0.0-rc.2+sha-b264517",
3+
"version": "20.0.0-rc.2+sha-5b43174",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",

src/utils/normalize-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.normalizeCacheOptions = normalizeCacheOptions;
1111
const node_path_1 = require("node:path");
1212
/** Version placeholder is replaced during the build process with actual package version */
13-
const VERSION = '20.0.0-rc.2+sha-b264517';
13+
const VERSION = '20.0.0-rc.2+sha-5b43174';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri May 16 2025 17:02:38 GMT+0000 (Coordinated Universal Time)
1+
Mon May 19 2025 12:43:43 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)