]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.12 @pinia/testing@0.0.10 @pinia/testing@0.0.10 pinia@2.0.12
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 14 Mar 2022 16:08:33 +0000 (17:08 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 14 Mar 2022 16:08:33 +0000 (17:08 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 80f229d2345ce5e2eb7180cff30a26e42191496a..cb4c0c74e9157ae7ea9ceec402dca167322d516f 100644 (file)
@@ -1,3 +1,17 @@
+## [2.0.12](https://github.com/vuejs/pinia/compare/pinia@2.0.11...pinia@2.0.12) (2022-03-14)
+
+### Bug Fixes
+
+- **devtools:** avoid error in getters ([a64c19d](https://github.com/vuejs/pinia/commit/a64c19d33ed60dac1b1c1f98cf2055615a45f6d8)), closes [#1062](https://github.com/vuejs/pinia/issues/1062)
+- **types:** exclude internal properties from store ([f8f944f](https://github.com/vuejs/pinia/commit/f8f944fcdd4411c2f84297786955c4c157fbeebe)), closes [#1013](https://github.com/vuejs/pinia/issues/1013)
+
+### Features
+
+- **devtools:** allow disable logs ([43f690f](https://github.com/vuejs/pinia/commit/43f690f10c35b2c309cd091225379afc0479ad93))
+- **devtools:** use api.now() ([836ab86](https://github.com/vuejs/pinia/commit/836ab865b48f09df5dc848e69ad14597cbaaf21e))
+- up vue-devtools ([e8e5f28](https://github.com/vuejs/pinia/commit/e8e5f28e08a37ed1d30e680df95ce6f3307775ed))
+- **warn:** avoid vue 2 bug storeToRefs() ([f692fdf](https://github.com/vuejs/pinia/commit/f692fdfe623389f3d85c90e5a923c5cfb15c0b0b)), closes [#852](https://github.com/vuejs/pinia/issues/852)
+
 ## [2.0.11](https://github.com/vuejs/pinia/compare/pinia@2.0.10...pinia@2.0.11) (2022-01-30)
 
 ### Bug Fixes
index 955c919b55fe719a1a5ca2f78105073253b9c27e..277bfa64d73dd6ee1ae5c2b2083f2c034d2d72fe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.11",
+  "version": "2.0.12",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index eecd5d519b537a4684d044bb64a282e6fa428736..d843caa6e135b751fecee9c224cc54ec714ab37b 100644 (file)
@@ -1,3 +1,9 @@
+## [0.0.10](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.9...@pinia/testing@0.0.10) (2022-03-14)
+
+### Features
+
+- Automatically vitest globals handling
+
 ## [0.0.9](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.8...@pinia/testing@0.0.9) (2021-12-20)
 
 No code updates in this release
index 335701e07c652d52fc537266dfa7a5f6a72f4bb6..69bb57b1d55892c4a5c0a3dcbe1f82797a11d51a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.9",
+  "version": "0.0.10",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": "~2.0.7"
+    "pinia": "~2.0.12"
   },
   "publishConfig": {
     "access": "public"