Skip to content

Commit

Permalink
chore(release): ship v5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 30, 2024
1 parent 1fe7873 commit 1f28686
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 72 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
### [@coreui/angular](https://coreui.io/angular/) changelog


---

#### `5.3.7`

- fix(collapse): collapse not expanded when initial visible=true
- fix(offcanvas): use `inert` attribute instead of `aria-hidden`
- chore(dependencies): update

---

#### `5.3.5`
Expand Down
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "5.3.5",
"version": "5.3.7",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down Expand Up @@ -79,7 +79,7 @@
"ng-packagr": "^19.0.1",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"typescript-eslint": "^8.18.1"
"typescript-eslint": "^8.18.2"
},
"keywords": [
"angular",
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": "5.3.5",
"version": "5.3.7",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down

0 comments on commit 1f28686

Please sign in to comment.