Skip to content

Commit 453c3ea

Browse files
author
App Generator
committed
v1.0.1-rc1
- UI: Jinja Black Dashboard v1.0.1 - Codebase: Flask Dashboard v1.0.3
1 parent d14c1e0 commit 453c3ea

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
## [1.0.1] 2021-01-13
4+
### Improvements
5+
6+
- Bump UI: [Jinja Template Black](https://github.com/app-generator/jinja-black-dashboard) v1.0.1
7+
- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard) v1.0.3
8+
9+
## [1.0.0] 2020-02-07
10+
### Initial Release

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "flask-black-dashboard",
3+
"mastertemplate": "boilerplate-code-flask-dashboard",
4+
"version": "1.0.1",
5+
"description": "Template project - Flask Boilerplate Code",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/app-generator/flask-black-dashboard"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/app-generator/flask-black-dashboard/issues",
12+
"email": "support@appseed.us"
13+
},
14+
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)",
15+
"engines": {
16+
"node": ">=10.0.0"
17+
},
18+
"dependencies": {},
19+
"devDependencies": {}
20+
}

0 commit comments

Comments
 (0)