]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.9 v2.0.0-alpha.9
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 10:12:37 +0000 (12:12 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 10:12:37 +0000 (12:12 +0200)
CHANGELOG.md
package.json

index a7d741ab6a57fafbafad8d65ba9e81b3ed00e54a..a18d1b0f10ea5f50aefa5c1080c10d9bd24c77cb 100644 (file)
@@ -1,3 +1,9 @@
+# [2.0.0-alpha.9](https://github.com/posva/pinia/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2021-03-31)
+
+### Bug Fixes
+
+- **types:** pass custom properties to stores ([d26df6e](https://github.com/posva/pinia/commit/d26df6e1133fc8dff58312df36ff2af6f129a560))
+
 # [2.0.0-alpha.8](https://github.com/posva/pinia/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2021-03-29)
 
 ### Bug Fixes
index 760a75f20a5580319cd6fa0bf3f571800d6d5e13..f4911cb41dd3b1218592e2bac681bce387e309da 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.8",
+  "version": "2.0.0-alpha.9",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",