Skip to content

Commit babb968

Browse files
committed
Release v0.2.1
1 parent 4bc4668 commit babb968

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
- Adding support for specifying start position
1515
- Ensure event handlers are destroyed on unmount
1616
- Adding browserify support
17-
- Adding bower support
17+
- Adding bower support
18+
19+
### 0.2.1 (Sep 10, 2014)
20+
21+
- Exporting as ReactDraggable

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"homepage": "https://github.com/mzabriskie/react-draggable",
55
"authors": [
66
"Matt Zabriskie"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React draggable component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)