]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.8 v2.0.0-alpha.8
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 29 Mar 2021 17:10:13 +0000 (19:10 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 29 Mar 2021 17:10:13 +0000 (19:10 +0200)
CHANGELOG.md
package.json

index c1c2c5cb412f0db205ed55e0c7a55f6592bbc5ad..a7d741ab6a57fafbafad8d65ba9e81b3ed00e54a 100644 (file)
@@ -1,3 +1,14 @@
+# [2.0.0-alpha.8](https://github.com/posva/pinia/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2021-03-29)
+
+### Bug Fixes
+
+- use assign instead of spread ([b2bb5ba](https://github.com/posva/pinia/commit/b2bb5ba4faf52c41479a7d77490b85016b853229))
+- **cjs:** ensure dev checks on cjs build ([a255735](https://github.com/posva/pinia/commit/a255735211b796120d5f76470ea18759f1eb5d97))
+
+### Features
+
+- **devtools:** logo and titles ([0963fd0](https://github.com/posva/pinia/commit/0963fd0b647b0e5414782f78167c770cbab24a83))
+
 # [2.0.0-alpha.7](https://github.com/posva/pinia/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2021-01-21)
 
 ### Bug Fixes
index 33b8eb63ca3646b2fa36acbb3853ce71008447fb..e156207d29cce66a8b28619ee72fc87ea7e272da 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.7",
+  "version": "2.0.0-alpha.8",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",