Skip to content

Commit

Permalink
v1.0.1-rc1 - Bump UI & Codebase
Browse files Browse the repository at this point in the history
- UI: Jinja Template Black v1.0.1
- Codebase: Django Dashboard v1.0.4
  • Loading branch information
App Generator committed Feb 10, 2021
1 parent d8b8911 commit 0a9affa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.0.1] 2021-02-10
### Improvements

- Bump UI: [Jinja Template Black](https://github.com/app-generator/jinja-black-dashboard) v1.0.1
- Bump Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4

## [1.0.0] 2020-07-29
### Initial Release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
> Free product - **Django Dashboard** starter project - Features:
- UI Kit: **Black Dashboard** (Free Version) provided by **[Creative-Tim](https://www.creative-tim.com/)**
- [Codebase](https://github.com/app-generator/boilerplate-code-django-dashboard) version v1.0.2 - provided by **[AppSeed](https://appseed.us/)**
- Django Codebase - provided by **[AppSeed](https://appseed.us/)**
- UI-Ready app, SQLite Database, Django Native ORM
- Modular design, clean code-base
- Session-Based Authentication, Forms validation
Expand Down
48 changes: 20 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
{
"name": "black-dashboard-django",
"version": "1.0.0",
"description": "A simple UI-Ready Django boilerplate.",
"scripts": {
"lint": "eslint ."
},
"engines": {
"node": "8.11.3"
},
"devDependencies": {
"eslint": "5.0.0",
"eslint-config-google": "0.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/app-generator/django-dashboard-black"
},
"keywords": [
"django",
"admin-panel",
"open-source"
],
"author": "AppSeed.us",
"contributors": [
"AppSeed Support <support@appseed.us>"
],
"license": "MIT"
}
"name": "black-dashboard-django",
"mastertemplate": "boilerplate-code-django-dashboard",
"version": "1.0.1",
"description": "Template project - Django Boilerplate Code ",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/creativetimofficial/black-dashboard-django"
},
"bugs": {
"url": "https://github.com/creativetimofficial/black-dashboard-django/issues",
"email": "support@appseed.us"
},
"author": "Creative-Tim / AppSeed.us",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 0a9affa

Please sign in to comment.