Skip to content

Commit 26497a8

Browse files
author
App Generator
committed
v1.0.1-rc1
- Bump UI: Pixel Lite v3.1.2 - Codebase: v1.0.3
1 parent 2f94b9c commit 26497a8

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-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] 2020-01-12
4+
### Improvements
5+
6+
- Bump UI: [Pixel Lite](https://github.com/themesberg/pixel-bootstrap-ui-kit) v3.1.2
7+
- Codebase: [Flask Boilerplate](https://github.com/app-generator/boilerplate-code-flask) v1.0.3
8+
9+
## [1.0.0] 2020-02-07
10+
### Initial Release

package.json

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

0 commit comments

Comments
 (0)