]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.6 pinia@2.0.27 @pinia/nuxt@0.4.6 pinia@2.0.27
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 27 Nov 2022 09:02:27 +0000 (10:02 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 27 Nov 2022 09:04:19 +0000 (10:04 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
pnpm-lock.yaml

index b65445c96ef38e9398482b786b858019dfe800fd..f048dc1fe8f662d57b2b0858f2dd7321cc81edd2 100644 (file)
@@ -1,3 +1,10 @@
+## [0.4.6](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.5...@pinia/nuxt@0.4.6) (2022-11-27)
+
+### Bug Fixes
+
+- **nuxt:** Avoid recursive import from Nuxt #imports ([#1823](https://github.com/vuejs/pinia/issues/1823)) ([e1c0a19](https://github.com/vuejs/pinia/commit/e1c0a19abca2b8574c81f6f6e3d1b324924ba68d))
+- **nuxt:** use #app imports ([6cf7e48](https://github.com/vuejs/pinia/commit/6cf7e48264c575d705aeb41c978817a48e55978d))
+
 ## [0.4.5](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.4...@pinia/nuxt@0.4.5) (2022-11-21)
 
 ### Bug Fixes
index 0356cda387cc84301f14ddc22ced761507ec7084..38e709bc4c4ddcbf784d3d9bc5b208c3c2e1e70f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.5",
+  "version": "0.4.6",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -46,7 +46,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "^3.0.0",
-    "pinia": ">=2.0.25"
+    "pinia": ">=2.0.27"
   },
   "devDependencies": {
     "@nuxt/module-builder": "^0.2.1",
index c3b0d8d5e11b8a4fc5cd8b3621d1224399d0781c..d3b768ec9a79e640e820e66e81eb1dd97f7ce58b 100644 (file)
@@ -1,3 +1,7 @@
+## [2.0.27](https://github.com/vuejs/pinia/compare/pinia@2.0.26...pinia@2.0.27) (2022-11-27)
+
+- api docs changes
+
 ## [2.0.26](https://github.com/vuejs/pinia/compare/pinia@2.0.25...pinia@2.0.26) (2022-11-23)
 
 ### Bug Fixes
@@ -341,7 +345,7 @@ This version supports Vue 2! [Here](https://github.com/vuejs/pinia-vue-2-vite-ex
 
 # [2.0.0-rc.1](https://github.com/vuejs/pinia/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2021-07-30)
 
-Posted https://github.com/vuejs/pinia/issues/592 to help people installing or upgrading Pinia.
+Posted <https://github.com/vuejs/pinia/issues/592> to help people installing or upgrading Pinia.
 
 ### Bug Fixes
 
@@ -355,7 +359,7 @@ Posted https://github.com/vuejs/pinia/issues/592 to help people installing or up
 
 This release requires Vue 3.2.0, which is currently only available under the `beta` dist tag (`npm i vue@beta` or `yarn add vue@beta` + the corresponding packages like `@vue/compiler-sfc@beta`).
 
-Follow the instructions at https://github.com/vuejs/pinia/issues/592 if you need help updating your package versions.
+Follow the instructions at <https://github.com/vuejs/pinia/issues/592> if you need help updating your package versions.
 
 It contains major improvements:
 
index ede0c09ee21e6cab8afac4764f97d5c05ab6fc3e..99009d7c637c5790ed1462918655bb20a31d9eec 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.26",
+  "version": "2.0.27",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index f9d4f3659939b17632a973909de918b97716d3ea..f4c9abbdc0be2724ae6672281d729d5b4141b76c 100644 (file)
@@ -93,7 +93,7 @@ importers:
       '@nuxt/schema': ^3.0.0
       '@nuxt/test-utils': ^3.0.0
       nuxt: ^3.0.0
-      pinia: '>=2.0.25'
+      pinia: '>=2.0.27'
       typescript: ^4.8.4
       vue-tsc: ^1.0.9
     dependencies: