Comparing version 2.7.0 to 2.7.1
@@ -12,2 +12,6 @@ # Changelog | ||
## 2.7.0 | ||
- **New Feature** | ||
- `createActions()` and `createStores()` now return the new Store/Actions instance. [#4](https://github.com/acdlite/flummox/pull/27) [@tappleby](https://github.com/tappleby) | ||
## 2.6.1 | ||
@@ -14,0 +18,0 @@ - **Bug Fix** |
{ | ||
"name": "flummox", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Idiomatic, modular, testable, isomorphic Flux. No singletons required.", | ||
@@ -35,3 +35,3 @@ "main": "lib/Flux.js", | ||
"mocha": "~2.1.0", | ||
"react": "0.12.x", | ||
"react": ">=0.12.0", | ||
"sinon": "~1.12.2", | ||
@@ -42,3 +42,3 @@ "source-map-support": "~0.2.9", | ||
"peerDependencies": { | ||
"react": "0.12.x" | ||
"react": ">=0.12.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "dependencies": { |
1354007