Skip to content

Commit 2ea8b8c

Browse files
author
App Generator
committed
v1.0.1-rc1
- UI: Pixel Lite v3.1.2 Codebase: Django Boilerplate v1.0.4
1 parent a0b71b3 commit 2ea8b8c

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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: [Django Boilerplate](https://github.com/app-generator/boilerplate-code-django) v1.0.4
8+
9+
## [1.0.0] 2020-09-20
10+
### Initial Release
11+

package.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "django-pixel-bootstrap-uikit",
3+
"mastertemplate": "boilerplate-code-django",
4+
"version": "1.0.1",
5+
"description": "Template project - Django Boilerplate Code",
6+
"scripts": {},
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/app-generator/django-pixel-bootstrap-uikit"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/app-generator/django-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)