Skip to content

Commit d3ade6e

Browse files
committed
chore(release): ship v5.2.11
1 parent 56e8b79 commit d3ade6e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

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

3-
#### `5.2.8`
3+
#### `5.2.11`
44

55
- feat(schematics): ng-add basic integration
66
- 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": "5.2.8",
3+
"version": "5.2.11",
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.8",
3+
"version": "5.2.11",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.2.8",
3+
"version": "5.2.11",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^18.1.0",
3030
"@angular/router": "^18.1.0",
3131
"@coreui/coreui": "^5.1.0",
32-
"@coreui/icons-angular": "~5.2.8",
32+
"@coreui/icons-angular": "~5.2.11",
3333
"rxjs": "^7.8.1"
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.2.8",
3+
"version": "5.2.11",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)