]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.33 pinia@2.0.33
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 6 Mar 2023 09:30:35 +0000 (10:30 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 6 Mar 2023 09:30:35 +0000 (10:30 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 586257ea0d430c369ba5b7bf2389d219b19bc083..b7a0c11f50e2857703e0b3fc114dc4536cade93c 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.33](https://github.com/vuejs/pinia/compare/pinia@2.0.32...pinia@2.0.33) (2023-03-06)
+
+### Bug Fixes
+
+- allow `$reset` to be overridden by plugins ([#2054](https://github.com/vuejs/pinia/issues/2054)) ([709e2b1](https://github.com/vuejs/pinia/commit/709e2b1a77410331ee1ce88212ac55a4e92fa941))
+
 ## [2.0.32](https://github.com/vuejs/pinia/compare/pinia@2.0.31...pinia@2.0.32) (2023-02-21)
 
 ### Bug Fixes
index 5544dfcaae08c014268bbf661659a8edd521dd0c..1fbc5b3ff1dde63a59b94cb4c3bcbbfc1313333c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.32",
+  "version": "2.0.33",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",