Skip to content

Commit fa38c03

Browse files
committed
Version 0.5.9
1 parent aad4997 commit fa38c03

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### 0.5.9: December 5th, 2019
12
* **Fix** - Update obsolete filter woocommerce_stock_html by woocommerce_get_stock_html
23
* **Fix** - Enable again the bottom description field
34

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {
77
"type" : "git",
88
"url" : "http://github.com/nicomollet/stormbringer.git"
99
},
1010
"devDependencies": {
11-
"grunt": "1.0.2",
11+
"grunt": "1.0.4",
1212
"grunt-contrib-concat": "^1.0.1",
1313
"grunt-contrib-cssmin": "^1.0.2",
1414
"grunt-contrib-sass": "^1.0.0",
1515
"grunt-contrib-uglify": "^2.0.0",
16-
"grunt-contrib-watch": "^1.0.0",
16+
"grunt-contrib-watch": "^1.1.0",
1717
"grunt-assets-versioning": "^1.0.6",
1818
"grunt-contrib-clean": "^1.0.0",
1919
"grunt-shell": "^1.1.2",
20-
"grunt-modernizr": "^1.0.2"
20+
"grunt-modernizr": "^2.1.0"
2121
}
2222
}

stormbringer-child/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"repository" : {
77
"type" : "git",
88
"url" : "http://github.com/nicomollet/stormbringer.git"
99
},
1010
"devDependencies": {
11-
"grunt": "1.0.2",
11+
"grunt": "1.0.4",
1212
"grunt-contrib-concat": "^1.0.1",
1313
"grunt-contrib-cssmin": "^1.0.2",
1414
"grunt-contrib-sass": "^1.0.0",
1515
"grunt-contrib-uglify": "^2.0.0",
16-
"grunt-contrib-watch": "^1.0.0",
16+
"grunt-contrib-watch": "^1.1.0",
1717
"grunt-assets-versioning": "^1.0.6",
1818
"grunt-contrib-clean": "^1.0.0",
1919
"grunt-shell": "^1.1.2",
20-
"grunt-modernizr": "^1.0.2"
20+
"grunt-modernizr": "^2.1.0"
2121
}
2222
}

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Github Branch: master
66
Description: A simple responsive theme based on twitter's bootstrap framework.
7-
Version: 0.5.8
7+
Version: 0.5.9
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer

0 commit comments

Comments
 (0)