We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f2d17 commit 4bf03d2Copy full SHA for 4bf03d2
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## [v4.0.3](https://github.com/buildo/react-flexview/tree/v4.0.3) (2019-01-25)
6
+[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.2...v4.0.3)
7
+
8
+#### New features:
9
10
+- Remove lodash deps [#72](https://github.com/buildo/react-flexview/issues/72)
11
12
## [v4.0.2](https://github.com/buildo/react-flexview/tree/v4.0.2) (2019-01-23)
13
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.1...v4.0.2)
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "react-flexview",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "A react component to abstract over flexbox",
"files": [
"lib",
0 commit comments