]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-beta.3 v2.0.0-beta.3
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 18 Jun 2021 13:11:32 +0000 (15:11 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 18 Jun 2021 13:11:32 +0000 (15:11 +0200)
CHANGELOG.md
package.json

index f6840699fa3ab5fa1ef15f71977c9d18b7ccc59f..4d72ce840ff28fbfda6631332879d7d981fbb304 100644 (file)
@@ -1,3 +1,13 @@
+# [2.0.0-beta.3](https://github.com/posva/pinia/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-06-18)
+
+### Bug Fixes
+
+- **patch:** avoid merging reactive objects ([a6a75e8](https://github.com/posva/pinia/commit/a6a75e891d3fc4a7ec2c5dea3ac8081cf460c4d2)), closes [#528](https://github.com/posva/pinia/issues/528)
+
+### Features
+
+- **devtools:** display custom properties ([fd901cd](https://github.com/posva/pinia/commit/fd901cdf34d035289067a189a874b7e2df1cbe3e))
+
 # [2.0.0-beta.2](https://github.com/posva/pinia/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-06-03)
 
 ### Bug Fixes
index 05bba19bb4fa40f04e262c14b862eb4b91fa2c7c..16fd77196c0cbe1df196604fd183244e7d0001c3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-beta.2",
+  "version": "2.0.0-beta.3",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",