Skip to content

Commit 54be221

Browse files
committedAug 23, 2024·
chore(release): ship v5.2.15
1 parent f62d429 commit 54be221

File tree

6 files changed

+278
-259
lines changed

6 files changed

+278
-259
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
---
44

5+
#### `5.2.15`
6+
7+
- refactor(button): input signals, host bindings
8+
- refactor(button-close): input signals, host bindings
9+
- refactor(avatar): host bindings
10+
- refactor(badge): host bindings
11+
- chore(dependencies): update to Angular `18.2.1`
12+
- chore(dependencies): update to typescript-eslint `~8.2.0`
13+
14+
---
15+
516
#### `5.2.14`
617

718
- chore(dependencies): update to Angular `18.2`

‎package-lock.json

+263-255
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.2.14",
3+
"version": "5.2.15",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 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.2.14",
3+
"version": "5.2.15",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/package.json

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.