Skip to content

Commit d04edbb

Browse files
committed
tick version v2.1.0
1 parent 54f6e22 commit d04edbb

6 files changed

+8
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isotope",
3-
"version": "2.1.0-beta.1",
3+
"version": "2.1.0",
44
"description": "Filter and sort magical layouts",
55
"main": [
66
"js/item.js",

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## v2.0.2
3+
## v2.1.0
44

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

dist/isotope.pkgd.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Isotope PACKAGED v2.1.0-beta.1
2+
* Isotope PACKAGED v2.1.0
33
* Filter & sort magical layouts
44
* http://isotope.metafizzy.co
55
*/
@@ -3397,7 +3397,7 @@ if ( typeof define === 'function' && define.amd ) {
33973397
})( window );
33983398

33993399
/*!
3400-
* Isotope v2.1.0-beta.1
3400+
* Isotope v2.1.0
34013401
* Filter & sort magical layouts
34023402
* http://isotope.metafizzy.co
34033403
*/

dist/isotope.pkgd.min.js

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

js/isotope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Isotope v2.1.0-beta.1
2+
* Isotope v2.1.0
33
* Filter & sort magical layouts
44
* http://isotope.metafizzy.co
55
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isotope-layout",
3-
"version": "2.1.0-beta.1",
3+
"version": "2.1.0",
44
"description": "Filter and sort magical layouts",
55
"dependencies": {
66
"get-size": ">=1.1.8 <1.3",

0 commit comments

Comments
 (0)