Skip to content

Commit 05bb711

Browse files
committedMar 13, 2025·
chore(release): ship v5.4.5
1 parent 7c30a4e commit 05bb711

File tree

6 files changed

+679
-1022
lines changed

6 files changed

+679
-1022
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

33

4+
---
5+
6+
#### `5.4.5`
7+
8+
- chore(dependencies): update
9+
- refactor(coreui.types): add BooleanInput and NumberInput types
10+
411
---
512

613
#### `5.4.3`

‎package-lock.json

+666-1,016
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.4.3",
3+
"version": "5.4.5",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.4.3",
3+
"version": "5.4.5",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.4.3",
3+
"version": "5.4.5",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -24,12 +24,12 @@
2424
"sideEffects": false,
2525
"peerDependencies": {
2626
"@angular/animations": "^19.2.0",
27-
"@angular/cdk": "^19.2.1",
27+
"@angular/cdk": "^19.2.0",
2828
"@angular/common": "^19.2.0",
2929
"@angular/core": "^19.2.0",
3030
"@angular/router": "^19.2.0",
3131
"@coreui/coreui": "~5.3.1",
32-
"@coreui/icons-angular": "~5.4.3",
32+
"@coreui/icons-angular": "~5.4.5",
3333
"rxjs": "^7.8.2"
3434
},
3535
"repository": {

‎projects/coreui-icons-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.4.3",
3+
"version": "5.4.5",
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.