From: Eduardo San Martin Morote Date: Mon, 9 Aug 2021 21:38:01 +0000 (+0200) Subject: release: v2.0.0-rc.4 X-Git-Tag: v2.0.0-rc.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a55e148392360dd344d6480f04e539ee03fb235;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-rc.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 58368412..8506bade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.0.0-rc.4](https://github.com/posva/pinia/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2021-08-09) + +If you are using Vue 2, make sure your `@vue/composition-api` version is at least `1.1.0`, which is currently under the npm dist tag `next`, which means it has to be installed with `npm install @vue/composition-api@next`. + +### Bug Fixes + +- **types:** unwrap computed in store getters ([35d4f59](https://github.com/posva/pinia/commit/35d4f591cf48166466f4d4e414de8063d55e3811)), closes [#602](https://github.com/posva/pinia/issues/602) [#603](https://github.com/posva/pinia/issues/603) + # [2.0.0-rc.3](https://github.com/posva/pinia/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2021-08-05) ### Bug Fixes diff --git a/package.json b/package.json index ad0c5f8b..e38b178b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",