Skip to content

Commit

Permalink
release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed May 19, 2016
1 parent 041bec6 commit 91dd49f
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.0.1 (May 19, 2016)

- Finally fixed the IE10 constructor bug. Thanks @davidstubbs [#158](https://github.com/mzabriskie/react-draggable/pull/158)

### 2.0.0 (May 10, 2016)

- This is a breaking change. See the changes below in the beta releases.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie",
Expand All @@ -25,4 +25,4 @@
"webpack.config.js",
"package.json"
]
}
}
73 changes: 39 additions & 34 deletions dist/react-draggable.js

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

2 changes: 1 addition & 1 deletion dist/react-draggable.js.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.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "2.0.0",
"version": "2.0.1",
"description": "React draggable component",
"main": "dist/react-draggable.js",
"browser": "dist/react-draggable.js",
Expand Down Expand Up @@ -64,4 +64,4 @@
"dependencies": {
"classnames": "^2.2.0"
}
}
}

0 comments on commit 91dd49f

Please sign in to comment.