Skip to content

Commit fbb7bd2

Browse files
committed
release 0.13.5
1 parent 5938795 commit fbb7bd2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
0.13.5 (Sep 9, 2016)
4+
-----
5+
6+
#### Fixes:
7+
8+
- Fixed a few Flow typing errors in `WidthProvider`.
9+
310
0.13.4 (Sep 9, 2016)
411
-----
512

dist/react-grid-layout.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-grid-layout.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)