]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.0 pinia@2.0.0
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Oct 2021 16:09:07 +0000 (18:09 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Oct 2021 16:09:07 +0000 (18:09 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index faeeb97c96c6debf987647b369182dc935923d8c..02b8ba595bd3c0995927bf4b5f35dc10949c781e 100644 (file)
@@ -1,3 +1,13 @@
+# [2.0.0](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.15...pinia@2.0.0) (2021-10-27)
+
+🎉 ðŸŽ‰ ðŸŽ‰
+
+### Bug Fixes
+
+- **devtools:** root store access [#732](https://github.com/posva/pinia/issues/732) ([90d2c35](https://github.com/posva/pinia/commit/90d2c35d94ccb6e3991b99b181bfe3b360cfa289))
+- **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))
+
 # [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
index 7a0bcaffa5006e98834f2389b3967013e2bc6c01..5421d948f94eae677e3f300d16967cb38e19dd49 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.15",
+  "version": "2.0.0",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",