Skip to content

Commit 4d8e0f9

Browse files
committed
Version 0.7.5
1 parent c5c5e7f commit 4d8e0f9

9 files changed

+15
-12
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.7.5: May 11th, 2021
2+
* **Tweak** - Remove Grunt clean and assets_versionning calls
3+
14
### 0.7.4: May 11th, 2021
25
* **Fix** - Grunt vulnerabilities
36
* **Tweak** - Grunt modules update

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ module.exports = function(grunt) {
9090
},
9191
scripts: {
9292
files: ['js/src/*.js'],
93-
tasks: ['concat', 'uglify', 'clean', 'assets_versioning'],
93+
tasks: ['concat', 'uglify'],
9494
options: {
9595
spawn: false,
9696
},
9797
},
9898
css: {
9999
files: ['scss/*.scss', 'scss/bootstrap/*.scss', 'scss/helpers/*.scss'],
100-
tasks: ['sass', 'cssmin', 'clean', 'assets_versioning'],
100+
tasks: ['sass', 'cssmin'],
101101
options: {
102102
spawn: false,
103103
}

css/styles.min.css

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

js/scripts.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
}).replace(/^-/, '');
746746
}
747747

748-
748+
749749

750750
// testProps is a generic CSS / DOM property test.
751751

@@ -895,7 +895,7 @@
895895
};
896896
}
897897

898-
898+
899899
/*!
900900
{
901901
"name": "Cookies",
@@ -1894,7 +1894,7 @@ Detects support for the Flexible Box Layout model, a.k.a. Flexbox, which allows
18941894
return a - 1 === b || a === b || a + 1 === b;
18951895
}
18961896

1897-
1897+
18981898
/*!
18991899
{
19001900
"name": "CSS vw unit",

js/scripts.min.js

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"keywords": [],

stormbringer-child/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbringer",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "WordPress theme",
55
"license": "Apache-2.0",
66
"keywords": [],

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.7.4
7+
Version: 0.7.5
88
Author: Nicolas Mollet
99
Author URI: http://www.nicolasmollet.com
1010
Text Domain: stormbringer

0 commit comments

Comments
 (0)