]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.5 pinia@2.0.25 @pinia/nuxt@0.4.5 pinia@2.0.25
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 21 Nov 2022 21:13:36 +0000 (22:13 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 21 Nov 2022 21:13:36 +0000 (22:13 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 14c47861063f16f1fd2ced29bb64ea0567908f51..b65445c96ef38e9398482b786b858019dfe800fd 100644 (file)
@@ -1,3 +1,9 @@
+## [0.4.5](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.4...@pinia/nuxt@0.4.5) (2022-11-21)
+
+### Bug Fixes
+
+- **nuxt:** ensure pinia plugin is added before router ([3e4e63c](https://github.com/vuejs/pinia/commit/3e4e63c1f4749ee09b045a771c546de33dd4c405))
+
 ## [0.4.4](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.3...@pinia/nuxt@0.4.4) (2022-11-17)
 
 ### Bug Fixes
index f3271f3f80b9bb9581340370b844e83e6a5f9d13..0356cda387cc84301f14ddc22ced761507ec7084 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.4",
+  "version": "0.4.5",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -46,7 +46,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "^3.0.0",
-    "pinia": ">=2.0.24"
+    "pinia": ">=2.0.25"
   },
   "devDependencies": {
     "@nuxt/module-builder": "^0.2.1",
index a6d384b9ed66c8ac966dd1cb65d960e32c0ebc81..aba758b7d0461339ca8fc0ab93262bc5808f930d 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.25](https://github.com/vuejs/pinia/compare/pinia@2.0.24...pinia@2.0.25) (2022-11-21)
+
+### Bug Fixes
+
+- **types:** implemented a workaround to be TS 4.9.x compatible ([#1818](https://github.com/vuejs/pinia/issues/1818)) ([c42a54c](https://github.com/vuejs/pinia/commit/c42a54c5d6bf20ca4b1c619da44f18be3c84db87))
+
 ## [2.0.24](https://github.com/vuejs/pinia/compare/pinia@2.0.23...pinia@2.0.24) (2022-11-17)
 
 ## [2.0.23](https://github.com/vuejs/pinia/compare/pinia@2.0.22...pinia@2.0.23) (2022-10-08)
index a4b6295dfb6ad931b656668af9e230a28fa3549a..660d6c04ba28147f745c029949d20073368ebffd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.24",
+  "version": "2.0.25",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",