Skip to content

Commit f1b7aef

Browse files
committed
chore(release): ship v5.6.15 for Angular 21.1.5
1 parent 436f1a1 commit f1b7aef

File tree

6 files changed

+34
-7
lines changed

6 files changed

+34
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
---
44

5+
#### `5.6.15`
6+
7+
- refactor(chartjs): remove ngOnChanges and afterRenderEffect, use effects instead, cleanups
8+
- test(chartjs): add missing tests for input, event emissions, configuration etc
9+
- chore(dependencies): update to `Angular 21.1.5`
10+
- `@angular-devkit/schematics` @ "21.1.5" (was "21.1.4")
11+
- `@angular/build` @ "21.1.5" (was "21.1.4")
12+
- `@angular/cli` @ "21.1.5" (was "21.1.4")
13+
- `@angular/compiler-cli` @ "21.1.5" (was "21.1.4")
14+
- `@angular/language-service` @ "21.1.5" (was "21.1.4")
15+
- `@angular/animations` @ "21.1.5" (was "21.1.4")
16+
- `@angular/cdk` @ "21.1.5" (was "21.1.4")
17+
- `@angular/common` @ "21.1.5" (was "21.1.4")
18+
- `@angular/compiler` @ "21.1.5" (was "21.1.4")
19+
- `@angular/core` @ "21.1.5" (was "21.1.4")
20+
- `@angular/forms` @ "21.1.5" (was "21.1.4")
21+
- `@angular/localize` @ "21.1.5" (was "21.1.4")
22+
- `@angular/platform-browser` @ "21.1.5" (was "21.1.4")
23+
- `@angular/router` @ "21.1.5" (was "21.1.4")
24+
- `zone.js` @ "0.16.1" (was "0.16.0")
25+
- `jasmine-core` @ "6.1.0" (was "6.0.1")
26+
- `typescript-eslint` @ "8.56.1" (was "8.55.0")
27+
- chore(dependencies): patch `minimatch` vulnerability https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26 (including legacy versions) - npm audit false positive
28+
- ci(github): update node version to 24.x in workflows configuration files
29+
30+
---
31+
532
#### `5.6.13`
633

734
- refactor(modal): migrate to native CSS animations

package-lock.json

Lines changed: 2 additions & 2 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.13",
3+
"version": "5.6.15",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

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.13",
3+
"version": "5.6.15",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.6.13",
3+
"version": "5.6.15",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^21.1.0",
3030
"@angular/router": "^21.1.0",
3131
"@coreui/coreui": "^5.4.3",
32-
"@coreui/icons-angular": "~5.6.13",
32+
"@coreui/icons-angular": "~5.6.15",
3333
"rxjs": "^7.8.2"
3434
},
3535
"repository": {

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.13",
3+
"version": "5.6.15",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)