From 2e0a4ce1b5bcbd33f9a197a80b4338b24d21dc82 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 15 Dec 2014 10:40:31 -0500 Subject: [PATCH] tick version v1.3.1 with IE8 fix --- bower.json | 2 +- changelog.md | 4 ++++ dist/packery.pkgd.js | 12 ++++++------ dist/packery.pkgd.min.js | 2 +- js/packery.js | 2 +- package.json | 2 +- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 1f2ba1c..f39123e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "packery", - "version": "1.3.0", + "version": "1.3.1", "author": "David DeSandro / Metafizzy", "description": "bin-packing layout library", "main": [ diff --git a/changelog.md b/changelog.md index 77ef6aa..f853d25 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +### v1.3.1 + +Update [getSize](https://github.com/desandro/get-size) to v1.2.1 to fix IE8 bug + ### v1.3.0 + Add CommonJS and npm support for Browserify [#167](https://github.com/metafizzy/packery/pull/167) [#199](https://github.com/metafizzy/packery/issues/199) diff --git a/dist/packery.pkgd.js b/dist/packery.pkgd.js index 93a9608..ef4d323 100644 --- a/dist/packery.pkgd.js +++ b/dist/packery.pkgd.js @@ -1,5 +1,5 @@ /*! - * Packery PACKAGED v1.3.0 + * Packery PACKAGED v1.3.1 * bin-packing layout library * http://packery.metafizzy.co * @@ -709,13 +709,13 @@ if ( typeof define === 'function' && define.amd ) { })( window ); /*! - * EventEmitter v4.2.9 - git.io/ee - * Oliver Caldwell - * MIT license + * EventEmitter v4.2.11 - git.io/ee + * Unlicense - http://unlicense.org/ + * Oliver Caldwell - http://oli.me.uk/ * @preserve */ -(function () { +;(function () { /** @@ -3357,7 +3357,7 @@ if ( typeof define === 'function' && define.amd ) { })( window ); /*! - * Packery v1.3.0 + * Packery v1.3.1 * bin-packing layout library * http://packery.metafizzy.co * diff --git a/dist/packery.pkgd.min.js b/dist/packery.pkgd.min.js index 94dd98a..c617ba9 100644 --- a/dist/packery.pkgd.min.js +++ b/dist/packery.pkgd.min.js @@ -1,5 +1,5 @@ /*! - * Packery PACKAGED v1.3.0 + * Packery PACKAGED v1.3.1 * bin-packing layout library * http://packery.metafizzy.co * diff --git a/js/packery.js b/js/packery.js index 77d92b3..fca7139 100644 --- a/js/packery.js +++ b/js/packery.js @@ -1,5 +1,5 @@ /*! - * Packery v1.3.0 + * Packery v1.3.1 * bin-packing layout library * http://packery.metafizzy.co * diff --git a/package.json b/package.json index dbee89c..f09b5f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "packery", - "version": "1.3.0", + "version": "1.3.1", "description": "bin-packing layout library", "main": "js/packery.js", "dependencies": {