From: Joe Workman Date: Tue, 12 Jul 2022 18:22:47 +0000 (-0700) Subject: chore: update version string X-Git-Tag: v6.7.5^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfe219621327442ad8065aed6095478607340e94;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: update version string --- diff --git a/bower.json b/bower.json index f4dff0bd4..74309eceb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.7.4", + "version": "6.7.5", "description": "The most advanced responsive front-end framework in the world.", "homepage": "https://get.foundation/sites", "license": "MIT", diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 93f9b7ff0..16f242d56 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -181,23 +181,23 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation ```html - + - + ``` From Foundation 6.4, flex is enabled by default and **only the new XY Grid is available**. However, others CSS versions are available for backward compatibility and the most common usage cases. For others uses and advanced customization, we recommand to build Foundation with custom settings (see others installation methods). ```html - + - + - + ```
diff --git a/docs/partials/search-bar.html b/docs/partials/search-bar.html index 5851aa7c3..b3ab5a799 100644 --- a/docs/partials/search-bar.html +++ b/docs/partials/search-bar.html @@ -1,6 +1,6 @@
diff --git a/js/foundation.core.js b/js/foundation.core.js index b333be804..778f9a84c 100644 --- a/js/foundation.core.js +++ b/js/foundation.core.js @@ -2,7 +2,7 @@ import $ from 'jquery'; import { GetYoDigits } from './foundation.core.utils'; import { MediaQuery } from './foundation.util.mediaQuery'; -var FOUNDATION_VERSION = '6.7.4'; +var FOUNDATION_VERSION = '6.7.5'; // 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 50e1ca3f2..822f25689 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -1,4 +1,4 @@ -# [Foundation for Sites](https://get.foundation) (v6.7.4) +# [Foundation for Sites](https://get.foundation) (v6.7.5) 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 ecf0b0d09..0f8984499 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'foundation:foundation-sites', summary: 'Foundation 6 - The most advanced responsive front-end framework in the world.', - version: '6.7.4', + version: '6.7.5', git: 'https://github.com/foundation/foundation-sites.git', documentation: 'meteor-README.md' }); diff --git a/package.json b/package.json index 585c3e09d..d69dfdd1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.7.4", + "version": "6.7.5", "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 e89d71555..08b5fd80e 100644 --- a/package.nuspec +++ b/package.nuspec @@ -3,7 +3,7 @@ foundation-sites - 6.7.4 + 6.7.5 Foundation for Sites Yetinauts @@ -12,15 +12,15 @@ https://get.foundation/sites https://get.foundation/assets/img/icons/foundation-favicon.ico - https://github.com/foundation/foundation-sites/releases/tag/v6.7.4 + https://github.com/foundation/foundation-sites/releases/tag/v6.7.5 https://github.com/foundation/foundation-sites/blob/develop/LICENSE - Copyright 2017-2021 + Copyright 2017-2022 - + diff --git a/scss/foundation.scss b/scss/foundation.scss index 03b575c67..9c694141c 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -1,6 +1,6 @@ /** * Foundation for Sites - * Version 6.7.4 + * Version 6.7.5 * https://get.foundation * Licensed under MIT Open Source */