Skip to content

Commit 9ee76df

Browse files
committedFeb 4, 2025·
chore(release): ship v5.3.9
·
5.5.55.3.9
1 parent bd18c53 commit 9ee76df

File tree

6 files changed

+215
-212
lines changed

6 files changed

+215
-212
lines changed
 

‎CHANGELOG.md

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

66
#### `5.3.9`
77

8+
- chore(dependencies): update
89
- fix(accordion): accordion item not expanded when visible=true on init (regression)
910
- refactor(alert): signal inputs, host bindings, cleanup, tests
1011
- refactor(breadcrumb): signal inputs, host bindings, cleanup, tests
@@ -14,6 +15,7 @@
1415
- refactor(offcanvas): signal inputs, host bindings, cleanup, tests
1516
- refactor(pagination): signal inputs, host bindings, cleanup, tests
1617
- refactor(carousel): signal inputs, host bindings, cleanup, tests
18+
- feat(carousel-indicators): allow custom content via TemplateId directive, refactor
1719
- test(accordion): coverage
1820
- test(backdrop): coverage
1921
- test(card-img): coverage

‎package-lock.json

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

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular-chartjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-icons-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.