We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219fae commit cf50461Copy full SHA for cf50461
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.15.0
4
+
5
+ - Update react dep to 0.10.0. Fix few warnings in test suite.
6
7
## 0.14.0
8
9
- Expose environment and environment implementations.
package.json
@@ -8,12 +8,12 @@
"envify": "^1.2.1"
},
10
"peerDependencies": {
11
- "react": "~0.9.0",
12
- "react-async": "~0.6.0"
+ "react": "~0.10.0",
+ "react-async": "~0.7.0"
13
14
"devDependencies": {
15
16
- "react-async": "~0.6.0",
+ "react-async": "~0.7.0",
17
"semver": "~2.2.1",
18
"mocha": "~1.17.1",
19
"jshint": "~2.4.3",
0 commit comments