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

index b90072e90f7e590fdd1f0c4d6f52f2c8b2fb4d7d..302aab102b92fc4ee9aa00f5a449890aff90b23e 100644 (file)
@@ -1,3 +1,9 @@
+## [2.1.4](https://github.com/vuejs/pinia/compare/pinia@2.1.3...pinia@2.1.4) (2023-06-14)
+
+### Bug Fixes
+
+- **devtools:** group setup store sync actions mutations ([683efe1](https://github.com/vuejs/pinia/commit/683efe1a34cbca82c1ef19d268e3080503401de2))
+
 ## [2.1.3](https://github.com/vuejs/pinia/compare/pinia@2.1.2...pinia@2.1.3) (2023-05-18)
 
 ### Bug Fixes
index f40e958572af61e76c49aede7da5d24cc22a1c71..3f2d1ce3f406cace2627b932cd90b262298d5843 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.1.3",
+  "version": "2.1.4",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",