-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- UI: Jinja Atlantis Dark v1.0.1 - Codebase: Django Dashboard v1.0.4
- Loading branch information
App Generator
committed
Jan 21, 2021
1 parent
642a1b0
commit 8fba822
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-21 | ||
|
||
- Bump UI: [Jinja Atlantis Dark](https://github.com/app-generator/jinja-atlantis-dark/releases) 1.0.1 | ||
- [Atlantis Lite](https://github.com/themekita/Atlantis-Lite): 2021-01-05 Snapshot | ||
- Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard/releases) 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-atlantis-dark", | ||
"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-atlantis-dark" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/app-generator/django-dashboard-atlantis-dark/issues", | ||
"email": "[email protected]" | ||
}, | ||
"author": "AppSeed App Generator <[email protected]> (https://appseed.us)", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
} |