Skip to content

Commit 68e9d19

Browse files
committed
Release v1.0.1
1 parent 272783c commit 68e9d19

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Change Log
22

3+
## [1.0.1] 2023-03-13
4+
### Changes
5+
6+
- Use CSS Minimized version
7+
38
## [1.0.0] 2023-03-13
49
### Changes
510

611
- Stable Version
712

8-
913
## [0.0.1] 2023-03-04
1014
### Changes
1115

templates/includes/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<!-- Font Awesome Icons -->
1212
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
1313
<!-- Nucleo Icons -->
14-
<link href="{% static 'assets/css/nucleo-icons.css' %}" rel="stylesheet" />
15-
<link href="{% static 'assets/css/nucleo-svg.css' %}" rel="stylesheet" />
14+
<link href="{% static 'assets/css/nucleo-icons.min.css' %}" rel="stylesheet" />
15+
<link href="{% static 'assets/css/nucleo-svg.min.css' %}" rel="stylesheet" />
1616
<!-- Popper -->
1717
<script src="https://unpkg.com/@popperjs/core@2"></script>
1818
<!-- Main Styling -->
19-
<link href="{% static 'assets/css/soft-ui-dashboard-tailwind.css' %}?v=1.0.4" rel="stylesheet" />
19+
<link href="{% static 'assets/css/soft-ui-dashboard-tailwind.min.css' %}?v=1.0.4" rel="stylesheet" />

0 commit comments

Comments
 (0)