From 090bb8411f8b72533bbea009d196f02536f12337 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 12 Jan 2019 00:58:08 +0100 Subject: [PATCH] chore: bump version for v6.5.2 --- bower.json | 2 +- js/foundation.core.js | 2 +- meteor-README.md | 2 +- package.js | 2 +- package.json | 2 +- package.nuspec | 4 ++-- scss/foundation.scss | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index c85a443db..0a2100717 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.1", + "version": "6.5.2", "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 7710a63d8..f5e2eee1a 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.1'; +var FOUNDATION_VERSION = '6.5.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 029a59086..1ccc97462 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -1,4 +1,4 @@ -# [Foundation for Sites](http://foundation.zurb.com) (v6.5.1) +# [Foundation for Sites](http://foundation.zurb.com) (v6.5.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 1c651b5d6..4a8ea16b1 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.1', + version: '6.5.2', git: 'https://github.com/zurb/foundation-sites.git', documentation: 'meteor-README.md' }); diff --git a/package.json b/package.json index b3a40f435..1ffe032d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.5.1", + "version": "6.5.2", "main": "dist/js/foundation.js", "module": "dist/js/foundation.esm.js", "jsnext:main": "dist/js/foundation.esm.js", diff --git a/package.nuspec b/package.nuspec index 02e349ccc..8ea6e0386 100644 --- a/package.nuspec +++ b/package.nuspec @@ -3,7 +3,7 @@ foundation-sites - 6.5.1 + 6.5.2 ZURB Foundation ZURB @@ -12,7 +12,7 @@ http://foundation.zurb.com/sites https://foundation.zurb.com/assets/img/icons/foundation-favicon.ico - https://github.com/zurb/foundation-sites/releases/tag/v6.5.1 + https://github.com/zurb/foundation-sites/releases/tag/v6.5.2 https://github.com/zurb/foundation-sites/blob/develop/LICENSE Copyright 2017-2018 diff --git a/scss/foundation.scss b/scss/foundation.scss index 87da73840..99c76e68f 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -1,6 +1,6 @@ /** * Foundation for Sites by ZURB - * Version 6.5.1 + * Version 6.5.2 * foundation.zurb.com * Licensed under MIT Open Source */ -- 2.47.3