From a48a611a9cbfda8e9c01c13af7b5b28bf3aca0f6 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 25 Aug 2018 22:40:27 +0200 Subject: [PATCH] chore: bump version for for v6.5.0-rc.3 --- bower.json | 2 +- docs/partials/search-bar.html | 2 +- js/foundation.core.js | 2 +- meteor-README.md | 2 +- package-lock.json | 2 +- package.js | 2 +- package.json | 2 +- scss/foundation.scss | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 3fae792e4..1cd275a54 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.2", + "version": "6.5.0-rc.3", "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 6fe550858..698ba99a6 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 4fa7a6b08..5f6cf7585 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.2'; +var FOUNDATION_VERSION = '6.5.0-rc.3'; // 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 ef0e5144a..7308f0c5f 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -1,4 +1,4 @@ -# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.2) +# [Foundation for Sites](http://foundation.zurb.com) (v6.5.0-rc.3) 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 7bc1ab968..4a4406784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.2", + "version": "6.5.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.js b/package.js index f4257a90a..edcde85d8 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.2', + version: '6.5.0-rc.3', git: 'https://github.com/zurb/foundation-sites.git', documentation: 'meteor-README.md' }); diff --git a/package.json b/package.json index 231825518..f0033ce61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.0-rc.2", + "version": "6.5.0-rc.3", "main": "dist/js/foundation.js", "module": "js/foundation.js", "jsnext:main": "js/foundation.js", diff --git a/scss/foundation.scss b/scss/foundation.scss index d087a05c9..cc4834776 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -1,6 +1,6 @@ /** * Foundation for Sites by ZURB - * Version 6.5.0-rc.2 + * Version 6.5.0-rc.3 * foundation.zurb.com * Licensed under MIT Open Source */ -- 2.47.2