]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.4 @pinia/testing@0.0.6 @pinia/testing@0.0.6 pinia@2.0.4
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Nov 2021 09:52:18 +0000 (10:52 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Nov 2021 09:52:18 +0000 (10:52 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 883f65de617c2a2a20f6ff92dbfefeebaef28e54..983101cf828cacd5351993e7f3d7c6d86bba64af 100644 (file)
@@ -1,3 +1,10 @@
+## [2.0.4](https://github.com/posva/pinia/compare/pinia@2.0.3...pinia@2.0.4) (2021-11-19)
+
+### Features
+
+- **devtools:** allow resetting directly from devtools ([44fa896](https://github.com/posva/pinia/commit/44fa896213e855bb611e30f25b9cd7ffe4a1643e))
+- **devtools:** display all getters in pinia root ([ce8f1e5](https://github.com/posva/pinia/commit/ce8f1e5b87fa21c09b044be965e34d48b50a129b))
+
 ## [2.0.3](https://github.com/posva/pinia/compare/pinia@2.0.2...pinia@2.0.3) (2021-11-10)
 
 - Updated peer deps for composition api and vue devtools
index dce410eae39a23c5ef6d3f6ca1754154da392192..93fbcb60c430eb2cfa7ffc54c7bd07f9db2ab834 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.3",
+  "version": "2.0.4",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index 8964d9663be944e735354b82ebf357238fbea9f7..7f67a9fee85281a7355739a908ec9dbafdaa6764 100644 (file)
@@ -1,3 +1,9 @@
+## [0.0.6](https://github.com/posva/pinia/compare/@pinia/testing@0.0.5...@pinia/testing@0.0.6) (2021-11-19)
+
+### Bug Fixes
+
+- **testing:** typo when detecting jest existence ([#811](https://github.com/posva/pinia/issues/811)) ([c1fd013](https://github.com/posva/pinia/commit/c1fd01350b12b09ce49f923ebc9fee992c2408fd))
+
 ## [0.0.5](https://github.com/posva/pinia/compare/@pinia/testing@0.0.4...@pinia/testing@0.0.5) (2021-11-03)
 
 Nothing new.
index 58c25f5fc100dbdde3e215df25d96f751fee094f..a20f783d0ceee1f85527ab39ae1c3942f420589d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.5",
+  "version": "0.0.6",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": "~2.0.2"
+    "pinia": "~2.0.4"
   },
   "publishConfig": {
     "access": "public"