v1.0.1-rc1 - Improvements
- UI: Jinja Template Black v1.0.1 - Codebase: Flask Dashboard v1.0.4
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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**
|
||||||
|
|||||||
17
package.json
17
package.json
@ -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 ",
|
||||||
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/creativetimofficial/argon-dashboard-flask"
|
"url": "https://github.com/creativetimofficial/black-dashboard-flask"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/creativetimofficial/argon-dashboard-flask/issues",
|
"url": "https://github.com/creativetimofficial/black-dashboard-flask/issues",
|
||||||
"email": "support@appseed.us"
|
"email": "support@appseed.us"
|
||||||
},
|
},
|
||||||
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)",
|
"author": "Creative-Tim / AppSeed.us",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
},
|
"devDependencies": {}
|
||||||
"devDependencies": {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user