]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.2.7 v2.2.7
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Nov 2024 14:51:12 +0000 (15:51 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Nov 2024 14:51:12 +0000 (15:51 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index f2842d3257b3328e9f24ef5e6d3da1e377695a94..3d491254293f83245dfd44b197471b887396452c 100644 (file)
@@ -1,3 +1,9 @@
+### [2.2.7](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@2.2.7) (2024-11-27)
+
+### Bug Fixes
+
+- **devtools:** avoid running outside of browsers ([eb5e6fd](https://github.com/vuejs/pinia/commit/eb5e6fd6073da8e828a9087c876d0e8fde3cdb3d)), closes [#2843](https://github.com/vuejs/pinia/issues/2843)
+
 ## [2.2.6](https://github.com/vuejs/pinia/compare/pinia@2.2.5...pinia@2.2.6) (2024-11-03)
 
 No code changes in this release
index 8be20c5ce51a9d619c20d7930b7e59f408280d7f..ffcb95d089ce0b7c8c943caabe260ef8843bd80c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.6",
+  "version": "2.2.7",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",