Skip to content

Commit f6b5500

Browse files
committed
Version 1.0.2. Support for React 16
1 parent 27619e1 commit f6b5500

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ import { Inlet, Outlet, ConduitProvider } from "react-conduit";
9595

9696
## CHANGELOG
9797

98+
### v1.0.2
99+
100+
* Support for React 16
101+
98102
### v1.0.1
99103

100104
* Fix Inlet ordering not working

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-conduit",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Place components anywhere in your dom tree",
55
"main": "lib/index.js",
66
"repository": {
@@ -39,7 +39,7 @@
3939
"prepublish": "npm run compile"
4040
},
4141
"peerDependencies": {
42-
"react": "^15.5.0",
42+
"react": "^15.5.0 || ^16.0.0",
4343
"react-addons-create-fragment": "^15.5.0"
4444
},
4545
"babel": {

0 commit comments

Comments
 (0)