]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.32 pinia@2.0.32
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Feb 2023 07:53:02 +0000 (08:53 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Feb 2023 07:53:02 +0000 (08:53 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 412790778927d034e88c1fa14c44531b84d22778..586257ea0d430c369ba5b7bf2389d219b19bc083 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.32](https://github.com/vuejs/pinia/compare/pinia@2.0.31...pinia@2.0.32) (2023-02-21)
+
+### Bug Fixes
+
+- **types:** mapWritableState array ([a7ad90d](https://github.com/vuejs/pinia/commit/a7ad90d319c4fad29f40622a6b95e605c47377f9)), closes [#2014](https://github.com/vuejs/pinia/issues/2014)
+
 ## [2.0.31](https://github.com/vuejs/pinia/compare/pinia@2.0.30...pinia@2.0.31) (2023-02-20)
 
 ### Bug Fixes
index 61d262cbecbcc84cad5716295133e7d5dd464e32..5544dfcaae08c014268bbf661659a8edd521dd0c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.31",
+  "version": "2.0.32",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",