From: Nicolas Coden Date: Sun, 8 Jul 2018 18:41:42 +0000 (+0200) Subject: chore: bump version for for v6.5.0-rc.2 X-Git-Tag: v6.5.0-rc.2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade0f746ddda9d3035b50387bae1396903f1a62d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: bump version for for v6.5.0-rc.2 --- diff --git a/bower.json b/bower.json index 5bbcad42a..3fae792e4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.1", + "version": "6.5.0-rc.2", "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 06799bf14..6fe550858 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 ec9cd6da0..4fa7a6b08 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.1'; +var FOUNDATION_VERSION = '6.5.0-rc.2'; // 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 97a3c38b6..ef0e5144a 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -1,4 +1,4 @@ -# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.1) +# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.2) 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.js b/package.js index 2abb31b7a..f4257a90a 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.1', + version: '6.5.0-rc.2', git: 'https://github.com/zurb/foundation-sites.git', documentation: 'meteor-README.md' }); diff --git a/package.json b/package.json index 65e2bedb5..6cf6a5fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.1", + "version": "6.5.0-rc.2", "main": "dist/js/foundation.js", "browser": "dist/js/foundation.js", "module": "js/entries/foundation.js", diff --git a/scss/foundation.scss b/scss/foundation.scss index 77933bcbb..d087a05c9 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -1,6 +1,6 @@ /** * Foundation for Sites by ZURB - * Version 6.5.0-rc.1 + * Version 6.5.0-rc.2 * foundation.zurb.com * Licensed under MIT Open Source */