]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.2.0 pinia@2.0.15 @pinia/nuxt@0.2.0 pinia@2.0.15
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Jul 2022 13:33:22 +0000 (15:33 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Jul 2022 13:33:22 +0000 (15:33 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 45352e9f29281d038e1f18e8766cb5ac8b0aa26d..1b07f816a464dc23bcd09a0c25e7df48946441eb 100644 (file)
@@ -1,3 +1,9 @@
+# [0.2.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.9...@pinia/nuxt@0.2.0) (2022-07-11)
+
+### Bug Fixes
+
+- **nuxt:** plugin injection on latest Nuxt 3 context ([#1433](https://github.com/vuejs/pinia/issues/1433)) ([bd0c52f](https://github.com/vuejs/pinia/commit/bd0c52f75645a49226f0473d4b0d3ad1a65635c7))
+
 ## [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
index f1f5307b84fab2fde7482f788af493e3f89b0937..a8ad52c8d2069da99b39df170ed95dc2d50e8ba0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.1.9",
+  "version": "0.2.0",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -52,7 +52,7 @@
     "unbuild": "^0.7.4"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.14"
+    "pinia": ">=2.0.15"
   },
   "publishConfig": {
     "access": "public"
index d8785e215871b4388e9e3767b25893ff93d58fc3..5fbb6234741daa19b1f4bacee266aae879d5ae6f 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.15](https://github.com/vuejs/pinia/compare/pinia@2.0.14...pinia@2.0.15) (2022-07-11)
+
+### Features
+
+- warn when a getter conflicts with the state ([#1356](https://github.com/vuejs/pinia/issues/1356)) ([667b81d](https://github.com/vuejs/pinia/commit/667b81dfd7888bbae562bbd02c3670d4c664a8e2))
+
 ## [2.0.14](https://github.com/vuejs/pinia/compare/pinia@2.0.13...pinia@2.0.14) (2022-05-05)
 
 ### Bug Fixes
index ddaacb40787e4dad6792d47992b1ad8fc98484a8..e75c80567e795889f39194d72fb7e36a0734a4e0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.14",
+  "version": "2.0.15",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",