From: Nicolas Coden Date: Sun, 21 Oct 2018 14:42:08 +0000 (+0200) Subject: chore: bump version for for v6.5.0 X-Git-Tag: v6.5.0^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddef96e34ebc433467886129b54f8b151b3a5759;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: bump version for for v6.5.0 --- diff --git a/bower.json b/bower.json index 33f3d298a..4ee6c2b75 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/js/foundation.core.js b/js/foundation.core.js index 70d30bd0f..96cabfef2 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.4'; +var FOUNDATION_VERSION = '6.5.0'; // 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 8ae562db2..41ca3d257 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -1,4 +1,4 @@ -# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.4) +# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0) 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 aee20e136..df555dab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.4", + "version": "6.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.js b/package.js index 2d516778e..f1d46d71b 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.4', + version: '6.5.0', git: 'https://github.com/zurb/foundation-sites.git', documentation: 'meteor-README.md' }); diff --git a/package.json b/package.json index 918d186c3..e6fe945d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.4", + "version": "6.5.0", "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 9727fa5b4..3c0cb2849 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -1,6 +1,6 @@ /** * Foundation for Sites by ZURB - * Version 6.5.0-rc.4 + * Version 6.5.0 * foundation.zurb.com * Licensed under MIT Open Source */