Skip to content

Commit 0502121

Browse files
3.0.1
1 parent cc825a8 commit 0502121

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [v3.0.1](https://github.com/buildo/react-flexview/tree/v3.0.1) (2018-01-18)
6+
[Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.0...v3.0.1)
7+
8+
#### Fixes (bugs & defects):
9+
10+
- using the type FlexView.Props does not work [#57](https://github.com/buildo/react-flexview/issues/57)
11+
512
## [v3.0.0](https://github.com/buildo/react-flexview/tree/v3.0.0) (2018-01-18)
613
[Full Changelog](https://github.com/buildo/react-flexview/compare/v2.0.2...v3.0.0)
714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flexview",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A react component to abstract over flexbox",
55
"files": [
66
"lib",

0 commit comments

Comments
 (0)