]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.29 pinia@2.0.29
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 15 Jan 2023 15:43:58 +0000 (16:43 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 15 Jan 2023 15:43:58 +0000 (16:43 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 5a9f3b066f6092f4c258b36ba4fb854b8155b76a..64a5e3b72a0e13ff6e91c162e70cb5f0dde38888 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.29](https://github.com/vuejs/pinia/compare/pinia@2.0.28...pinia@2.0.29) (2023-01-15)
+
+### Bug Fixes
+
+- **types:** type storeToRefs getters as ComputedRef ([#1898](https://github.com/vuejs/pinia/issues/1898)) ([dcf7ef0](https://github.com/vuejs/pinia/commit/dcf7ef0d3a6773da97c5cdde4b9a958492a15d7d))
+
 ## [2.0.28](https://github.com/vuejs/pinia/compare/pinia@2.0.27...pinia@2.0.28) (2022-12-09)
 
 ### Bug Fixes
index 0d78cb7262e8a8dbbcc9f909fe434bf1e1ec299d..7901adc458b8243a65943089ac765a64375228fa 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.28",
+  "version": "2.0.29",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",