Skip to content

Commit

Permalink
Release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fhawkes committed Apr 22, 2015
1 parent e69c3e8 commit b732205
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v0.6.7"></a>
### v0.6.7 (2015-04-22)


#### Bug Fixes

* **gridster:** responsive width now resizes based off wrapper not window ([e69c3e8f](http://github.com/DecksterTeam/gridster.js/commit/e69c3e8f64aa4557ef032e4d0d8185e83b1aed21))

<a name="v0.6.6"></a>
### v0.6.6 (2015-04-14)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
"version": "0.6.6",
"version": "0.6.7",
"dependencies": {
"jquery": "~1.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.6 - 2015-04-22
/*! gridster.js - v0.6.7 - 2015-04-22
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.6 - 2015-04-22
/*! gridster.js - v0.6.7 - 2015-04-22
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.css

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

2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.6 - 2015-04-22
/*! gridster.js - v0.6.7 - 2015-04-22
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gridster",
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.6.6",
"version": "0.6.7",
"homepage": "http://gridster.net/",
"author": {
"name": "decksterteam",
Expand Down

0 comments on commit b732205

Please sign in to comment.