+## [0.3.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.3.0...@pinia/nuxt@0.3.1) (2022-07-25)
+
+- doc generation changes
+
# [0.3.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.2.1...@pinia/nuxt@0.3.0) (2022-07-13)
**Please read the release notes if you are upgrading from a previous version.**
{
"name": "@pinia/nuxt",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.6",
- "pinia": ">=2.0.14"
+ "pinia": ">=2.0.17"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
+## [2.0.17](https://github.com/vuejs/pinia/compare/pinia@2.0.16...pinia@2.0.17) (2022-07-25)
+
+### Bug Fixes
+
+- **devtools:** state formatting ([b01f5c2](https://github.com/vuejs/pinia/commit/b01f5c2a5cb62cfd3e0df9da5570925f3a6f077a)), closes [#1358](https://github.com/vuejs/pinia/issues/1358)
+- setupStore getter types ([#1430](https://github.com/vuejs/pinia/issues/1430)) ([#1444](https://github.com/vuejs/pinia/issues/1444)) ([6be93f2](https://github.com/vuejs/pinia/commit/6be93f2301a7711873f49c94999913947e3896b8))
+
+### Features
+
+- **devtools:** allow resetting fromp pinia inspector ([cee0e16](https://github.com/vuejs/pinia/commit/cee0e16e0ea343f97fa6b96f80ff32380637110b))
+
## [2.0.16](https://github.com/vuejs/pinia/compare/pinia@2.0.15...pinia@2.0.16) (2022-07-12)
### Bug Fixes
{
"name": "pinia",
- "version": "2.0.16",
+ "version": "2.0.17",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
+## [0.0.13](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.12...@pinia/testing@0.0.13) (2022-07-25)
+
+- doc generation changes
+
## [0.0.12](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.11...@pinia/testing@0.0.12) (2022-05-05)
### Bug Fixes
{
"name": "@pinia/testing",
- "version": "0.0.12",
+ "version": "0.0.13",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"siroc": "^0.16.0"
},
"peerDependencies": {
- "pinia": ">=2.0.14"
+ "pinia": ">=2.0.17"
},
"publishConfig": {
"access": "public"