Skip to content

Commit 9a2817b

Browse files
committed
release v1.3.6
1 parent 60482f7 commit 9a2817b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.3.6 (Apr 8, 2016)
4+
5+
- Republish after 1.3.5 contained a bundling error.
6+
37
### 1.3.5 (Apr 8, 2016)
48

59
- Add React v15 to devDeps. `<Draggable>` supports both `v0.14` and `v15`.

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": "1.3.5",
3+
"version": "1.3.6",
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": "1.3.5",
3+
"version": "1.3.6",
44
"description": "React draggable component",
55
"main": "dist/react-draggable.js",
66
"browser": "dist/react-draggable.js",

0 commit comments

Comments
 (0)