]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.2.1 pinia@2.0.16 @pinia/nuxt@0.2.1 pinia@2.0.16
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 12 Jul 2022 16:36:02 +0000 (18:36 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 12 Jul 2022 16:36:02 +0000 (18:36 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 1b07f816a464dc23bcd09a0c25e7df48946441eb..6d5565217842dd5b5a6bea4adb5ceae1a9a4e3f3 100644 (file)
@@ -1,3 +1,10 @@
+## [0.2.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.2.0...@pinia/nuxt@0.2.1) (2022-07-12)
+
+### Bug Fixes
+
+- **nuxt:** add back the nuxtState ([0f68174](https://github.com/vuejs/pinia/commit/0f6817459959c28d53130ac74f8da137a5f26860)), closes [#1447](https://github.com/vuejs/pinia/issues/1447)
+- **nuxt:** use context.payload ([46775cf](https://github.com/vuejs/pinia/commit/46775cf77785102921ad233f63febf2f05102977)), closes [#1442](https://github.com/vuejs/pinia/issues/1442)
+
 # [0.2.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.9...@pinia/nuxt@0.2.0) (2022-07-11)
 
 ### Bug Fixes
index a8ad52c8d2069da99b39df170ed95dc2d50e8ba0..984d8a7e5965b48286f4ca8cb0803dce61165b31 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -52,7 +52,7 @@
     "unbuild": "^0.7.4"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.15"
+    "pinia": ">=2.0.16"
   },
   "publishConfig": {
     "access": "public"
index 5fbb6234741daa19b1f4bacee266aae879d5ae6f..b2ffc23e0d0c84321c9897f0dff34c3b5ce4d1cd 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.16](https://github.com/vuejs/pinia/compare/pinia@2.0.15...pinia@2.0.16) (2022-07-12)
+
+### Bug Fixes
+
+- add missing require in exports ([96c0dbc](https://github.com/vuejs/pinia/commit/96c0dbc66ee166e6bd11be60c8486f239d83af40))
+
 ## [2.0.15](https://github.com/vuejs/pinia/compare/pinia@2.0.14...pinia@2.0.15) (2022-07-11)
 
 ### Features
index 5cab254485574ee704136d44cb6248c0da0bd78a..17896b8db5e4c09eed2b5d898176116029c30b3f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.15",
+  "version": "2.0.16",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",