]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.1.6 pinia@2.1.6
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Jul 2023 14:38:55 +0000 (16:38 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Jul 2023 14:38:55 +0000 (16:38 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 833eaa8e7096df10f8e9f61d8a1ecb34e7a98195..aa0a7e4fba60c9207f503991068cb863bfedc8d5 100644 (file)
@@ -1,3 +1,9 @@
+## [2.1.6](https://github.com/vuejs/pinia/compare/pinia@2.1.5...pinia@2.1.6) (2023-07-26)
+
+### Bug Fixes
+
+- **devtools:** preserve store reactivity ([709ed3b](https://github.com/vuejs/pinia/commit/709ed3b3a4787c3a9b5a59f863558b480a96eaaf))
+
 ## [2.1.5](https://github.com/vuejs/pinia/compare/pinia@2.1.4...pinia@2.1.5) (2023-07-26)
 
 ### Bug Fixes
index f57f478e917e6a3314456b94055ab4fb9c03ad4a..b557ce135e2e110d2551b9e37cc8ed437452c6b2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.1.5",
+  "version": "2.1.6",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",