We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1d21c commit 9519c0aCopy full SHA for 9519c0a
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## [v3.0.2](https://github.com/buildo/react-flexview/tree/v3.0.2) (2018-05-21)
6
+[Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.1...v3.0.2)
7
+
8
+#### Fixes (bugs & defects):
9
10
+- ref prop type is broken [#63](https://github.com/buildo/react-flexview/issues/63)
11
12
## [v3.0.1](https://github.com/buildo/react-flexview/tree/v3.0.1) (2018-01-18)
13
[Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.0...v3.0.1)
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-flexview",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "A react component to abstract over flexbox",
"files": [
"lib",
0 commit comments