]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.2.4 pinia@2.2.4
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 1 Oct 2024 09:17:53 +0000 (11:17 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 1 Oct 2024 09:17:53 +0000 (11:17 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index cf71ddee96f10be9e5f7467b151975ebceae8587..ef658da5a97c8cf448bddda108a9c53dce192219 100644 (file)
@@ -1,3 +1,9 @@
+## [2.2.4](https://github.com/vuejs/pinia/compare/pinia@2.2.3...pinia@2.2.4) (2024-10-01)
+
+### Bug Fixes
+
+- **types:** allow writable getters with storeToRefs ([b464a1f](https://github.com/vuejs/pinia/commit/b464a1f4ff499aff34087cc9cd77ad19cf8646a7)), closes [#2767](https://github.com/vuejs/pinia/issues/2767)
+
 ## [2.2.3](https://github.com/vuejs/pinia/compare/pinia@2.2.2...pinia@2.2.3) (2024-09-30)
 
 ### Bug Fixes
index a8f6b272d813d888925fb360f97a25fd55bd8c21..a881d84e397ac73f41c58f809d94bccdffdae157 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.3",
+  "version": "2.2.4",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",