Skip to content

Commit

Permalink
Version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed May 11, 2021
1 parent c5c5e7f commit 4d8e0f9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.7.5: May 11th, 2021
* **Tweak** - Remove Grunt clean and assets_versionning calls

### 0.7.4: May 11th, 2021
* **Fix** - Grunt vulnerabilities
* **Tweak** - Grunt modules update
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ module.exports = function(grunt) {
},
scripts: {
files: ['js/src/*.js'],
tasks: ['concat', 'uglify', 'clean', 'assets_versioning'],
tasks: ['concat', 'uglify'],
options: {
spawn: false,
},
},
css: {
files: ['scss/*.scss', 'scss/bootstrap/*.scss', 'scss/helpers/*.scss'],
tasks: ['sass', 'cssmin', 'clean', 'assets_versioning'],
tasks: ['sass', 'cssmin'],
options: {
spawn: false,
}
Expand Down
4 changes: 2 additions & 2 deletions css/styles.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
}).replace(/^-/, '');
}



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

Expand Down Expand Up @@ -895,7 +895,7 @@
};
}


/*!
{
"name": "Cookies",
Expand Down Expand Up @@ -1894,7 +1894,7 @@ Detects support for the Flexible Box Layout model, a.k.a. Flexbox, which allows
return a - 1 === b || a === b || a + 1 === b;
}


/*!
{
"name": "CSS vw unit",
Expand Down
2 changes: 1 addition & 1 deletion js/scripts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbringer",
"version": "0.7.4",
"version": "0.7.5",
"description": "WordPress theme",
"license": "Apache-2.0",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion stormbringer-child/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbringer",
"version": "0.7.4",
"version": "0.7.5",
"description": "WordPress theme",
"license": "Apache-2.0",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer
Github Theme URI: https://github.com/nicomollet/stormbringer
Github Branch: master
Description: A simple responsive theme based on twitter's bootstrap framework.
Version: 0.7.4
Version: 0.7.5
Author: Nicolas Mollet
Author URI: http://www.nicolasmollet.com
Text Domain: stormbringer
Expand Down

0 comments on commit 4d8e0f9

Please sign in to comment.