Skip to content

Commit cc19ee7

Browse files
committed
chore(changelog): fix
1 parent 81a7887 commit cc19ee7

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

CHANGELOG.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,34 @@
44

55
#### `5.6.0`
66

7-
- - chore(dependencies): update to `Angular 21`
8-
- `@angular/build` @ "21.0.2" (was "20.3.12")
9-
- `@angular/cli` @ "21.0.2" (was "20.3.12")
10-
- `@angular/compiler-cli` @ "21.0.3" (was "20.3.14")
11-
- `@angular/animations` @ "21.0.3" (was "20.3.14")
12-
- `@angular/cdk` @ "21.0.2" (was "20.2.14")
13-
- `@angular/common` @ "21.0.3" (was "20.3.14")
14-
- `@angular/compiler` @ "21.0.3" (was "20.3.14")
15-
- `@angular/core` @ "21.0.3" (was "20.3.14")
16-
- `@angular/forms` @ "21.0.3" (was "20.3.14")
17-
- `@angular/language-service` @ "21.0.3" (was "20.3.14")
18-
- `@angular/localize` @ "21.0.3" (was "20.3.14")
19-
- `@angular/platform-browser` @ "21.0.3" (was "20.3.14")
20-
- `@angular/platform-browser-dynamic` @ "21.0.3" (was "20.3.14")
21-
- `@angular/router` @ "21.0.3" (was "20.3.14")
22-
- `@coreui/angular` @ "5.6.0" (was "5.5.24")
23-
- `@coreui/angular-chartjs` @ "5.6.0" (was "5.5.24")
24-
- `@coreui/icons-angular` @ "5.6.0" (was "5.5.24")
25-
- `@types/node` @ "24.10.2" (was "22.19.1")
26-
- `jasmine-core` @ "5.13.0" (was "5.12.1")
27-
- `zone.js` @ "0.16.0" (was "0.15.1")
7+
- chore(dependencies): update to `Angular 21`
8+
- `@angular/build` @ "21.0.2" (was "20.3.12")
9+
- `@angular/cli` @ "21.0.2" (was "20.3.12")
10+
- `@angular/compiler-cli` @ "21.0.3" (was "20.3.14")
11+
- `@angular/animations` @ "21.0.3" (was "20.3.14")
12+
- `@angular/cdk` @ "21.0.2" (was "20.2.14")
13+
- `@angular/common` @ "21.0.3" (was "20.3.14")
14+
- `@angular/compiler` @ "21.0.3" (was "20.3.14")
15+
- `@angular/core` @ "21.0.3" (was "20.3.14")
16+
- `@angular/forms` @ "21.0.3" (was "20.3.14")
17+
- `@angular/language-service` @ "21.0.3" (was "20.3.14")
18+
- `@angular/localize` @ "21.0.3" (was "20.3.14")
19+
- `@angular/platform-browser` @ "21.0.3" (was "20.3.14")
20+
- `@angular/platform-browser-dynamic` @ "21.0.3" (was "20.3.14")
21+
- `@angular/router` @ "21.0.3" (was "20.3.14")
22+
- `@coreui/angular` @ "5.6.0" (was "5.5.24")
23+
- `@coreui/angular-chartjs` @ "5.6.0" (was "5.5.24")
24+
- `@coreui/icons-angular` @ "5.6.0" (was "5.5.24")
25+
- `@types/node` @ "24.10.2" (was "22.19.1")
26+
- `jasmine-core` @ "5.13.0" (was "5.12.1")
27+
- `zone.js` @ "0.16.0" (was "0.15.1")
2828
- refactor(breadcrumbs): signal for breadcrumb items
2929
- refactor: remove to zone.js polyfill from prod build
3030
- refactor(app.config): remove `importProvidersFrom(SidebarModule, DropdownModule)`
3131
- refactor: migration from `NgClass` to `class` bindings
3232
- refactor: migration from `NgStyle` to `style` bindings
33+
- fix(colors): colorClasses as Record
34+
- refactor(progress): signals for value and variant prop
3335

3436
---
3537

0 commit comments

Comments
 (0)