Skip to content

Commit

Permalink
chore(release): ship v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 3, 2024
1 parent cc1227c commit dc3cbc7
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 59 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
### [coreui-free-angular-admin-template](https://coreui.io/angular/) changelog


---

#### `5.3.3`

- chore(dependencies): update
- chore(workflows): update node-version to 22.x

---

#### `5.3.2`
Expand Down
114 changes: 60 additions & 54 deletions package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-free-angular-admin-template",
"version": "5.3.2",
"version": "5.3.3",
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",
Expand Down Expand Up @@ -62,5 +62,12 @@
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0",
"npm": ">= 9"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-angular-admin-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-free-angular-admin-template.git"
}
}
5 changes: 2 additions & 3 deletions src/app/views/base/accordion/accordions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
<span [innerHTML]="getAccordionBodyText('first')"></span>
</ng-template>
</c-accordion-item>
<c-accordion-item [visible]="false">
<c-accordion-item>
<ng-template cTemplateId="accordionHeader">
Accordion item #1
</ng-template>
<ng-template cTemplateId="accordionBody">
<span [innerHTML]="getAccordionBodyText('second')"></span>
</ng-template>
</c-accordion-item>
<c-accordion-item [visible]="false">
<c-accordion-item>
<ng-template cTemplateId="accordionHeader">
Accordion item #2
</ng-template>
Expand Down Expand Up @@ -118,7 +118,6 @@
</ng-template>
</c-accordion-item>
}

</c-accordion>
</app-docs-example>
</c-card-body>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Angular 19 Free Admin Template
* @version v5.3.2
* @version v5.3.3
* @link https://coreui.io/angular/
* Copyright (c) 2017-2024 creativeLabs Łukasz Holeczek
* License: MIT
Expand Down

0 comments on commit dc3cbc7

Please sign in to comment.