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

index 44cdd9bfe2f661fd842e76bd2e4c85ec96d3b857..55df2b55621613869e4915a1c2484d515c769b70 100644 (file)
@@ -1,3 +1,10 @@
+## [0.2.3](https://github.com/posva/pinia/compare/v0.2.2...v0.2.3) (2021-03-31)
+
+### Bug Fixes
+
+- **types:** add PiniaCustomProperties to stores ([a12d96d](https://github.com/posva/pinia/commit/a12d96db6d981d4af023360018bd1c6a6658ff8e))
+- **types:** pass custom properties to actions and getters ([6a5326f](https://github.com/posva/pinia/commit/6a5326f3acd6e1244401bf276964c348e6cb8721))
+
 ## [0.2.2](https://github.com/posva/pinia/compare/v0.2.1...v0.2.2) (2021-03-31)
 
 This build exposes the `exports` option in `package.json`, please report any errors you find.
index b68b41ff36365d305ea21733b311d9609fd121c4..67289dd3271adeb73e23c7f75ea3a413c35d6b5d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "0.2.2",
+  "version": "0.2.3",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",