]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.7 v2.0.0-alpha.7
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 21 Jan 2021 11:35:54 +0000 (12:35 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 21 Jan 2021 11:35:54 +0000 (12:35 +0100)
CHANGELOG.md
package.json

index ee133d15a865dd3b29dca6c1f52e189045364cb0..c1c2c5cb412f0db205ed55e0c7a55f6592bbc5ad 100644 (file)
@@ -1,3 +1,14 @@
+# [2.0.0-alpha.7](https://github.com/posva/pinia/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2021-01-21)
+
+### Bug Fixes
+
+- resilient _VUE_DEVTOOLS_TOAST_ ([#334](https://github.com/posva/pinia/issues/334)) ([c0cacd2](https://github.com/posva/pinia/commit/c0cacd2631d76d9d6de2b16d4106ad7decb51217))
+
+### Features
+
+- enable calling `useStore()` in client ([c949b80](https://github.com/posva/pinia/commit/c949b80391cae322f024b8cc369be351d5d6a693))
+- store plugins ([f027bf5](https://github.com/posva/pinia/commit/f027bf587b37c7fc30eba4da5f90d52d99e6536d))
+
 # [2.0.0-alpha.6](https://github.com/posva/pinia/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2020-12-31)
 
 ### Bug Fixes
index 3e80b87c4cdd1fc540e83bd4cc9907da17beb38d..306741b314d13f43651bd4485216010ed1d63608 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.6",
+  "version": "2.0.0-alpha.7",
   "description": "Some awesome description",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",