Skip to content

Commit 26b72f3

Browse files
committed
1 parent b658bd6 commit 26b72f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.29](https://github.com/vuejs/pinia/compare/[email protected]@2.0.29) (2023-01-15)
2+
3+
### Bug Fixes
4+
5+
- **types:** type storeToRefs getters as ComputedRef ([#1898](https://github.com/vuejs/pinia/issues/1898)) ([dcf7ef0](https://github.com/vuejs/pinia/commit/dcf7ef0d3a6773da97c5cdde4b9a958492a15d7d))
6+
17
## [2.0.28](https://github.com/vuejs/pinia/compare/[email protected]@2.0.28) (2022-12-09)
28

39
### Bug Fixes

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.0.28",
3+
"version": "2.0.29",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)