]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.8 pinia@2.0.8
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Dec 2021 19:10:55 +0000 (20:10 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Dec 2021 19:10:55 +0000 (20:10 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 47f605f1aef9942aad33fa4ef6d61753a7d240a0..31648cfcf771d73263d0b0c2b8761b30f232fb83 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.8](https://github.com/vuejs/pinia/compare/pinia@2.0.7...pinia@2.0.8) (2021-12-20)
+
+### Bug Fixes
+
+- **subscribe:** avoid $subscriptions with $patch ([3bfe9e5](https://github.com/vuejs/pinia/commit/3bfe9e51fd0f9b3f939aace53463aa10f2e9c90f)), closes [#908](https://github.com/vuejs/pinia/issues/908)
+
 ## [2.0.7](https://github.com/vuejs/pinia/compare/pinia@2.0.6...pinia@2.0.7) (2021-12-20)
 
 ### Bug Fixes
index 3f5f9f98a6250665704b7f0eefdfc0e4740f545e..19d12c0b8b8d170084b15d880d10888117d4aff2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.7",
+  "version": "2.0.8",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",