Package release update

pull/156/head
christianesperar 2016-05-19 16:13:38 +08:00
parent 8217d62531
commit a342d61fc8
4 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
nbproject nbproject
npm-debug.log

View File

@ -1,9 +1,10 @@
{ {
"name": "gentelella", "name": "gentelella",
"version": "1.1.0", "version": "1.2.0",
"homepage": "https://colorlib.com/polygon/gentelella/index.html", "homepage": "https://colorlib.com/polygon/gentelella/index.html",
"authors": [ "authors": [
"Aigars Silkalns" "Aigars Silkalns",
"Christian Esperar"
], ],
"description": "Gentellela Admin is a free to use Bootstrap admin template", "description": "Gentellela Admin is a free to use Bootstrap admin template",
"keywords": [ "keywords": [

View File

@ -13,3 +13,10 @@ Earlier there were no changelog at all and we have introduced one now and we wil
* Add multilevel menu * Add multilevel menu
* Mobile comptibility enhancement * Mobile comptibility enhancement
### 1.2.0 - 19.05.2016
* Fix menu not become active if url contains parameters
* Fix form upload form not adjust on large number of files
* Remove invalid css
* Add fixed sidebar functionalities

View File

@ -1,6 +1,6 @@
{ {
"name": "gentelella", "name": "gentelella",
"version": "1.1.0", "version": "1.2.0",
"description": "Gentellela Admin is a free to use Bootstrap admin template", "description": "Gentellela Admin is a free to use Bootstrap admin template",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@ -21,6 +21,9 @@
"responsive" "responsive"
], ],
"author": "Aigars Silkalns", "author": "Aigars Silkalns",
"contributors": [
"Christian Esperar"
],
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/puikinsh/gentelella/issues" "url": "https://github.com/puikinsh/gentelella/issues"