Skip to content

Commit 8203da3

Browse files
committed
Releasing 0.3.0
1 parent 72363af commit 8203da3

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
@@ -18,4 +18,8 @@
1818

1919
### 0.2.1 (Sep 10, 2014)
2020

21-
- Exporting as ReactDraggable
21+
- Exporting as ReactDraggable
22+
23+
### 0.3.0 (Oct 21, 2014)
24+
25+
- Adding support for touch devices

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.1",
3+
"version": "0.3.0",
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.1",
3+
"version": "0.3.0",
44
"description": "React draggable component",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)