Skip to content

Commit 7007b11

Browse files
committed
chore(release): ship v5.5.1
1 parent aa683f3 commit 7007b11

File tree

6 files changed

+78
-76
lines changed

6 files changed

+78
-76
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#### `5.5.1`
66

77
- fix(progress): TS2540: Cannot assign to `value` because it is a read-only property - conflicting on directive composition with ProgressBarDirective
8+
- chore(dependencies): update
89

910
---
1011

package-lock.json

Lines changed: 71 additions & 70 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.0",
3+
"version": "5.5.1",
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.0",
3+
"version": "5.5.1",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"peerDependencies": {
2828
"@angular/core": "^20.0.3",
2929
"@coreui/chartjs": "^4.1.0",
30-
"chart.js": "^4.4.9"
30+
"chart.js": "^4.4.8"
3131
},
3232
"dependencies": {
3333
"lodash-es": "^4.17.21",

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.5.0",
3+
"version": "5.5.1",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^20.0.3",
3030
"@angular/router": "^20.0.3",
3131
"@coreui/coreui": "~5.4.0",
32-
"@coreui/icons-angular": "~5.5.0",
32+
"@coreui/icons-angular": "~5.5.1",
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.5.0",
3+
"version": "5.5.1",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)