Skip to content

Commit

Permalink
chore: ship v4.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Aug 2, 2023
1 parent 6bd2603 commit 9c90ef8
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 271 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### [@coreui/angular](https://coreui.io/angular/) changelog

#### `4.5.11`

- chore(dependencies): update

#### `4.5.10`

- refactor: @Input() transform option of @angular/core@16.1 instead of @angular/cdk coerce functions (partial)
Expand Down
567 changes: 302 additions & 265 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "4.5.10",
"version": "4.5.11",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular-chartjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
[npm-badge-next]: https://img.shields.io/npm/v/@coreui/angular-chartjs/next?style=flat-square&color=red
[npm]: https://www.npmjs.com/package/@coreui/angular-chartjs
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular-chartjs.svg?style=flat-square
[angular-badge]: https://img.shields.io/badge/angular-^16.0.0-lightgrey.svg?style=flat-square&logo=angular
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular

##### install:

Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular-chartjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular-chartjs",
"version": "4.5.10",
"version": "4.5.11",
"description": "Angular wrapper component for Chart.js",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "4.5.10",
"version": "4.5.11",
"description": "CoreUI for Angular UI components library",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-icons-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[coreui]: https://coreui.io/icons
[coreui-angular-icons-npm]: https://www.npmjs.com/package/@coreui/icons-angular
[npm-coreui-icons-angular-next]: https://img.shields.io/npm/v/@coreui/icons-angular/next.png?style=flat-square&color=red
[angular-badge]: https://img.shields.io/badge/angular-^16.0.0-lightgrey.svg?style=flat-square&logo=angular
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular

## `cIcon` directive

Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-icons-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/icons-angular",
"version": "4.5.10",
"version": "4.5.11",
"description": "CoreUI Icons Angular component and service",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down

0 comments on commit 9c90ef8

Please sign in to comment.