]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.0-rc.8 pinia@2.0.0-rc.8
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 6 Sep 2021 08:22:33 +0000 (10:22 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 6 Sep 2021 08:22:33 +0000 (10:22 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 0f89da11edc89d64d9052e447c926eaab335d79b..2728c06fd90a895660cec1fd3edc0fcf08eee377 100644 (file)
@@ -1,3 +1,9 @@
+# [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
+
+- correctly set the store properties in Vue 2 ([9e40309](https://github.com/posva/pinia/commit/9e40309e5bfc54f5f71178cf90d37ebcf8dd8dca)), closes [#657](https://github.com/posva/pinia/issues/657)
+
 # [2.0.0-rc.7](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.6...pinia@2.0.0-rc.7) (2021-09-03)
 
 ### Bug Fixes
index 68ee0d60e90d3aecf043302c85f412b500146a03..86a1a7fa4f212dc4b47348a27a9f3d6e4c9cf3ea 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.7",
+  "version": "2.0.0-rc.8",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",