]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.0.9 @pinia/testing@0.0.4 @pinia/nuxt@0.0.9 @pinia/testing@0.0.4
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 21 Oct 2021 15:21:56 +0000 (17:21 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 21 Oct 2021 15:21:56 +0000 (17:21 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 7656bb3892a66a6ea5d29d5e8c2219125fcd2c90..2ba942ea75d3017665e1d46895df47549ba5fd45 100644 (file)
@@ -1,3 +1,11 @@
+## [0.0.9](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.8...@pinia/nuxt@0.0.9) (2021-10-21)
+
+### Bug Fixes
+
+- correct deps in nuxt plugin ([8020f99](https://github.com/posva/pinia/commit/8020f996e2b3c32685c88d0652b23a86bdcba507))
+- correct peer deps and deps ([c83677a](https://github.com/posva/pinia/commit/c83677a9cf7a1cb20b2e6fed529f3c5500062648))
+- should work with nuxt ([03159a4](https://github.com/posva/pinia/commit/03159a440de0eb2b17c3c3bd30dc64223fe90648))
+
 ## [0.0.8](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.7...@pinia/nuxt@0.0.8) (2021-10-20)
 
 ### Bug Fixes
index 604dcb1ea03b4a36f8a5d492d9db86e8010cb2d6..c30268946bc233d43e152f08baa6b09fc9c17552 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.0.8",
+  "version": "0.0.9",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "vue",
index 105276b3b65e163f6cf9965acf14dbf041e6897a..b853e875b4f78f884792359025703836074c9b84 100644 (file)
@@ -1,3 +1,9 @@
+## [0.0.4](https://github.com/posva/pinia/compare/@pinia/testing@0.0.3...@pinia/testing@0.0.4) (2021-10-21)
+
+### Bug Fixes
+
+- correct peer deps and deps ([c83677a](https://github.com/posva/pinia/commit/c83677a9cf7a1cb20b2e6fed529f3c5500062648))
+
 ## [0.0.3](https://github.com/posva/pinia/compare/@pinia/testing@0.0.2...@pinia/testing@0.0.3) (2021-09-03)
 
 ### Features
index 5556e8be8826bb67918e52b1776574db899b8252..2ee9e9846ef4ffd2bf1d37a1358de44231254c20 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.3",
+  "version": "0.0.4",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",