Skip to content

Commit cadacd7

Browse files
committed
chore(release): ship v5.6.25 for Angular 21.2.17
1 parent 1f219b4 commit cadacd7

6 files changed

Lines changed: 39 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

3+
---
4+
#### `5.6.25`
5+
6+
- fix(Icon): escape title to prevent XSS via bypassSecurityTrustHtml
7+
- chore: add Dependabot config
8+
- docs: add SECURITY.md
9+
- docs: update CoreUI Icons URL to coreui.io/icons
10+
- chore(dependencies): update to `Angular 21.2.17`
11+
- `@angular-devkit/schematics` @ "21.2.18" (was "21.2.12")
12+
- `@angular/build` @ "21.2.18" (was "21.2.12")
13+
- `@angular/cli` @ "21.2.18" (was "21.2.12")
14+
- `@angular/compiler-cli` @ "21.2.17" (was "21.2.14")
15+
- `@angular/language-service` @ "21.2.17" (was "21.2.14")
16+
- `@angular/animations` @ "21.2.17" (was "21.2.14")
17+
- `@angular/cdk` @ "21.2.14" (was "21.2.12")
18+
- `@angular/common` @ "21.2.17" (was "21.2.14")
19+
- `@angular/compiler` @ "21.2.17" (was "21.2.14")
20+
- `@angular/core` @ "21.2.17" (was "21.2.14")
21+
- `@angular/forms` @ "21.2.17" (was "21.2.14")
22+
- `@angular/localize` @ "21.2.17" (was "21.2.14")
23+
- `@angular/platform-browser` @ "21.2.17" (was "21.2.14")
24+
- `@angular/router` @ "21.2.17" (was "21.2.14")
25+
- `@types/node` @ "24.13.2" (was "24.12.4")
26+
- `eslint` @ "10.6.0" (was "10.4.0")
27+
- `jasmine-core` @ "6.3.0" (was "6.2.0")
28+
- `native-copyfiles` @ "2.0.3" (was "2.0.1")
29+
- `ng-packagr` @ "21.2.5" (was "21.2.3")
30+
- `prettier` @ "3.9.4" (was "3.8.3")
31+
- `typescript-eslint` @ "8.62.1" (was "8.59.4")
32+
333
---
434
#### `5.6.24`
535

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.6.24",
3+
"version": "5.6.25",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"test:lib:cov": "ng test --watch --code-coverage coreui-angular ",
1515
"test:lib:prod": "ng test coreui-angular --watch=false --karma-config=projects/coreui-angular/karma.conf.github.js",
1616
"prepublish:lib": "npm run prepublish:icons && ng lint coreui-angular && ng test coreui-angular --watch=false && npm run build:lib:prod",
17-
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag next --dry-run",
17+
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag v5-ng21 --dry-run",
1818
"lint:lib": "ng lint coreui-angular",
1919
"link:lib": "cd dist/coreui-angular/ && npm link",
2020
"chartjs": "ng",
@@ -24,7 +24,7 @@
2424
"test:chartjs:dev": "ng test coreui-angular-chartjs",
2525
"test:chartjs:prod": "ng test coreui-angular-chartjs --watch=false --karma-config=projects/coreui-angular-chartjs/karma.conf.github.js",
2626
"prepublish:chartjs": "ng lint coreui-angular-chartjs && ng test coreui-angular-chartjs --watch=false && npm run build:chartjs:prod",
27-
"publish:chartjs": "cd dist/coreui-angular-chartjs/ && npm publish --tag next --dry-run",
27+
"publish:chartjs": "cd dist/coreui-angular-chartjs/ && npm publish --tag v5-ng21 --dry-run",
2828
"lint:chartjs": "ng lint coreui-angular-chartjs",
2929
"link:chartjs": "cd dist/coreui-angular-chartjs/ && npm link",
3030
"icons": "ng",
@@ -34,7 +34,7 @@
3434
"test:icons:dev": "ng test coreui-icons-angular",
3535
"test:icons:prod": "ng test coreui-icons-angular --watch=false --karma-config=projects/coreui-icons-angular/karma.conf.github.js",
3636
"prepublish:icons": "ng lint coreui-icons-angular && ng test coreui-icons-angular --watch=false && npm run build:icons:prod",
37-
"publish:icons": "cd dist/coreui-icons-angular/ && npm publish --tag next --dry-run",
37+
"publish:icons": "cd dist/coreui-icons-angular/ && npm publish --tag v5-ng21 --dry-run",
3838
"lint:icons": "ng lint coreui-icons-angular",
3939
"link:icons": "cd dist/coreui-icons-angular/ && npm link"
4040
},

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.24",
3+
"version": "5.6.25",
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: 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.24",
3+
"version": "5.6.25",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

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

0 commit comments

Comments
 (0)