Skip to content

Commit 1f28686

Browse files
committed
chore(release): ship v5.3.7
1 parent 1fe7873 commit 1f28686

File tree

4 files changed

+80
-72
lines changed

4 files changed

+80
-72
lines changed

CHANGELOG.md

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

33

4+
---
5+
6+
#### `5.3.7`
7+
8+
- fix(collapse): collapse not expanded when initial visible=true
9+
- fix(offcanvas): use `inert` attribute instead of `aria-hidden`
10+
- chore(dependencies): update
11+
412
---
513

614
#### `5.3.5`

package-lock.json

+69-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.3.5",
3+
"version": "5.3.7",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -79,7 +79,7 @@
7979
"ng-packagr": "^19.0.1",
8080
"prettier": "^3.4.2",
8181
"typescript": "~5.6.3",
82-
"typescript-eslint": "^8.18.1"
82+
"typescript-eslint": "^8.18.2"
8383
},
8484
"keywords": [
8585
"angular",

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": "5.3.5",
3+
"version": "5.3.7",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)