Skip to content

Commit 6c0b280

Browse files
author
App Generator
committed
Release v1.0.4 - UI Improvements
1 parent 4a181c5 commit 6c0b280

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.4] 2021-01-19
4+
### Improvements
5+
6+
- Migrate all UI kit pages to Jinja
7+
38
## [1.0.3] 2022-01-17
49
### Improvements
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
- `Up-to-date dependencies`
1010
- [SCSS compilation](#recompile-css) via **Gulp**
11-
- UI Kit: **Material Dashboard - v3.0.0** (Bootstrap 5 Version) by **Creative-Tim**
11+
- UI Kit: **Material Kit - v3.0.0** (Bootstrap 5 Version) by **Creative-Tim**
1212
- SQLite database, Flask-SQLAlchemy ORM
1313
- Session-Based auth flow (login, register)
1414
- `Deployment`: **Docker**, Gunicorn / Nginx, Heroku

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flask-material-kit",
33
"mastertemplate": "boilerplate-code-flask",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Template project - Flask Boilerplate Code",
66
"scripts": {},
77
"repository": {

0 commit comments

Comments
 (0)