mobx-state-tree
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -0,1 +1,5 @@ | ||
# 0.7.1 | ||
* Fixed `array.remove` not working | ||
# 0.7.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "mobx-state-tree", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"documentation": "^4.0.0-beta9", | ||
"mobx": "^3.1.12", | ||
"mobx": "^3.1.15", | ||
"nyc": "^10.0.0", | ||
@@ -49,3 +49,3 @@ "tape": "^4.6.0", | ||
"peerDependencies": { | ||
"mobx": "^3.1.12" | ||
"mobx": "^3.1.15" | ||
}, | ||
@@ -52,0 +52,0 @@ "keywords": [ |
380785