Skip to content

Commit 1532529

Browse files
author
App Generator
committed
v1.0.1-rc1 - Bump UI & Codebase
- UI: Jinja Argon v1.0.1 - Codebase: Flask Dashboard v1.0.3
1 parent 5a87a85 commit 1532529

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
# Change Log
22

3-
## Unreleased
4-
### Improvements
3+
## [1.0.1] 2021-01-13
4+
### Improvements
55

6-
- 2020-09-11 - Improvements
7-
- Codebase & UI Update
8-
9-
- 2020-08-20 - Added get_segment() helper that detects the current page
10-
11-
- 2020-08-20 - Added get_segment() helper that detects the current page
12-
- Updated files(s): app/home/routes.py
13-
14-
- 2020-06-22 - Guard Flask links with quotes
15-
- Sample href="{{ url_for('base_blueprint.login') }}"
16-
- Impacted files: login.html, register.html, sidebar.html
17-
18-
- 2020-06-22 - Added HEROKU support. Impacted files:
19-
- runtime.txt - Bump the Python version to 3.6.10
20-
- README added new section for HEROKU deployment
21-
22-
- 2020-05-30 - Improvements & Bug Fixes
23-
- Patch #Bug - Return a 403 Error for unauthorized access
24-
- Update Licensing information
25-
- Add CHANGELOG.md to track all changes
6+
- Bump UI: [Jinja Template Argon](https://github.com/app-generator/jinja-argon-dashboard) v1.0.1
7+
- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard) v1.0.3
268

279
## [1.0.0] 2020-02-07
2810
### 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-boilerplate-dashboard-argon",
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-boilerplate-dashboard-argon"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/app-generator/flask-boilerplate-dashboard-argon/issues",
12+
"email": "[email protected]"
13+
},
14+
"author": "AppSeed App Generator <[email protected]> (https://appseed.us)",
15+
"engines": {
16+
"node": ">=10.0.0"
17+
},
18+
"dependencies": {},
19+
"devDependencies": {}
20+
}

0 commit comments

Comments
 (0)