Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9cc821

Browse files
committedFeb 20, 2025·
chore(release): ship v5.4.1
1 parent ef0b143 commit d9cc821

File tree

6 files changed

+137
-131
lines changed

6 files changed

+137
-131
lines changed
 

‎CHANGELOG.md

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

33

4+
---
5+
6+
#### `5.4.1`
7+
8+
- chore(dependencies): update
9+
410
---
511

612
#### `5.4.0`

‎package-lock.json

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

‎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-dev",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -103,7 +103,7 @@
103103
"url": "git+https://github.com/coreui/coreui-angular.git"
104104
},
105105
"config": {
106-
"version_short": "5.3"
106+
"version_short": "5.4"
107107
},
108108
"engines": {
109109
"node": "^20.11.1 || ^22.0.0",

‎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.4.0",
3+
"version": "5.4.1",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 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.4.0",
3+
"version": "5.4.1",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 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.4.0",
3+
"version": "5.4.1",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.