Skip to content

Commit 6cd6101

Browse files
committed
chore(release): ship v5.5.25
1 parent c801f1d commit 6cd6101

File tree

6 files changed

+34
-16
lines changed

6 files changed

+34
-16
lines changed

CHANGELOG.md

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

33
---
44

5+
#### `5.5.25`
6+
7+
- fix(backdrop): modal backdrop not removed on zoneless - close #240 - thanks @anyplin
8+
- chore(dependencies): update to `Angular 20.3.14`
9+
- `@angular/compiler-cli` @ "20.3.14" (was "20.3.13")
10+
- `@angular/language-service` @ "20.3.14" (was "20.3.13")
11+
- `@angular/animations` @ "20.3.14" (was "20.3.13")
12+
- `@angular/common` @ "20.3.14" (was "20.3.13")
13+
- `@angular/compiler` @ "20.3.14" (was "20.3.13")
14+
- `@angular/core` @ "20.3.14" (was "20.3.13")
15+
- `@angular/forms` @ "20.3.14" (was "20.3.13")
16+
- `@angular/localize` @ "20.3.14" (was "20.3.13")
17+
- `@angular/platform-browser` @ "20.3.14" (was "20.3.13")
18+
- `@angular/platform-browser-dynamic` @ "20.3.14" (was "20.3.13")
19+
- `@angular/router` @ "20.3.14" (was "20.3.13")
20+
21+
---
22+
523
#### `5.5.24`
624

725
- refactor(modal): visible signal, cleanup

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

projects/coreui-angular-chartjs/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-chartjs",
3-
"version": "5.5.24",
3+
"version": "5.5.25",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/coreui/coreui-angular/issues"
2626
},
2727
"peerDependencies": {
28-
"@angular/core": "^20.3.0",
28+
"@angular/core": "^20.3.14",
2929
"@coreui/chartjs": "^4.1.0",
3030
"chart.js": "^4.5.0"
3131
},

projects/coreui-angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.5.24",
3+
"version": "5.5.25",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -23,13 +23,13 @@
2323
},
2424
"sideEffects": false,
2525
"peerDependencies": {
26-
"@angular/animations": "^20.3.0",
27-
"@angular/cdk": "^20.2.12",
28-
"@angular/common": "^20.3.0",
29-
"@angular/core": "^20.3.0",
30-
"@angular/router": "^20.3.0",
26+
"@angular/animations": "^20.3.14",
27+
"@angular/cdk": "^20.2.14",
28+
"@angular/common": "^20.3.14",
29+
"@angular/core": "^20.3.14",
30+
"@angular/router": "^20.3.14",
3131
"@coreui/coreui": "^5.4.3",
32-
"@coreui/icons-angular": "~5.5.24",
32+
"@coreui/icons-angular": "~5.5.25",
3333
"rxjs": "^7.8.2"
3434
},
3535
"repository": {

projects/coreui-icons-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.5.24",
3+
"version": "5.5.25",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -25,9 +25,9 @@
2525
"url": "https://github.com/coreui/coreui-angular/issues"
2626
},
2727
"peerDependencies": {
28-
"@angular/common": "^20.3.0",
29-
"@angular/core": "^20.3.0",
30-
"@angular/platform-browser": "^20.3.0"
28+
"@angular/common": "^20.3.14",
29+
"@angular/core": "^20.3.14",
30+
"@angular/platform-browser": "^20.3.14"
3131
},
3232
"dependencies": {
3333
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)