Skip to content

Commit

Permalink
release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Oct 12, 2015
1 parent f5d242a commit bb5b030
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@
- IE fixes.
- Documentation updates. (#77)

### 0.8.3 (Oct 12, 2015)

- Bugfix: Short-circuiting drag throws due to `e.changedTouches` check.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie"
Expand Down
6 changes: 3 additions & 3 deletions dist/react-draggable.js

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

1 change: 1 addition & 0 deletions dist/react-draggable.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-draggable.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-draggable.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/react-draggable.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-draggable.min.map

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
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "0.8.2",
"version": "0.8.3",
"description": "React draggable component",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bb5b030

Please sign in to comment.