]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.10 pinia@2.0.10
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 27 Jan 2022 11:53:28 +0000 (12:53 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 27 Jan 2022 11:53:28 +0000 (12:53 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index bc906e5da2366ceb42778ad60baef2d7ea744325..e0a85c9abfa9305303851440808cda1fcbc66a52 100644 (file)
@@ -1,3 +1,11 @@
+## [2.0.10](https://github.com/vuejs/pinia/compare/pinia@2.0.9...pinia@2.0.10) (2022-01-27)
+
+### Bug Fixes
+
+- check HTMLAnchorElement in saveAs for mini-program ([#966](https://github.com/vuejs/pinia/issues/966)) ([#967](https://github.com/vuejs/pinia/issues/967)) ([85daefb](https://github.com/vuejs/pinia/commit/85daefb7c3325d3cd258de9812cb117c393b8f99))
+- **subscriptions:** allow removing subscriptions inside them ([#990](https://github.com/vuejs/pinia/issues/990)) ([465d222](https://github.com/vuejs/pinia/commit/465d22292a0086eb610f5f83edd64a795eba329b))
+- **types:** custom Awaited for TS 4.x ([7c51126](https://github.com/vuejs/pinia/commit/7c51126d5b59b0c1a693df7c4a93bd4cf309b79b)), closes [#957](https://github.com/vuejs/pinia/issues/957)
+
 ## [2.0.9](https://github.com/vuejs/pinia/compare/pinia@2.0.8...pinia@2.0.9) (2021-12-24)
 
 ### Features
index a2e47bb3c2098ddf88173b011d9c86dc15fc814a..805c0434e5f85fde9d9eb52f16522c70c1f1acda 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.9",
+  "version": "2.0.10",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",