Skip to content

Commit 2e0a4ce

Browse files
committed
tick version v1.3.1 with IE8 fix
1 parent 90d0be4 commit 2e0a4ce

6 files changed

+14
-10
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packery",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "David DeSandro / Metafizzy",
55
"description": "bin-packing layout library",
66
"main": [

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v1.3.1
4+
5+
Update [getSize](https://github.com/desandro/get-size) to v1.2.1 to fix IE8 bug
6+
37
### v1.3.0
48

59
+ Add CommonJS and npm support for Browserify [#167](https://github.com/metafizzy/packery/pull/167) [#199](https://github.com/metafizzy/packery/issues/199)

dist/packery.pkgd.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Packery PACKAGED v1.3.0
2+
* Packery PACKAGED v1.3.1
33
* bin-packing layout library
44
* http://packery.metafizzy.co
55
*
@@ -709,13 +709,13 @@ if ( typeof define === 'function' && define.amd ) {
709709
})( window );
710710

711711
/*!
712-
* EventEmitter v4.2.9 - git.io/ee
713-
* Oliver Caldwell
714-
* MIT license
712+
* EventEmitter v4.2.11 - git.io/ee
713+
* Unlicense - http://unlicense.org/
714+
* Oliver Caldwell - http://oli.me.uk/
715715
* @preserve
716716
*/
717717

718-
(function () {
718+
;(function () {
719719

720720

721721
/**
@@ -3357,7 +3357,7 @@ if ( typeof define === 'function' && define.amd ) {
33573357
})( window );
33583358

33593359
/*!
3360-
* Packery v1.3.0
3360+
* Packery v1.3.1
33613361
* bin-packing layout library
33623362
* http://packery.metafizzy.co
33633363
*

dist/packery.pkgd.min.js

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

js/packery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Packery v1.3.0
2+
* Packery v1.3.1
33
* bin-packing layout library
44
* http://packery.metafizzy.co
55
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packery",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "bin-packing layout library",
55
"main": "js/packery.js",
66
"dependencies": {

0 commit comments

Comments
 (0)