Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 18, 2016
1 parent 02a4d27 commit fbadec8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

#### v1.5.0 `July 18, 2016`
- **[DOC]** add Travis build status to readme file ([02a4d27](https://github.com/t3kit/theme_t3kit_customizer/commit/02a4d27))
- **[UPDATE]** Bower dependencies ([642ec4a](https://github.com/t3kit/theme_t3kit_customizer/commit/642ec4a))
- **[UPDATE]** package.json devDependencies ([ad5fabe](https://github.com/t3kit/theme_t3kit_customizer/commit/ad5fabe))
- **[CHORE]** disable force option in jscs and jshint ([2b585ef](https://github.com/t3kit/theme_t3kit_customizer/commit/2b585ef))
- **[TEST]** add Travis CI integration ([325725f](https://github.com/t3kit/theme_t3kit_customizer/commit/325725f))
- **[DOC]** update README file ([152a146](https://github.com/t3kit/theme_t3kit_customizer/commit/152a146))
- **[DOC]** add CONTRIBUTING.md file ([aab7a17](https://github.com/t3kit/theme_t3kit_customizer/commit/aab7a17))
- **[UPDATE]** node.js (>=6.0.0) and npm (>=3.9.0) dependencies ([3cc9e02](https://github.com/t3kit/theme_t3kit_customizer/commit/3cc9e02))

***

#### v1.4.0 `July 8, 2016`
- **[UPDATE]** felayout_t3kit 1.4.0 ([619a5cb](https://github.com/t3kit/theme_t3kit_customizer/commit/619a5cb))
- **[DOC]** add license file (Podio feature_24) ([8f58550](https://github.com/t3kit/theme_t3kit_customizer/commit/8f58550))
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme_t3kit_customizer",
"version": "1.4.0",
"version": "1.5.0",
"description": "Javascript framework for live editing t3kit Theme with color picker (instead of backend forms)",
"license": "MIT",
"repository": "t3kit/theme_t3kit_customizer",
Expand All @@ -10,25 +10,25 @@
"bower": "bower install"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-assemble": "0.4.0",
"grunt-build-control": "0.7.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-import": "1.0.3",
"grunt-jscs": "3.0.1",
"grunt-newer": "1.2.0",
"grunt-notify": "0.4.5",
"jshint-stylish": "2.2.0",
"load-grunt-config": "0.19.2",
"time-grunt": "1.3.0"
"grunt": "1.0.1",
"grunt-assemble": "0.4.0",
"grunt-build-control": "0.7.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-import": "1.0.3",
"grunt-jscs": "3.0.1",
"grunt-newer": "1.2.0",
"grunt-notify": "0.4.5",
"jshint-stylish": "2.2.0",
"load-grunt-config": "0.19.2",
"time-grunt": "1.3.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.9.0"
}
}
}

0 comments on commit fbadec8

Please sign in to comment.