-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- UI: Jinja Argon v1.0.1 - Codebase: Django Dashboard v1.0.4
- Loading branch information
App Generator
committed
Jan 15, 2021
1 parent
3cd9151
commit b92c7ad
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] 2021-01-15 | ||
### Improvements | ||
|
||
- Bump UI: [Jinja Template Argon](https://github.com/app-generator/jinja-argon-dashboard) v1.0.1 | ||
- Bump Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4 | ||
|
||
## [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": "django-dashboard-argon", | ||
"mastertemplate": "boilerplate-code-django-dashboard", | ||
"version": "1.0.1", | ||
"description": "Template project - Django Boilerplate Code", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/app-generator/django-dashboard-argon" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/app-generator/django-dashboard-argon/issues", | ||
"email": "support@appseed.us" | ||
}, | ||
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
} |