]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.21 pinia@2.0.21
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 26 Aug 2022 13:24:54 +0000 (15:24 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 26 Aug 2022 13:24:54 +0000 (15:24 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 0e87f2798613f3da25cedba5e07c506f81090551..0ed5458251e33d621c9fcf3a8152869bf731cccc 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.21](https://github.com/vuejs/pinia/compare/pinia@2.0.20...pinia@2.0.21) (2022-08-26)
+
+### Bug Fixes
+
+- **build:** remove problematic browser export ([6efa780](https://github.com/vuejs/pinia/commit/6efa780f2c6e401e1d82a80a2aeceeac962f1c4e)), closes [#1593](https://github.com/vuejs/pinia/issues/1593)
+
 ## [2.0.20](https://github.com/vuejs/pinia/compare/pinia@2.0.19...pinia@2.0.20) (2022-08-19)
 
 - **build**: support vue 2 devtools flag
index b69865d4a668051d639ce3f49498960032d2b87f..29c13caa1def168f1e6c5008cb910c112c9f2e63 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.20",
+  "version": "2.0.21",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",