We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a6e2 commit e15ae89Copy full SHA for e15ae89
packages/pinia/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### [2.2.7](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@2.2.7) (2024-11-27)
2
+
3
+### Bug Fixes
4
5
+- **devtools:** avoid running outside of browsers ([eb5e6fd](https://github.com/vuejs/pinia/commit/eb5e6fd6073da8e828a9087c876d0e8fde3cdb3d)), closes [#2843](https://github.com/vuejs/pinia/issues/2843)
6
7
## [2.2.6](https://github.com/vuejs/pinia/compare/pinia@2.2.5...pinia@2.2.6) (2024-11-03)
8
9
No code changes in this release
packages/pinia/package.json
@@ -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",
0 commit comments