Skip to content

Commit

Permalink
cdad256 fix(@angular/build): avoid overwriting inline style bundling …
Browse files Browse the repository at this point in the history
…additional results
  • Loading branch information
Angular Builds committed Nov 8, 2024
1 parent 4cc614f commit 605e217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-devkit/schematics-cli",
"version": "19.1.0-next.0+sha-b0965a9",
"version": "19.1.0-next.0+sha-cdad256",
"description": "Angular Schematics - CLI",
"homepage": "https://github.com/angular/angular-cli",
"bin": {
Expand All @@ -21,8 +21,8 @@
],
"schematics": "./collection.json",
"dependencies": {
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#b0965a9",
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b0965a9",
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#cdad256",
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#cdad256",
"@inquirer/prompts": "7.0.1",
"ansi-colors": "4.1.3",
"symbol-observable": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion uniqueId
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Nov 07 2024 22:37:58 GMT+0000 (Coordinated Universal Time)
Fri Nov 08 2024 09:49:35 GMT+0000 (Coordinated Universal Time)

0 comments on commit 605e217

Please sign in to comment.