]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.1.9 pinia@2.0.14 @pinia/testing@0.0.12 @pinia/nuxt@0.1.9 @pinia/testing@0.0.12 pinia@2.0.14
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 5 May 2022 11:31:35 +0000 (13:31 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 5 May 2022 11:31:35 +0000 (13:31 +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 efc6863253bcdbc06641b7cee811ee549e31c968..45352e9f29281d038e1f18e8766cb5ac8b0aa26d 100644 (file)
@@ -1,3 +1,7 @@
+## [0.1.9](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.8...@pinia/nuxt@0.1.9) (2022-05-05)
+
+Update build tools
+
 ## [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.7...@pinia/nuxt@0.1.8) (2021-12-24)
 
 Override the 0.1.7 version for convenience but no code changes since 0.1.6.
index d7ed8df9ebad7258a640745882334cfd9f820ebd..f1f5307b84fab2fde7482f788af493e3f89b0937 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.1.8",
+  "version": "0.1.9",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -52,7 +52,7 @@
     "unbuild": "^0.7.4"
   },
   "peerDependencies": {
-    "pinia": "~2.0.9"
+    "pinia": ">=2.0.14"
   },
   "publishConfig": {
     "access": "public"
index 8e7590f9ed602f1735d331a7b43758491a34614d..d8785e215871b4388e9e3767b25893ff93d58fc3 100644 (file)
@@ -1,3 +1,11 @@
+## [2.0.14](https://github.com/vuejs/pinia/compare/pinia@2.0.13...pinia@2.0.14) (2022-05-05)
+
+### Bug Fixes
+
+- avoid multiple subscriptions with empty promises ([6c17168](https://github.com/vuejs/pinia/commit/6c17168b03307f257491dbd6c0962d5bfade02cc)), closes [#1129](https://github.com/vuejs/pinia/issues/1129)
+- correctly detect option stores ([11b92fd](https://github.com/vuejs/pinia/commit/11b92fd9e4b1d2402df79de9fc47c32c1b9ce726)), closes [#1272](https://github.com/vuejs/pinia/issues/1272)
+- **devtools:** remove in tests environment ([4aeb0a5](https://github.com/vuejs/pinia/commit/4aeb0a539f7389a628e6c32bb6849ce3cd50cc17))
+
 ## [2.0.13](https://github.com/vuejs/pinia/compare/pinia@2.0.12...pinia@2.0.13) (2022-03-31)
 
 ### Bug Fixes
index 515325b331e41ba17848035b8337d0c4ec01ac97..ddaacb40787e4dad6792d47992b1ad8fc98484a8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.13",
+  "version": "2.0.14",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index f5f6ee9cf40ec4b851e8849e319c068eaff714ad..7101840d5ab8ca8aa95f23b950db41c626561617 100644 (file)
@@ -1,3 +1,11 @@
+## [0.0.12](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.11...@pinia/testing@0.0.12) (2022-05-05)
+
+### Bug Fixes
+
+- **testing:** allow overriding plugin computed properties ([ad90fd2](https://github.com/vuejs/pinia/commit/ad90fd24eecca8bd7bff238bcfa039e1a0a7f3d5))
+- **testing:** correct order of plugin installation ([0f789fe](https://github.com/vuejs/pinia/commit/0f789fe1591ef8d2d10a8616c7abac8ad09cdf98))
+- **testing:** stub actions without app ([2e4f6ca](https://github.com/vuejs/pinia/commit/2e4f6ca2e5ba92bc5ba835ebad4ab325a6428a5f))
+
 ## [0.0.11](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.10...@pinia/testing@0.0.11) (2022-03-31)
 
 ### Bug Fixes
index 3868f5bf25fa68af01931ed7776c72df3b472345..119df3447e4de907942252be94b2b1f54b0cb963 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.11",
+  "version": "0.0.12",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.13"
+    "pinia": ">=2.0.14"
   },
   "publishConfig": {
     "access": "public"