Skip to content

Commit 84c820a

Browse files
committed
chore: ship v4.4.1
1 parent 14c907f commit 84c820a

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

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

3+
#### `4.4.1`
4+
5+
- fix(alert): typo in template
6+
- refactor(html-attr): cleanup
7+
- refactor(icon, icon-set): cleanup
8+
39
#### `4.4.0`
410

511
- chore: dependencies update

package-lock.json

+2-2
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": "4.4.0",
3+
"version": "4.4.1",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2023 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": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2023 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": "4.4.0",
3+
"version": "4.4.1",
44
"description": "CoreUI for Angular UI components library",
55
"copyright": "Copyright 2023 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": "4.4.0",
3+
"version": "4.4.1",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)