Skip to content

Commit 26475ef

Browse files
committed
Merge tag 'v6.4.3' into develop
2 parents 191ee59 + 4e21634 commit 26475ef

16 files changed

+17
-17
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"license": "MIT",
55
"main": [
66
"scss/foundation.scss",

dist/css/foundation-float.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/foundation-prototype.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/foundation-rtl.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/foundation.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/foundation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5317,7 +5317,7 @@ Abide.defaults = {
53175317

53185318

53195319

5320-
var FOUNDATION_VERSION = '6.4.2';
5320+
var FOUNDATION_VERSION = '6.4.3';
53215321

53225322
// Global Foundation object
53235323
// This is attached to the window, or used as a module for AMD/Browserify

dist/js/foundation.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/plugins/foundation.core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ window.Foundation = __WEBPACK_IMPORTED_MODULE_1__foundation_core__["a" /* Founda
183183

184184

185185

186-
var FOUNDATION_VERSION = '6.4.2';
186+
var FOUNDATION_VERSION = '6.4.3';
187187

188188
// Global Foundation object
189189
// This is attached to the window, or used as a module for AMD/Browserify

dist/js/plugins/foundation.core.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pages/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ The folks at [cdnjs](https://cdnjs.com) host the compressed Foundation CSS and J
125125

126126
```html
127127
<!-- Compressed CSS -->
128-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.2/css/foundation.min.css" integrity="sha256-itWEYdFWzZPBG78bJOOiQIn06QCgN/F0wMDcC4nOhxY=" crossorigin="anonymous" />
128+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" integrity="sha256-itWEYdFWzZPBG78bJOOiQIn06QCgN/F0wMDcC4nOhxY=" crossorigin="anonymous" />
129129

130130
<!-- Compressed JavaScript -->
131-
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.2/js/foundation.min.js" integrity="sha256-Nd2xznOkrE9HkrAMi4xWy/hXkQraXioBg9iYsBrcFrs=" crossorigin="anonymous"></script>
131+
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js" integrity="sha256-Nd2xznOkrE9HkrAMi4xWy/hXkQraXioBg9iYsBrcFrs=" crossorigin="anonymous"></script>
132132
```
133133

134134
---

js/foundation.core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import $ from 'jquery';
44
import { GetYoDigits } from './foundation.util.core';
55
import { MediaQuery } from './foundation.util.mediaQuery';
66

7-
var FOUNDATION_VERSION = '6.4.2';
7+
var FOUNDATION_VERSION = '6.4.3';
88

99
// Global Foundation object
1010
// This is attached to the window, or used as a module for AMD/Browserify

meteor-README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Foundation for Sites](http://foundation.zurb.com) (v6.4.2)
1+
# [Foundation for Sites](http://foundation.zurb.com) (v6.4.3)
22

33
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.
44

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'zurb:foundation-sites',
33
summary: 'Foundation 6 - The most advanced responsive front-end framework in the world.',
4-
version: '6.4.2',
4+
version: '6.4.3',
55
git: 'https://github.com/zurb/foundation-sites.git',
66
documentation: 'meteor-README.md'
77
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"main": "dist/js/npm.js",
55
"typings": "dist/js/foundation.d.ts",
66
"description": "The most advanced responsive front-end framework in the world.",

scss/components/_button-group.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $buttongroup-radius-on-each: true !default;
100100
@else {
101101
// One child
102102
&:first-child:last-child {
103-
width: 100%
103+
width: 100%;
104104
}
105105

106106
// Two or more childreen

scss/foundation.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Foundation for Sites by ZURB
3-
* Version 6.4.2
3+
* Version 6.4.3
44
* foundation.zurb.com
55
* Licensed under MIT Open Source
66
*/

0 commit comments

Comments
 (0)