-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump UI: Pixel Lite v3.1.2 - Codebase: v1.0.3
- Loading branch information
App Generator
committed
Jan 12, 2021
1 parent
2f94b9c
commit 26497a8
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
## [1.0.1] 2020-01-12 | ||
### Improvements | ||
|
||
- Bump UI: [Pixel Lite](https://github.com/themesberg/pixel-bootstrap-ui-kit) v3.1.2 | ||
- Codebase: [Flask Boilerplate](https://github.com/app-generator/boilerplate-code-flask) v1.0.3 | ||
|
||
## [1.0.0] 2020-02-07 | ||
### Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "flask-pixel-bootstrap-uikit", | ||
"mastertemplate": "boilerplate-code-flask", | ||
"version": "1.0.1", | ||
"description": "Template project - Flask Boilerplate Code", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/app-generator/flask-pixel-bootstrap-uikit" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/app-generator/flask-pixel-bootstrap-uikit/issues", | ||
"email": "support@appseed.us" | ||
}, | ||
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
} |