v1.0.1-rc1 - Improvements

- UI: Jinja Template Black v1.0.1
- Codebase: Flask Dashboard v1.0.4
This commit is contained in:
App Generator
2021-02-10 11:50:44 +02:00
parent 0436e2843b
commit 3193449c86
3 changed files with 27 additions and 23 deletions

View File

@ -1,5 +1,10 @@
# Change Log # Change Log
## [1.0.1] 2021-02-10
### Improvements
- Bump UI: [Jinja Template Black](https://github.com/app-generator/jinja-black-dashboard) v1.0.1
- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard) v1.0.4
## [1.0.0] 2020-08-21 ## [1.0.0] 2020-08-21
### Initial Release ### Initial Release

View File

@ -9,7 +9,7 @@
> Free product - **Flask Dashboard** starter project - Features: > Free product - **Flask Dashboard** starter project - Features:
- UI Kit: **Black Dashboard** (Free Version) provided by **[Creative-Tim](https://www.creative-tim.com/)** - UI Kit: **Black Dashboard** (Free Version) provided by **[Creative-Tim](https://www.creative-tim.com/)**
- [Codebase](https://github.com/app-generator/boilerplate-code-flask-dashboard) - provided by **[AppSeed](https://appseed.us/)** - Flask Codebase - provided by **[AppSeed](https://appseed.us/)**
- SQLite, PostgreSQL, SQLAlchemy ORM - SQLite, PostgreSQL, SQLAlchemy ORM
- Alembic (DB schema migrations) - Alembic (DB schema migrations)
- Modular design with **Blueprints** - Modular design with **Blueprints**

View File

@ -1,22 +1,21 @@
{ {
"name": "argon-dashboard-flask", "name": "black-dashboard-flask",
"mastertemplate": "boilerplate-code-flask-dashboard", "mastertemplate": "boilerplate-code-flask-dashboard",
"version": "1.0.0", "version": "1.0.1",
"description": "Template project - Flask Boilerplate Code", "description": "Template project - Flask Boilerplate Code ",
"repository": { "scripts": {},
"type": "git", "repository": {
"url": "https://github.com/creativetimofficial/argon-dashboard-flask" "type": "git",
}, "url": "https://github.com/creativetimofficial/black-dashboard-flask"
"bugs": { },
"url": "https://github.com/creativetimofficial/argon-dashboard-flask/issues", "bugs": {
"email": "support@appseed.us" "url": "https://github.com/creativetimofficial/black-dashboard-flask/issues",
}, "email": "support@appseed.us"
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)", },
"engines": { "author": "Creative-Tim / AppSeed.us",
"node": ">=10.0.0" "engines": {
}, "node": ">=10.0.0"
"dependencies": { },
}, "dependencies": {},
"devDependencies": { "devDependencies": {}
}
} }