From: Eduardo San Martin Morote Date: Sun, 2 May 2021 18:32:24 +0000 (+0200) Subject: docs: links X-Git-Tag: v2.0.0-alpha.14~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd0b65827e9ad410788530e1750ab22a50e58be1;p=thirdparty%2Fvuejs%2Fpinia.git docs: links --- diff --git a/docs/cookbook/migration-0-0-7.md b/docs/cookbook/migration-0-0-7.md index 35f96907..98ded3f3 100644 --- a/docs/cookbook/migration-0-0-7.md +++ b/docs/cookbook/migration-0-0-7.md @@ -1,6 +1,9 @@ # Migrating from 0.0.7 -The versions after `0.0.7`: `0.1.0`, and `0.2.0`, came with a few big breaking changes. This guide helps you migrate whether you use Vue 2 or Vue 3. +The versions after `0.0.7`: `0.1.0`, and `0.2.0`, came with a few big breaking changes. This guide helps you migrate whether you use Vue 2 or Vue 3. The whole changelog can be found in the repository: + +- [For Pinia <= 1 for Vue 2](https://github.com/posva/pinia/blob/v1/CHANGELOG.md) +- [For Pinia > 2 for Vue 3](https://github.com/posva/pinia/blob/v2/CHANGELOG.md) If you have questions or issues regarding the migration, feel free to [open a discussion](https://github.com/posva/pinia/discussions/categories/q-a) to ask for help.