Skip to content

Commit

Permalink
tick version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Nov 21, 2014
1 parent 824cfef commit db529ef
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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.0",
"version": "3.2.1",
"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.1

+ Fix missing dependencies in `package.json`

## v3.2.0

+ Add CommonJS support [#480](https://github.com/desandro/masonry/issues/480)
Expand Down
4 changes: 2 additions & 2 deletions dist/masonry.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Masonry PACKAGED v3.2.0
* Masonry PACKAGED v3.2.1
* Cascading grid layout library
* http://masonry.desandro.com
* MIT License
Expand Down Expand Up @@ -2745,7 +2745,7 @@ if ( typeof define === 'function' && define.amd ) {
})( window );

/*!
* Masonry v3.2.0
* Masonry v3.2.1
* 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.0
* Masonry v3.2.1
* 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.0",
"version": "3.2.1",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
Expand Down

0 comments on commit db529ef

Please sign in to comment.