Skip to content

Commit

Permalink
v1.0.1-rc1 - Bump Django Codebase
Browse files Browse the repository at this point in the history
- Codebase version: Django Dashboard v1.0.4
  • Loading branch information
App Generator committed Feb 10, 2021
1 parent 705a53f commit 493772f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

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

- Bump Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4

### 2017-06-20 - Bug Fix
Left menu selection based on the current page. Modified files:
Expand Down
43 changes: 20 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"name": "django-dashboard-material",
"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-material"
},
"bugs": {
"url": "https://github.com/app-generator/django-dashboard-material/issues",
"email": "[email protected]"
},
"author": "AppSeed App Generator <[email protected]> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
},
"devDependencies": {
}
}
"name": "django-dashboard-material",
"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-material"
},
"bugs": {
"url": "https://github.com/app-generator/django-dashboard-material/issues",
"email": "[email protected]"
},
"author": "AppSeed App Generator <[email protected]> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 493772f

Please sign in to comment.