Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Sep 10, 2014
1 parent 4bc4668 commit babb968
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
- Adding support for specifying start position
- Ensure event handlers are destroyed on unmount
- Adding browserify support
- Adding bower support
- Adding bower support

### 0.2.1 (Sep 10, 2014)

- Exporting as ReactDraggable
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.2.0",
"version": "0.2.1",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie"
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": "react-draggable",
"version": "0.2.0",
"version": "0.2.1",
"description": "React draggable component",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit babb968

Please sign in to comment.