Skip to content

Commit 281c149

Browse files
committed
1 parent b464a1f commit 281c149

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.2.4](https://github.com/vuejs/pinia/compare/[email protected]@2.2.4) (2024-10-01)
2+
3+
### Bug Fixes
4+
5+
- **types:** allow writable getters with storeToRefs ([b464a1f](https://github.com/vuejs/pinia/commit/b464a1f4ff499aff34087cc9cd77ad19cf8646a7)), closes [#2767](https://github.com/vuejs/pinia/issues/2767)
6+
17
## [2.2.3](https://github.com/vuejs/pinia/compare/[email protected]@2.2.3) (2024-09-30)
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.2.3",
3+
"version": "2.2.4",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)