Skip to content

Commit

Permalink
tick version v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 15, 2014
1 parent fffb9c9 commit dc3eb1f
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": "masonry",
"version": "3.2.1",
"version": "3.2.2",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
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

## v3.2.2

+ Update [getSize](https://github.com/desandro/get-size) to v1.2.1 to fix IE8 bug

## v3.2.1

+ Fix missing dependencies in `package.json`
Expand Down
12 changes: 6 additions & 6 deletions dist/masonry.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Masonry PACKAGED v3.2.1
* Masonry PACKAGED v3.2.2
* Cascading grid layout library
* http://masonry.desandro.com
* MIT License
Expand Down Expand Up @@ -311,13 +311,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 @@ -2747,7 +2747,7 @@ if ( typeof define === 'function' && define.amd ) {
})( window );

/*!
* Masonry v3.2.1
* Masonry v3.2.2
* Cascading grid layout library
* http://masonry.desandro.com
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/masonry.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 masonry.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Masonry v3.2.1
* Masonry v3.2.2
* Cascading grid layout library
* http://masonry.desandro.com
* MIT License
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": "masonry-layout",
"version": "3.2.1",
"version": "3.2.2",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
Expand Down

0 comments on commit dc3eb1f

Please sign in to comment.