]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.3.1 pinia@2.0.17 @pinia/testing@0.0.13 @pinia/nuxt@0.3.1 @pinia/testing@0.0.13 pinia@2.0.17
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Jul 2022 12:03:58 +0000 (14:03 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 25 Jul 2022 12:03:58 +0000 (14:03 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index e29884a61f55ed71f6125ad3beb2faeccaa2aa08..04012603c6555c60e31b496d0a181a0f3e254de8 100644 (file)
@@ -1,3 +1,7 @@
+## [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.**
index 35a4954bfe18e83588737d2926ae10cac7075501..c5f24db4a8e2c10cc77c24b5e07677955d444b46 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.3.0",
+  "version": "0.3.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -46,7 +46,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "3.0.0-rc.6",
-    "pinia": ">=2.0.14"
+    "pinia": ">=2.0.17"
   },
   "devDependencies": {
     "@nuxt/module-builder": "latest",
index b2ffc23e0d0c84321c9897f0dff34c3b5ce4d1cd..fe4a10c725de43c51d1f219327d14981fa6f73ce 100644 (file)
@@ -1,3 +1,14 @@
+## [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
index 12241969158b401ed026d3db0bbb07e512949fa1..d86da78d8af54011dc095c4323e73c33ff6c69eb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "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",
index 7101840d5ab8ca8aa95f23b950db41c626561617..0f3d502c4580fe22d6a5c85f625791bab34a93ea 100644 (file)
@@ -1,3 +1,7 @@
+## [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
index 119df3447e4de907942252be94b2b1f54b0cb963..901470138ffa2d92f7eadfb8ab66f82f3de939f5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.12",
+  "version": "0.0.13",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.14"
+    "pinia": ">=2.0.17"
   },
   "publishConfig": {
     "access": "public"