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
## [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
### Initial Release

View File

@ -9,7 +9,7 @@
> Free product - **Flask Dashboard** starter project - Features:
- 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
- Alembic (DB schema migrations)
- Modular design with **Blueprints**

View File

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