]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: update version string
authorJoe Workman <joe@workmanmail.com>
Tue, 12 Jul 2022 18:22:47 +0000 (11:22 -0700)
committerJoe Workman <joe@workmanmail.com>
Tue, 12 Jul 2022 18:22:47 +0000 (11:22 -0700)
bower.json
docs/pages/installation.md
docs/partials/search-bar.html
js/foundation.core.js
meteor-README.md
package.js
package.json
package.nuspec
scss/foundation.scss

index f4dff0bd43ea827e835eaf462d4d67098d94e4c8..74309eceb29e284146bf7713dfb2747b3e850102 100644 (file)
@@ -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",
index 93f9b7ff033e0e8e63c954839eb4f7cc2dd4d9e7..16f242d56ef82d32ce58a194cef79ec99ce2edc6 100644 (file)
@@ -181,23 +181,23 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation
 
 ```html
 <!-- Compressed CSS -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation.min.css" crossorigin="anonymous">
 
 <!-- Compressed JavaScript -->
-<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/js/foundation.min.js" crossorigin="anonymous"></script>
+<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/js/foundation.min.js" crossorigin="anonymous"></script>
 ```
 
 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
 <!-- foundation-float.min.css: Compressed CSS with legacy Float Grid -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation-float.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation-float.min.css" crossorigin="anonymous">
 
 <!-- foundation-prototype.min.css: Compressed CSS with prototyping classes -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation-prototype.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation-prototype.min.css" crossorigin="anonymous">
 
 <!-- foundation-rtl.min.css: Compressed CSS with right-to-left reading direction -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.4/dist/css/foundation-rtl.min.css" crossorigin="anonymous">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/css/foundation-rtl.min.css" crossorigin="anonymous">
 ```
 
 <div class="text-center">
index 5851aa7c3a80edd85be5b006ece83ca3ebb856fb..b3ab5a79957989677dd46aeb5d40c2829023e49f 100644 (file)
@@ -1,6 +1,6 @@
 <div class="collapse expanded row secondary-bar">
   <div class="small-5 medium-3 large-2 columns">
-    <a target="_blank" href="https://github.com/foundation/foundation-sites/releases/" class="version-dropdown-label"><span class="foundation-version-label">Foundation for Sites</span><span class="foundation-version-number">6.7.4</span> <span class="changelog-link">changelog</span></a>
+    <a target="_blank" href="https://github.com/foundation/foundation-sites/releases/" class="version-dropdown-label"><span class="foundation-version-label">Foundation for Sites</span><span class="foundation-version-number">6.7.5</span> <span class="changelog-link">changelog</span></a>
   </div>
 
   <div class="small-7 columns show-for-small-only">
index b333be804d62428ac4f730a169440f6f9c21b279..778f9a84c3bee5addee9b806228797e219743a1c 100644 (file)
@@ -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
index 50e1ca3f2e01a66fe42430c96dafa5e0dddb0bf9..822f25689979f5efba317da3073413aace61accd 100644 (file)
@@ -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.
 
index ecf0b0d09ae7ef8d8ce4a22d47fc00b6bfb76f02..0f8984499939f2c7b5f18c72730c2a81fbdae93e 100644 (file)
@@ -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'
 });
index 585c3e09d3a0854c88ac56709f068278e1bb5622..d69dfdd1d441636cbbd81ec982f799b74c936e2d 100644 (file)
@@ -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",
index e89d7155588a23e594e8242c045eacd4c244e2d9..08b5fd80ebb7b6edacb6b1ae11cf7d2dc994442f 100644 (file)
@@ -3,7 +3,7 @@
 
     <metadata>
         <id>foundation-sites</id>
-        <version>6.7.4</version>
+        <version>6.7.5</version>
 
         <title>Foundation for Sites</title>
         <authors>Yetinauts</authors>
 
         <projectUrl>https://get.foundation/sites</projectUrl>
         <iconUrl>https://get.foundation/assets/img/icons/foundation-favicon.ico</iconUrl>
-        <releaseNotes>https://github.com/foundation/foundation-sites/releases/tag/v6.7.4</releaseNotes>
+        <releaseNotes>https://github.com/foundation/foundation-sites/releases/tag/v6.7.5</releaseNotes>
         <licenseUrl>https://github.com/foundation/foundation-sites/blob/develop/LICENSE</licenseUrl>
-        <copyright>Copyright 2017-2021</copyright>
+        <copyright>Copyright 2017-2022</copyright>
         <repository type="git" url="https://github.com/foundation/foundation-sites"/>
 
         <dependencies>
             <dependency id="jQuery" version="3.6.0"/>
             <dependency id="what-input" version="*"/>
-            <dependency id="motion-ui" version="2.0.3"/>
+            <dependency id="motion-ui" version="2.0.4"/>
         </dependencies>
 
     </metadata>
index 03b575c671742ce6dbbafedf1217e918d3cbb765..9c694141c2d72b5bea8182821fb91b20613fbe99 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Foundation for Sites
- * Version 6.7.4
+ * Version 6.7.5
  * https://get.foundation
  * Licensed under MIT Open Source
  */