]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.0-rc.9 pinia@2.0.0-rc.9
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 12 Sep 2021 10:47:29 +0000 (12:47 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 12 Sep 2021 10:47:29 +0000 (12:47 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 2728c06fd90a895660cec1fd3edc0fcf08eee377..8cfcb4be68ff0771e1310ac1019056822fa22889 100644 (file)
@@ -1,3 +1,11 @@
+# [2.0.0-rc.9](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.8...pinia@2.0.0-rc.9) (2021-09-12)
+
+### Bug Fixes
+
+- correct store in getters vue 2 ([3d4080b](https://github.com/posva/pinia/commit/3d4080b503292f1d711daa51fad204c5f8db223d))
+- **vue2:** delay getters until stores are ready when cross using them ([ed48b00](https://github.com/posva/pinia/commit/ed48b0093c2a58caf8bb4548cceb13eeaf5f1378))
+- **vue2:** fix isComputed check for getters ([307078b](https://github.com/posva/pinia/commit/307078bb7a485ec01ff50fdcd58138433662ade0))
+
 # [2.0.0-rc.8](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.7...pinia@2.0.0-rc.8) (2021-09-06)
 
 ### Bug Fixes
index edab23487b986c26041766956634b029d56e0266..ff22f9107c6a58b98c4a28e9b6f1c11d3f8ddfe7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.8",
+  "version": "2.0.0-rc.9",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs",
   "module": "dist/pinia.mjs",