From 37dd87d8514c4a301981aa1da7c6ca38d7b87a3f Mon Sep 17 00:00:00 2001 From: App Generator Date: Wed, 10 Feb 2021 11:50:44 +0200 Subject: [PATCH] v1.0.1-rc1 - Improvements - UI: Jinja Template Black v1.0.1 - Codebase: Flask Dashboard v1.0.4 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- package.json | 41 ++++++++++++++++++++--------------------- 3 files changed, 27 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf3a63..2f28ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - diff --git a/README.md b/README.md index e386c39..8f78021 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/package.json b/package.json index 3c3a719..772999c 100644 --- a/package.json +++ b/package.json @@ -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 (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": {} +} \ No newline at end of file