Skip to content

Commit

Permalink
release: pinia@2.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 15, 2023
1 parent b658bd6 commit 26b72f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -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",
Expand Down

0 comments on commit 26b72f3

Please sign in to comment.