Skip to content

Commit 2988596

Browse files
committed
chore(release): ship v5.4.1
1 parent 200d6b6 commit 2988596

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
#### `5.4.1`
6+
7+
- chore(dependencies): version bump for tilde `~` dependencies for @coreui/* to avoid Sass modules mismatch
8+
9+
---
10+
511
#### `5.4.0`
612

713
- **refactor(styles): migrate to Sass modules, cleanup**

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "coreui-free-angular-admin-template",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",
77
"homepage": "https://coreui.io/angular",
88
"config": {
99
"theme": "default",
10-
"coreui_library_short_version": "5.3",
10+
"coreui_library_short_version": "5.4",
1111
"coreui_library_docs_url": "https://coreui.io/angular/docs/"
1212
},
1313
"scripts": {

Diff for: src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Angular 19.1 Free Admin Template
4-
* @version v5.4.0
4+
* @version v5.4.1
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2025 creativeLabs Łukasz Holeczek
77
* License: MIT

0 commit comments

Comments
 (0)