]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.7 pinia@2.0.31 @pinia/testing@0.0.15 @pinia/nuxt@0.4.7 @pinia/testing@0.0.15 pinia@2.0.31
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Feb 2023 09:18:01 +0000 (10:18 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Feb 2023 09:18:01 +0000 (10:18 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json
pnpm-lock.yaml

index f048dc1fe8f662d57b2b0858f2dd7321cc81edd2..d2d8c642b7aa6a0b04930f45c593009a9c1413ae 100644 (file)
@@ -1,3 +1,7 @@
+## [0.4.7](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.6...@pinia/nuxt@0.4.7) (2023-02-20)
+
+No changes in this release
+
 ## [0.4.6](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.5...@pinia/nuxt@0.4.6) (2022-11-27)
 
 ### Bug Fixes
@@ -81,8 +85,8 @@
   `$fetch()` and `useNuxtApp()`. You can find more information about this
   in Nuxt documentation:
 
-  - https://v3.nuxtjs.org/bridge/bridge-composition-api/
-  - https://v3.nuxtjs.org/bridge/overview
+  - <https://v3.nuxtjs.org/bridge/bridge-composition-api/>
+  - <https://v3.nuxtjs.org/bridge/overview>
 
 - **nuxt:** in Nuxt 3, `$nuxt` is no longer available in stores.
   This is because it was removed in Nuxt 3 and it is no longer the
index f13afde6e550ad87bf9f9cab60c2353dffaabc9c..1bb181a5056eb2c3259d6944dffd85ac0323b9dd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.6",
+  "version": "0.4.7",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -46,7 +46,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "^3.0.0",
-    "pinia": ">=2.0.27"
+    "pinia": ">=2.0.31"
   },
   "devDependencies": {
     "@nuxt/module-builder": "^0.2.1",
index 7baefb0ff8d0b18153f72e4593c822dc65bb4209..412790778927d034e88c1fa14c44531b84d22778 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.31](https://github.com/vuejs/pinia/compare/pinia@2.0.30...pinia@2.0.31) (2023-02-20)
+
+### Bug Fixes
+
+- **types:** mapWritableState array ([07eaf99](https://github.com/vuejs/pinia/commit/07eaf99a566ef5de4173b782504a163bd276e12e)), closes [#2014](https://github.com/vuejs/pinia/issues/2014)
+
 ## [2.0.30](https://github.com/vuejs/pinia/compare/pinia@2.0.29...pinia@2.0.30) (2023-02-01)
 
 ### Bug Fixes
index e0572f7350ac708fb451109ce15aef8924d48531..61d262cbecbcc84cad5716295133e7d5dd464e32 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.30",
+  "version": "2.0.31",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index f2569cff92f5554081aaa447dd714df974863c55..834a9f37d8c2fea293f49eeebc373691d7c85b46 100644 (file)
@@ -1,3 +1,7 @@
+## [0.0.15](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.14...@pinia/testing@0.0.15) (2023-02-20)
+
+No changes in this release
+
 ## [0.0.14](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.13...@pinia/testing@0.0.14) (2022-08-18)
 
 - refactor changes
index 22f21560b3e6431cd1371eed70db8924bd6cb825..ac49194243d461f70db58f56a9dae93f298e06cb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.14",
+  "version": "0.0.15",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.19"
+    "pinia": ">=2.0.31"
   },
   "publishConfig": {
     "access": "public"
index 49bfd5277e420ecf5d96ca3082c17e1c19354c5c..ec739b54fd05bf0456983684d6bf1bfcad8dbace 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.27'
+      pinia: '>=2.0.31'
       typescript: ^4.8.4
       vue-tsc: ^1.0.24
     dependencies: