Skip to content

Commit

Permalink
Merge branch 'release/6.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Dec 13, 2019
2 parents 7df9ae6 + 893c6b4 commit ef9389e
Show file tree
Hide file tree
Showing 65 changed files with 96 additions and 94 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.6.0",
"version": "6.6.1",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "http://foundation.zurb.com/sites",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "zurb/foundation-sites",
"name": "foundation/foundation-sites",
"description": "The most advanced responsive front-end framework in the world.",
"keywords": [
"css",
Expand All @@ -10,7 +10,7 @@
"mobile-first",
"framework"
],
"homepage": "http://foundation.zurb.com",
"homepage": "https://get.foundation",
"authors": [
{
"name": "ZURB, Inc.",
Expand All @@ -20,8 +20,8 @@
],
"support": {
"email": "foundation@zurb.com",
"issues": "https://github.com/zurb/foundation-sites/issues",
"forum": "http://foundation.zurb.com/forum"
"issues": "https://github.com/foundation/foundation-sites/issues",
"forum": "https://foundation.discourse.group"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion dist/css/foundation-float.css

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

2 changes: 1 addition & 1 deletion dist/css/foundation-float.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-float.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.css

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

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.css

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

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation.css

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

2 changes: 1 addition & 1 deletion dist/css/foundation.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation.min.css.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/foundation.cjs.js

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

2 changes: 1 addition & 1 deletion dist/js/foundation.cjs.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/foundation.es6.js

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

2 changes: 1 addition & 1 deletion dist/js/foundation.es6.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/foundation.esm.js

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

2 changes: 1 addition & 1 deletion dist/js/foundation.esm.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/foundation.js
Expand Up @@ -2194,7 +2194,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat



var FOUNDATION_VERSION = '6.6.0'; // Global Foundation object
var FOUNDATION_VERSION = '6.6.1'; // Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify

var Foundation = {
Expand Down Expand Up @@ -12964,15 +12964,15 @@ var MediaQuery = {

if (bpModifier === 'only') {
return this.only(bpSize);
} // Up to the breakpoint (included)
} // At least the breakpoint (included)


if (bpModifier === 'down') {
if (!bpModifier || bpModifier === 'up') {
return this.atLeast(bpSize);
} // At leat the breakpoint (included)
} // Up to the breakpoint (included)


if (!bpModifier || bpModifier === 'up') {
if (bpModifier === 'down') {
return this.upTo(bpSize);
}

Expand Down
2 changes: 1 addition & 1 deletion dist/js/foundation.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/foundation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/foundation.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.abide.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.accordion.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.accordionMenu.min.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/plugins/foundation.core.js

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

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.drilldown.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.dropdown.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.dropdownMenu.min.js.map

Large diffs are not rendered by default.

0 comments on commit ef9389e

Please sign in to comment.