Skip to content

Commit

Permalink
tick version v1.3.1 with IE8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 15, 2014
1 parent 90d0be4 commit 2e0a4ce
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packery",
"version": "1.3.0",
"version": "1.3.1",
"author": "David DeSandro / Metafizzy",
"description": "bin-packing layout library",
"main": [
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 6 additions & 6 deletions dist/packery.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Packery PACKAGED v1.3.0
* Packery PACKAGED v1.3.1
* bin-packing layout library
* http://packery.metafizzy.co
*
Expand Down Expand Up @@ -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 () {


/**
Expand Down Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion dist/packery.pkgd.min.js

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

2 changes: 1 addition & 1 deletion js/packery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Packery v1.3.0
* Packery v1.3.1
* bin-packing layout library
* http://packery.metafizzy.co
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packery",
"version": "1.3.0",
"version": "1.3.1",
"description": "bin-packing layout library",
"main": "js/packery.js",
"dependencies": {
Expand Down

0 comments on commit 2e0a4ce

Please sign in to comment.