Skip to content

Commit edd82bb

Browse files
committed
Prepare new Stormbringer version
1 parent 927ba01 commit edd82bb

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
* EULA cookie consent
44
* Analytics cookie consent
55

6+
### 0.1.9: April 15th, 2015
7+
* Upgrade Boostrap to v3.3.4
8+
* Fix images align and max-width
9+
* Update JS libraries
10+
* New Typekit setting
11+
* New setting for livereload for servers with custom livereload url
12+
* Update Grunt dependencies
13+
614
### 0.1.8: December 1st, 2014
715
* Upgrade Boostrap to v3.3.1
816

css/application.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "stormbinger",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"repository" : {
55
"type" : "git",
66
"url" : "http://github.com/nicomollet/stormbringer.git"
77
},
88
"devDependencies": {
9-
"grunt": "~0.4.1",
9+
"grunt": "~0.4.5",
1010
"grunt-contrib-concat": "^0.4.0",
11-
"grunt-contrib-cssmin": "^0.10.0",
12-
"grunt-contrib-sass": "^0.7.3",
13-
"grunt-contrib-uglify": "^0.5.0",
11+
"grunt-contrib-cssmin": "^0.12.2",
12+
"grunt-contrib-sass": "^0.9.2",
13+
"grunt-contrib-uglify": "^0.9.1",
1414
"grunt-contrib-watch": "^0.6.1",
15-
"grunt-shell": "^0.7.0"
15+
"grunt-shell": "^1.1.2"
1616
}
1717
}

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: Stormbringer
33
Theme URI: http://www.nicolasmollet.com
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Description: A simple responsive theme based on twitter's bootstrap framework.
6-
Version: 0.1.8
6+
Version: 0.1.9
77
Author: Nicolas Mollet
88
Author URI: http://www.nicolasmollet.com
99
Tags: twitter-bootstrap, cdnjs

0 commit comments

Comments
 (0)