Skip to content

Commit

Permalink
Merge pull request #11551 from ncoden/release/v6.5.0
Browse files Browse the repository at this point in the history
🚀  Release v6.5.0
  • Loading branch information
ncoden authored Oct 30, 2018
2 parents 9e7afed + ab32285 commit acad207
Show file tree
Hide file tree
Showing 119 changed files with 2,056 additions and 1,752 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ language: node_js

matrix:
include:
- node_js: "lts/boron"
env: ZF_TRAVIS_COMMAND=test:javascript:units
- node_js: "lts/carbon"
env: ZF_TRAVIS_COMMAND=test:javascript:units
- node_js: "6"
env: ZF_TRAVIS_COMMAND=test
- node_js: "8"
env: ZF_TRAVIS_COMMAND=test
- node_js: "10"
env: ZF_TRAVIS_COMMAND=test
- node_js: "stable"
env: ZF_TRAVIS_COMMAND=test:javascript:units
env: ZF_TRAVIS_COMMAND=test
- node_js: "stable"
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.5.0-rc.4",
"version": "6.5.0",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "http://foundation.zurb.com/sites",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions customizer/lib/sass.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var empty = require('is-empty-object');
var format = require('util').format;
var multiline = require('multiline').stripIndent;
var stripIndent = require('strip-indent');

var SASS_TEMPLATE = multiline(function() {/*
var SASS_TEMPLATE = stripIndent(`
@charset 'utf-8';
// Variables go here
Expand All @@ -18,7 +18,7 @@ var SASS_TEMPLATE = multiline(function() {/*
// Motion UI goes here
@include motion-ui-transitions;
@include motion-ui-animations;
*/});
`);

/**
* Generates an entry point Sass file with a custom list of CSS exports and Sass variables.
Expand Down
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.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion dist/js/foundation.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.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.

23 changes: 11 additions & 12 deletions dist/js/plugins/foundation.accordion.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.accordion.js.map

Large diffs are not rendered by default.

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

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: 0 additions & 2 deletions dist/js/plugins/foundation.accordionMenu.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.accordionMenu.js.map

Large diffs are not rendered by default.

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

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.

Loading

0 comments on commit acad207

Please sign in to comment.