Skip to content

Commit f383380

Browse files
authored
Merge pull request #2121 from roblarsen/7.1.1
Upgrading modernizr and bumping version
2 parents 751dc34 + 58618a2 commit f383380

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
### 7.1.0 (March 18, 2019)
2+
3+
* Update Modernizr to 3.7.1 ([#2121](https://github.com/h5bp/html5-boilerplate/pull/2121))
4+
* Update Analytics docs and snippet ([#2118](https://github.com/h5bp/html5-boilerplate/pull/2118))
5+
* Minor docs updates ([#2115](https://github.com/h5bp/html5-boilerplate/pull/2115))
6+
* Minor devdeps updates ([#2114](https://github.com/h5bp/html5-boilerplate/pull/2114))
7+
* More succinct way of writing the IE conditional statement ([#2113](https://github.com/h5bp/html5-boilerplate/pull/2113))
8+
19
### 7.0.1 (February 11, 2019)
10+
211
* Bumps main.css to current version ([#2112](https://github.com/h5bp/html5-boilerplate/pull/2112))
312

413
### 7.0.0 (February 8, 2019)

Diff for: dist/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
1+
/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */
22

33
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
44
/*

Diff for: dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<!-- Add your site or application content here -->
2626
<p>Hello world! This is HTML5 Boilerplate.</p>
27-
<script src="js/vendor/modernizr-3.7.0.min.js"></script>
27+
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
2828
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
2929
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
3030
<script src="js/plugins.js"></script>

Diff for: dist/js/vendor/modernizr-3.7.0.min.js renamed to dist/js/vendor/modernizr-3.7.1.min.js

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

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"babel-core": "^6.26.3",
66
"babel-preset-env": "^1.7.0",
77
"babel-register": "^6.26.0",
8-
"del": "^3.0.0",
9-
"eslint": "^5.14.1",
8+
"del": "^4.0.0",
9+
"eslint": "^5.15.2",
1010
"eslint-config-recommended": "^4.0.0",
1111
"eslint-plugin-mocha": "^5.3.0",
1212
"glob": "^7.1.3",
@@ -21,7 +21,7 @@
2121
"jquery": "3.3.1",
2222
"main.css": "1.0.0",
2323
"mocha": "^5.2.0",
24-
"modernizr": "3.7.0",
24+
"modernizr": "3.7.1",
2525
"normalize.css": "8.0.1",
2626
"run-sequence": "^2.2.1",
2727
"ssri": "^6.0.1",
@@ -51,7 +51,7 @@
5151
"build": "gulp build",
5252
"test": "gulp archive && mocha --require babel-core/register --reporter spec --timeout 5000"
5353
},
54-
"version": "7.0.1",
54+
"version": "7.1.0",
5555
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
5656
"files": [
5757
"CHANGELOG.md",

0 commit comments

Comments
 (0)