Skip to content

Commit

Permalink
v1.0.1-rc1
Browse files Browse the repository at this point in the history
- Codebase:  inject `segment` in views
- UI: Argon Dashboard v1.2.0
  • Loading branch information
App Generator committed Jan 8, 2021
1 parent 30410f3 commit 127df00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.1] 2021-01-08
### Improvements

- Codebase: inject `segment` in views
- [Argon Dashboard](https://github.com/creativetimofficial/argon-dashboard): v1.2.0

## [1.0.0] 2020-08-15
### Initial Release

Expand Down
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"name": "jinja-template-argon-dashboard",
"name": "jinja-argon-dashboard",
"mastertemplate": "theme-jinja2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Template project - Flask/Jinja2 Theme",
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/app-generator/jinja-template-argon-dashboard"
"url": "https://github.com/app-generator/jinja-argon-dashboard"
},
"bugs": {
"url": "https://github.com/app-generator/jinja-template-argon-dashboard/issues",
"url": "https://github.com/app-generator/jinja-argon-dashboard/issues",
"email": "support@appseed.us"
},
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
},
"devDependencies": {
}
}
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 127df00

Please sign in to comment.