Skip to content

Commit

Permalink
Merge pull request ColorlibHQ#156 from christianesperar/master
Browse files Browse the repository at this point in the history
Package release update
  • Loading branch information
christianesperar committed May 19, 2016
2 parents 9a7aca6 + a342d61 commit c15ee30
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nbproject
npm-debug.log
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "gentelella",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
"authors": [
"Aigars Silkalns"
"Aigars Silkalns",
"Christian Esperar"
],
"description": "Gentellela Admin is a free to use Bootstrap admin template",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ Earlier there were no changelog at all and we have introduced one now and we wil

* Add multilevel menu
* 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
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gentelella",
"version": "1.1.0",
"version": "1.2.0",
"description": "Gentellela Admin is a free to use Bootstrap admin template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -21,6 +21,9 @@
"responsive"
],
"author": "Aigars Silkalns",
"contributors": [
"Christian Esperar"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/puikinsh/gentelella/issues"
Expand Down

0 comments on commit c15ee30

Please sign in to comment.