]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.5.5 pinia@2.2.3 @pinia/testing@0.1.6 @pinia/nuxt@0.5.5 @pinia/testing@0.1.6 pinia@2.2.3
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 30 Sep 2024 14:18:08 +0000 (16:18 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 30 Sep 2024 14:18:08 +0000 (16:18 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index ab0cd2dfa584ce4e61308f37ee6f70f65e042a9b..cc9bb14d737dd522f1723c903df9b15ea3d581d6 100644 (file)
@@ -1,3 +1,7 @@
+## [0.5.5](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.4...@pinia/nuxt@0.5.5) (2024-09-30)
+
+No changes in this release
+
 ## [0.5.4](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.3...@pinia/nuxt@0.5.4) (2024-08-21)
 
 ### Bug Fixes
index 05170f43a4c2148f343a9cb2a0dedcb3003f114f..9ce1948b2b9bdf111d5adc5fb25f460d0af5a54a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.5.4",
+  "version": "0.5.5",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 1a50aa5a95f96810fb8aa1a315f9f119e19fb788..cf71ddee96f10be9e5f7467b151975ebceae8587 100644 (file)
@@ -1,3 +1,11 @@
+## [2.2.3](https://github.com/vuejs/pinia/compare/pinia@2.2.2...pinia@2.2.3) (2024-09-30)
+
+### Bug Fixes
+
+- **types:** allow writable getters ([94f5a63](https://github.com/vuejs/pinia/commit/94f5a63fdc86f17f1dd17ed16534fbdecb8c448f)), closes [#2767](https://github.com/vuejs/pinia/issues/2767)
+- **types:** Don't double UnwrapRef in setup stores ([#2771](https://github.com/vuejs/pinia/issues/2771)) ([5ad1765](https://github.com/vuejs/pinia/commit/5ad17654de4153b6f26b45b20029ca9ac4885f8d)), closes [#2770](https://github.com/vuejs/pinia/issues/2770)
+- **types:** storeToRefs with nested refs ([#2659](https://github.com/vuejs/pinia/issues/2659)) ([623e5a0](https://github.com/vuejs/pinia/commit/623e5a0fe3444a4aa9c4908668927ee66f6352ba))
+
 ## [2.2.2](https://github.com/vuejs/pinia/compare/pinia@2.2.1...pinia@2.2.2) (2024-08-15)
 
 ### Features
index 9d71fc4033f4e6ed0560d0c29293b850be1bcab3..a8f6b272d813d888925fb360f97a25fd55bd8c21 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.2",
+  "version": "2.2.3",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index 571ddce87c351c503f6a38aae086e6990dcdccb4..dd2d3155fa515ce8f577328ff559a4e1ec94194e 100644 (file)
@@ -1,3 +1,7 @@
+## [0.1.6](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.6) (2024-09-30)
+
+No changes in this release.
+
 ## [0.1.5](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5) (2024-08-06)
 
 This release contain no code changes.
index 6efbb4d0436267d0b4943c7c7464c6d7612457aa..52aac27abe02fbd3a67efa0ac1c6e4511acfa346 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^8.3.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.2.1"
+    "pinia": ">=2.2.3"
   },
   "publishConfig": {
     "access": "public"