]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.10 v2.0.0-alpha.10
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 1 Apr 2021 14:38:27 +0000 (16:38 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 1 Apr 2021 14:38:27 +0000 (16:38 +0200)
CHANGELOG.md
package.json

index a18d1b0f10ea5f50aefa5c1080c10d9bd24c77cb..92a3ae62132608debedfd59a8b5ceac120fb76a4 100644 (file)
@@ -1,3 +1,10 @@
+# [2.0.0-alpha.10](https://github.com/posva/pinia/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2021-04-01)
+
+### Features
+
+- **patch:** allow passing a function ([8d545e4](https://github.com/posva/pinia/commit/8d545e427c6415df00254eb9638116e96e64d3b5))
+- **types:** generics on PiniaCustomProperties ([36129cf](https://github.com/posva/pinia/commit/36129cf415abb8efccda859cd6b787594fe46f00))
+
 # [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
index f4911cb41dd3b1218592e2bac681bce387e309da..ab30111d27e98a094d4ce4118434e00dc2a38254 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.9",
+  "version": "2.0.0-alpha.10",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",