Skip to content

Commit

Permalink
Package up 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Aug 18, 2017
1 parent e64e92d commit 4e21634
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.4.2",
"version": "6.4.3",
"license": "MIT",
"main": [
"scss/foundation.scss",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/foundation-float.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/foundation.js
Expand Up @@ -5317,7 +5317,7 @@ Abide.defaults = {



var FOUNDATION_VERSION = '6.4.2';
var FOUNDATION_VERSION = '6.4.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion dist/js/foundation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.js
Expand Up @@ -183,7 +183,7 @@ window.Foundation = __WEBPACK_IMPORTED_MODULE_1__foundation_core__["a" /* Founda



var FOUNDATION_VERSION = '6.4.2';
var FOUNDATION_VERSION = '6.4.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/pages/installation.md
Expand Up @@ -125,10 +125,10 @@ The folks at [cdnjs](https://cdnjs.com) host the compressed Foundation CSS and J

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

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

---
Expand Down
2 changes: 1 addition & 1 deletion js/foundation.core.js
Expand Up @@ -4,7 +4,7 @@ import $ from 'jquery';
import { GetYoDigits } from './foundation.util.core';
import { MediaQuery } from './foundation.util.mediaQuery';

var FOUNDATION_VERSION = '6.4.2';
var FOUNDATION_VERSION = '6.4.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion meteor-README.md
@@ -1,4 +1,4 @@
# [Foundation for Sites](http://foundation.zurb.com) (v6.4.2)
# [Foundation for Sites](http://foundation.zurb.com) (v6.4.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.

Expand Down
2 changes: 1 addition & 1 deletion 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.4.2',
version: '6.4.3',
git: 'https://github.com/zurb/foundation-sites.git',
documentation: 'meteor-README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.4.2",
"version": "6.4.3",
"main": "dist/js/npm.js",
"typings": "dist/js/foundation.d.ts",
"description": "The most advanced responsive front-end framework in the world.",
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation.scss
@@ -1,6 +1,6 @@
/**
* Foundation for Sites by ZURB
* Version 6.4.2
* Version 6.4.3
* foundation.zurb.com
* Licensed under MIT Open Source
*/
Expand Down

0 comments on commit 4e21634

Please sign in to comment.