]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.18 v2.0.0-alpha.18
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 16:56:31 +0000 (18:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 16:56:31 +0000 (18:56 +0200)
CHANGELOG.md
package.json

index 4562a6cf8ef3775170e352c6a013d0b9b4bce6b7..b208e1538adf9a79debb8ab90ca9d5e93fedbe1f 100644 (file)
@@ -1,3 +1,10 @@
+# [2.0.0-alpha.18](https://github.com/posva/pinia/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-05-17)
+
+### Bug Fixes
+
+- **types:** correct subtype Store ([48523da](https://github.com/posva/pinia/commit/48523da371ac291689b7a62b9ec433894a595827)), closes [#500](https://github.com/posva/pinia/issues/500)
+- **types:** export types ([befc132](https://github.com/posva/pinia/commit/befc132bace0b6fdc063d25db20549faa51e50b7))
+
 # [2.0.0-alpha.17](https://github.com/posva/pinia/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-05-17)
 
 ### Bug Fixes
index 18aca84b6b1a36e57ffd1f0c91ddc3e03cd350ce..f9b0bbd1e394af076a0d13697e9a6e03c5470cfe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.17",
+  "version": "2.0.0-alpha.18",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",