]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.16 v2.0.0-alpha.16
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 4 May 2021 19:14:24 +0000 (21:14 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 4 May 2021 19:14:24 +0000 (21:14 +0200)
CHANGELOG.md
package.json

index 3d0d0c79e95e2d3ff1762b2ac2949f7626c1d51e..4534e155e1d0f28ff7b5757941d30d82b6aefeac 100644 (file)
@@ -1,3 +1,13 @@
+# [2.0.0-alpha.16](https://github.com/posva/pinia/compare/v2.0.0-alpha.14...v2.0.0-alpha.16) (2021-05-04)
+
+### Bug Fixes
+
+- **devtools:** add all stores ([2a8515c](https://github.com/posva/pinia/commit/2a8515cef57dce9cb9d0d8f7a8a52bbc1d3b6082)), closes [#472](https://github.com/posva/pinia/issues/472)
+
+### Features
+
+- **devtools:** display getters in components ([810b969](https://github.com/posva/pinia/commit/810b9697fe639070c21a76119d7d7001b6db069e))
+
 # [2.0.0-alpha.15](https://github.com/posva/pinia/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-05-04)
 
 ### Bug Fixes
index 152d314266da738e3ae055ee277dd64caecf68e5..e93c4e67435301c6431c903f1935e8f45ee4ea81 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.15",
+  "version": "2.0.0-alpha.16",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",