Skip to content

Commit 4d9309d

Browse files
committed
chore(release): ship v5.6.17 for Angular 21.2.0
1 parent e5a1503 commit 4d9309d

File tree

10 files changed

+627
-618
lines changed

10 files changed

+627
-618
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,35 @@
22

33
---
44

5+
#### `5.6.17`
6+
7+
- chore(dependencies): update to `Angular 21.2.0`
8+
- `@angular-devkit/schematics` @ "21.2.0" (was "21.1.5")
9+
- `@angular/build` @ "21.2.0" (was "21.1.5")
10+
- `@angular/cli` @ "21.2.0" (was "21.1.5")
11+
- `@angular/compiler-cli` @ "21.2.0" (was "21.1.5")
12+
- `@angular/language-service` @ "21.2.0" (was "21.1.5")
13+
- `@angular/animations` @ "21.2.0" (was "21.1.5")
14+
- `@angular/cdk` @ "21.2.0" (was "21.1.5")
15+
- `@angular/common` @ "21.2.0" (was "21.1.5")
16+
- `@angular/compiler` @ "21.2.0" (was "21.1.5")
17+
- `@angular/core` @ "21.2.0" (was "21.1.5")
18+
- `@angular/forms` @ "21.2.0" (was "21.1.5")
19+
- `@angular/localize` @ "21.2.0" (was "21.1.5")
20+
- `@angular/platform-browser` @ "21.2.0" (was "21.1.5")
21+
- `@angular/router` @ "21.2.0" (was "21.1.5")
22+
- `ng-packagr` @ "21.2.0" (was "21.1.0")
23+
- `@types/node` @ "24.10.15" (was "24.10.13")
24+
- fix(chartjs.component): side chart animation issue, rollback to afterRenderEffect
25+
26+
---
27+
528
#### `5.6.16`
629

730
- fix(chartjs.component): TypeError: Cannot read properties of null (reading 'ownerDocument')
831
- chore(dependencies): update eslint to 9.39.3
932
- ci(github): update actions/checkout and actions/setup-node to v6
1033

11-
1234
---
1335

1436
#### `5.6.15`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT Licen
236236
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
237237
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
238238
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
239-
[angular-badge]: https://img.shields.io/badge/angular-^21.1.0-lightgrey.svg?style=flat-square&logo=angular
239+
[angular-badge]: https://img.shields.io/badge/angular-^21.2.0-lightgrey.svg?style=flat-square&logo=angular

package-lock.json

Lines changed: 596 additions & 609 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.6.16",
3+
"version": "5.6.17",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular-chartjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Featured CoreUI for Angular libraries:
4646
[npm-badge-next]: https://img.shields.io/npm/v/@coreui/angular-chartjs/next?style=flat-square&color=red
4747
[npm]: https://www.npmjs.com/package/@coreui/angular-chartjs
4848
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular-chartjs.svg?style=flat-square
49-
[angular-badge]: https://img.shields.io/badge/angular-^21.1.0-lightgrey.svg?style=flat-square&logo=angular
49+
[angular-badge]: https://img.shields.io/badge/angular-^21.2.0-lightgrey.svg?style=flat-square&logo=angular
5050

5151
##### install:
5252

projects/coreui-angular-chartjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.6.16",
3+
"version": "5.6.17",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT Licen
236236
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
237237
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
238238
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
239-
[angular-badge]: https://img.shields.io/badge/angular-^21.1.0-lightgrey.svg?style=flat-square&logo=angular
239+
[angular-badge]: https://img.shields.io/badge/angular-^21.2.0-lightgrey.svg?style=flat-square&logo=angular

projects/coreui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.6.16",
3+
"version": "5.6.17",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-icons-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Featured CoreUI for Angular libraries:
5151
[npm-coreui-icons-angular-v5-ng21]: https://img.shields.io/npm/v/@coreui/icons-angular/v5-ng21?style=flat-square&color=brightgreen
5252
[npm-coreui-icons-angular-latest]: https://img.shields.io/npm/v/@coreui/icons-angular/latest?style=flat-square&color=brightgreen
5353
[npm-coreui-icons-angular-next]: https://img.shields.io/npm/v/@coreui/icons-angular/next?style=flat-square&color=red
54-
[angular-badge]: https://img.shields.io/badge/angular-^21.1.0-lightgrey.svg?style=flat-square&logo=angular
54+
[angular-badge]: https://img.shields.io/badge/angular-^21.2.0-lightgrey.svg?style=flat-square&logo=angular
5555

5656
## `cIcon` directive
5757

projects/coreui-icons-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.6.16",
3+
"version": "5.6.17",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)