From: Eduardo San Martin Morote Date: Thu, 31 Dec 2020 19:20:34 +0000 (+0100) Subject: release: v2.0.0-alpha.6 X-Git-Tag: v2.0.0-alpha.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5632f5c753c7b58aef099508f9d167fbc749a4c5;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.6 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d463a2..ee133d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [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 + +- correct lifespan of stores ([483335c](https://github.com/posva/pinia/commit/483335c6660d593cf33468c1ab8c95da82cc392a)), closes [#255](https://github.com/posva/pinia/issues/255) + +### Features + +- **types:** export used types ([dc56fba](https://github.com/posva/pinia/commit/dc56fbafa21d8efa2a4b61ffb464f1befa25e34c)), closes [#315](https://github.com/posva/pinia/issues/315) + +### BREAKING CHANGES + +- `setActiveReq()` has been renamed to + `setActivePinia()`. And now receives the application's pinia as the + first parameter instead of an arbitrary object (like a Node http + request). **This affects particularly users doing SSR** but also + enables them to write universal code. + # [2.0.0-alpha.5](https://github.com/posva/pinia/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2020-10-09) ### Code Refactoring diff --git a/package.json b/package.json index d579ce02..c06eba31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "Some awesome description", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",