]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: redeploy
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Oct 2021 18:08:28 +0000 (20:08 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Oct 2021 18:08:28 +0000 (20:08 +0200)
packages/pinia/CHANGELOG.md

index 02b8ba595bd3c0995927bf4b5f35dc10949c781e..e06983de423925c24c29739bc695940ac27ac7e7 100644 (file)
@@ -8,6 +8,10 @@
 - **plugins:** ensure plugins are used only once ([#745](https://github.com/posva/pinia/issues/745)) ([150fdfc](https://github.com/posva/pinia/commit/150fdfc8abe2577046af947b2e4fbbde2efb057e))
 - **ssr:** make skipHydrate compatible with @vue/composition-api ([71448b0](https://github.com/posva/pinia/commit/71448b008fc4517ab0036b98121a0346df75880e))
 
+### BREAKING CHANGES
+
+All deprecated API have been removed.
+
 # [2.0.0-rc.15](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.14...pinia@2.0.0-rc.15) (2021-10-25)
 
 ### Bug Fixes