Skip to content

Commit

Permalink
tick version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Nov 24, 2014
1 parent 54f6e22 commit d04edbb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isotope",
"version": "2.1.0-beta.1",
"version": "2.1.0",
"description": "Filter and sort magical layouts",
"main": [
"js/item.js",
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## v2.0.2
## v2.1.0

+ Add CommonJS support for npm/Browserify
+ Add gutter option for fitRows [#580](https://github.com/metafizzy/isotope/issues/580)
+ Fix `updateSortData` with empty Array or jQuery object

Expand Down
4 changes: 2 additions & 2 deletions dist/isotope.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Isotope PACKAGED v2.1.0-beta.1
* Isotope PACKAGED v2.1.0
* Filter & sort magical layouts
* http://isotope.metafizzy.co
*/
Expand Down Expand Up @@ -3397,7 +3397,7 @@ if ( typeof define === 'function' && define.amd ) {
})( window );

/*!
* Isotope v2.1.0-beta.1
* Isotope v2.1.0
* Filter & sort magical layouts
* http://isotope.metafizzy.co
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/isotope.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/isotope.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Isotope v2.1.0-beta.1
* Isotope v2.1.0
* Filter & sort magical layouts
* http://isotope.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": "isotope-layout",
"version": "2.1.0-beta.1",
"version": "2.1.0",
"description": "Filter and sort magical layouts",
"dependencies": {
"get-size": ">=1.1.8 <1.3",
Expand Down

0 comments on commit d04edbb

Please sign in to comment.