From: Nicolas Coden Date: Tue, 25 Sep 2018 21:47:10 +0000 (+0200) Subject: chore: bump version for for v6.5.0-rc.4 X-Git-Tag: v6.5.0-rc.4^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0ef6b35de2151779fd77a2ff339df51dd6094a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: bump version for for v6.5.0-rc.4 --- diff --git a/bower.json b/bower.json index 1cd275a54..33f3d298a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.3", + "version": "6.5.0-rc.4", "description": "The most advanced responsive front-end framework in the world.", "homepage": "http://foundation.zurb.com/sites", "license": "MIT", diff --git a/docs/partials/search-bar.html b/docs/partials/search-bar.html index 698ba99a6..1dc9a6c70 100644 --- a/docs/partials/search-bar.html +++ b/docs/partials/search-bar.html @@ -1,7 +1,7 @@
diff --git a/js/foundation.core.js b/js/foundation.core.js index 5f6cf7585..70d30bd0f 100644 --- a/js/foundation.core.js +++ b/js/foundation.core.js @@ -4,7 +4,7 @@ import $ from 'jquery'; import { GetYoDigits } from './foundation.core.utils'; import { MediaQuery } from './foundation.util.mediaQuery'; -var FOUNDATION_VERSION = '6.5.0-rc.3'; +var FOUNDATION_VERSION = '6.5.0-rc.4'; // Global Foundation object // This is attached to the window, or used as a module for AMD/Browserify diff --git a/meteor-README.md b/meteor-README.md index 7308f0c5f..8ae562db2 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -1,4 +1,4 @@ -# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.3) +# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.4) Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes layout constructs, like a fully customizable, responsive grid, commonly used JavaScript plugins, and full A11Y support. diff --git a/package-lock.json b/package-lock.json index e86ef1e92..7106da2ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.3", + "version": "6.5.0-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.js b/package.js index edcde85d8..2d516778e 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'zurb:foundation-sites', summary: 'Foundation 6 - The most advanced responsive front-end framework in the world.', - version: '6.5.0-rc.3', + version: '6.5.0-rc.4', git: 'https://github.com/zurb/foundation-sites.git', documentation: 'meteor-README.md' }); diff --git a/package.json b/package.json index 568ef3aec..e87217df8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.3", + "version": "6.5.0-rc.4", "main": "dist/js/foundation.js", "module": "dist/js/foundation.esm.js", "jsnext:main": "dist/js/foundation.esm.js", diff --git a/scss/foundation.scss b/scss/foundation.scss index cc4834776..9727fa5b4 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -1,6 +1,6 @@ /** * Foundation for Sites by ZURB - * Version 6.5.0-rc.3 + * Version 6.5.0-rc.4 * foundation.zurb.com * Licensed under MIT Open Source */