+## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.6...@pinia/nuxt@0.1.7) (2021-12-20)
+
+No code updates in this release
+
## [0.1.6](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.5...@pinia/nuxt@0.1.6) (2021-12-01)
Upgrade dependencies
{
"name": "@pinia/nuxt",
- "version": "0.1.6",
+ "version": "0.1.7",
"description": "Nuxt Module for pinia",
"keywords": [
"vue",
"unbuild": "^0.6.3"
},
"peerDependencies": {
- "pinia": "~2.0.5"
+ "pinia": "~2.0.7"
},
"publishConfig": {
"access": "public"
+## [2.0.7](https://github.com/vuejs/pinia/compare/pinia@2.0.6...pinia@2.0.7) (2021-12-20)
+
+### Bug Fixes
+
+- allow using multiple `$onAction`, **ignore returned value** ([4dc1f1b](https://github.com/vuejs/pinia/commit/4dc1f1bec8f3db508c02fa6bdcc8203f280cbb3e)), closes [#893](https://github.com/vuejs/pinia/issues/893)
+- **subscribe:** direct mutation should not trigger detached subscriptions ([a9ef6b6](https://github.com/vuejs/pinia/commit/a9ef6b6c96ae8fdf891e29ab05c5276773425e1c)), closes [#908](https://github.com/vuejs/pinia/issues/908)
+
+### Features
+
+- update devtools-api ([ca26686](https://github.com/vuejs/pinia/commit/ca266868c5c5a00f3bebb326e9a0b9aaf90fb344))
+
## [2.0.6](https://github.com/vuejs/pinia/compare/pinia@2.0.5...pinia@2.0.6) (2021-12-04)
### Bug Fixes
{
"name": "pinia",
- "version": "2.0.6",
+ "version": "2.0.7",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
+## [0.0.9](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.8...@pinia/testing@0.0.9) (2021-12-20)
+
+No code updates in this release
+
## [0.0.8](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.7...@pinia/testing@0.0.8) (2021-12-04)
### Features
{
"name": "@pinia/testing",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"siroc": "^0.16.0"
},
"peerDependencies": {
- "pinia": "~2.0.6"
+ "pinia": "~2.0.7"
},
"publishConfig": {
"access": "public"