From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 10:12:37 +0000 (+0200) Subject: release: v2.0.0-alpha.9 X-Git-Tag: v2.0.0-alpha.9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e01d96082591ccd12818d56f39365f7e5db4d668;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.9 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d741ab..a18d1b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 760a75f2..f4911cb4 100644 --- a/package.json +++ b/package.json @@ -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",