Skip to content

Commit 3861ba8

Browse files
committed
v0.3.0
1 parent 5186b07 commit 3861ba8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/hydrateio/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
3+
4+
5+
### Bug Fixes
6+
7+
* resolve null props as expected ([5186b07](https://github.com/hydrateio/react-from-json/commit/5186b07))
8+
9+
10+
### Features
11+
12+
* resolve id prop from component JSON root ([214c256](https://github.com/hydrateio/react-from-json/commit/214c256))
13+
14+
15+
116
<a name="0.2.0"></a>
217
# [0.2.0](https://github.com/hydrateio/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-json",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Declare your React component tree in JSON",
55
"author": "hydrateio",
66
"license": "MIT",

0 commit comments

Comments
 (0)