Comparing version 0.17.1 to 0.17.2
@@ -1,2 +0,2 @@ | ||
import { createScene } from 'kea/logic' | ||
import { createScene } from 'kea/scene' | ||
@@ -3,0 +3,0 @@ import sceneComponent from '~/scenes/$$dash-scene$$/index' |
@@ -8,2 +8,7 @@ # Change Log | ||
## 0.17.1 - 2017-01-30 | ||
### Changed | ||
- [PR4](https://github.com/mariusandra/kea/pull/4). Add action.meta to reducer mapping. | ||
- [PR4](https://github.com/mariusandra/kea/pull/4). Upgrade takeEvery, takeLatest usage for redux-saga >= 0.14 compatibility. | ||
## 0.17.0 - 2017-01-13 | ||
@@ -10,0 +15,0 @@ ### Changed |
{ | ||
"name": "kea", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "Smart front-end architecture", | ||
@@ -5,0 +5,0 @@ "author": "Marius Andra", |
108479