@logux/vuex
Advanced tools
Comparing version 0.5.0-beta.2 to 0.5.0
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.5.0-beta.2 | ||
* Fix incorrect behavior with nested modules ([#26](https://github.com/logux/vuex/issues/26)) | ||
## 0.5.0 | ||
* Add full support of Vuex modules | ||
* Fix incorrect behavior with modules ([#26](https://github.com/logux/vuex/issues/26)) | ||
* Update dependencies | ||
## 0.5.0-beta.1 | ||
* Fix incorrect behavior with modules ([#26](https://github.com/logux/vuex/issues/26)) | ||
## 0.4.0 | ||
@@ -12,0 +10,0 @@ * Add `loguxComponent`, component with scoped slots ([#18](https://github.com/logux/vuex/pull/18), [#25](https://github.com/logux/vuex/pull/25)) (by Stanislav Lashmanov) |
{ | ||
"name": "@logux/vuex", | ||
"version": "0.5.0-beta.2", | ||
"version": "0.5.0", | ||
"description": "Vuex compatible API for Logux", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"jest": "^26.0.1", | ||
"lint-staged": "^10.2.2", | ||
"lint-staged": "^10.2.4", | ||
"nanodelay": "^1.0.2", | ||
@@ -55,0 +55,0 @@ "rimraf": "^3.0.2", |
32519
16