Skip to content

Commit d8b8dbe

Browse files
committed
chore(release): ship v5.6.8 for Angular 21.1
1 parent d3875d1 commit d8b8dbe

File tree

14 files changed

+29
-22
lines changed

14 files changed

+29
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
#### `5.6.8`
6+
7+
- fix(tooltip): tooltip trigger failure on quick double-entry mouse hover movements
8+
- fix(popover): popover trigger failure on quick double-entry mouse hover movements
9+
10+
---
11+
512
#### `5.6.7`
613

714
- chore(dependencies): update to `Angular 21.1`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2026 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
229229

230230
## Copyright and license
231231

232-
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
232+
Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
233233

234234
[npm-coreui-angular-badge-v5-ng21]: https://img.shields.io/npm/v/@coreui/angular/v5-ng21?style=flat-square&color=brightgreen
235235
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.6.7",
3+
"version": "5.6.8",
44
"description": "CoreUI Components Library for Angular",
5-
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
5+
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
77
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
88
"scripts": {

projects/coreui-angular-chartjs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2026 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

projects/coreui-angular-chartjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
200200
201201
## Copyright and license
202202
203-
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
203+
Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

projects/coreui-angular-chartjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.6.7",
3+
"version": "5.6.8",
44
"description": "Angular wrapper component for Chart.js",
5-
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
5+
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
77
"homepage": "https://coreui.io/angular",
88
"author": {

projects/coreui-angular/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2026 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

projects/coreui-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
229229

230230
## Copyright and license
231231

232-
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
232+
Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
233233

234234
[npm-coreui-angular-badge-v5-ng21]: https://img.shields.io/npm/v/@coreui/angular/v5-ng21?style=flat-square&color=brightgreen
235235
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen

0 commit comments

Comments
 (0)