]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.5.3 v0.5.3
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Aug 2021 14:01:25 +0000 (16:01 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Aug 2021 14:01:25 +0000 (16:01 +0200)
CHANGELOG.md
package.json

index 71cde8bdfea6967bb2b1a6cb2b2d04770f07d20d..72643163a5f856b3ffb3322a5a3499536cc14416 100644 (file)
@@ -1,3 +1,12 @@
+## [0.5.3](https://github.com/posva/pinia/compare/v0.5.2...v0.5.3) (2021-08-02)
+
+### Bug Fixes
+
+- markRaw on pinia ([208e6c0](https://github.com/posva/pinia/commit/208e6c00d2d6077b818a7f99f000b177a1f96107))
+- **patch:** avoid merging reactive objects ([581bd08](https://github.com/posva/pinia/commit/581bd08d978050fc5b9e8c6b32147cf3798b33cb)), closes [#528](https://github.com/posva/pinia/issues/528)
+- **types:** forbid non existent access in getters and actions ([29eee8a](https://github.com/posva/pinia/commit/29eee8a3eba5f426a05315dd05c1a7eaf69a6758))
+- **types:** remove state properties from this ([7990adf](https://github.com/posva/pinia/commit/7990adfffa39d14a0d458e6d8a0f341e61441693))
+
 ## [0.5.2](https://github.com/posva/pinia/compare/v0.5.1...v0.5.2) (2021-06-03)
 
 ### Bug Fixes
index e56bcf2259d5f2920cdb1400f46154e58ffa815a..7e71842efb165c10a26487815b0ce49f2831cd2c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "0.5.2",
+  "version": "0.5.3",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",