]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@3.0.3 @pinia/testing@1.0.2 @pinia/nuxt@0.11.1 @pinia/nuxt@0.11.1 @pinia/testing@1.0.2 v3.0.3
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Jun 2025 09:40:40 +0000 (11:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Jun 2025 09:40:40 +0000 (11:40 +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 89d4db7ae8e5f67e554eab5e13d34bcb50bc834a..60b3b6df75a3969d973696de0cfc24fb56458b11 100644 (file)
@@ -1,3 +1,9 @@
+### [0.11.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.11.0...@pinia/nuxt@0.11.1) (2025-06-04)
+
+### Features
+
+- Support Nuxt 4 ([#2978](https://github.com/vuejs/pinia/issues/2978)) ([925e93c](https://github.com/vuejs/pinia/commit/925e93c6180b8d2d1a1ddac29914990851e2e5ef))
+
 ## [0.11.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.10.1...@pinia/nuxt@0.11.0) (2025-04-09)
 
 ### Features
index 269c069d194ebec7418477ae61c56abe6048177a..a4d3805e93f0303c48c7a2b5a110eb074fbc1bfa 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.11.0",
+  "version": "0.11.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 8e4dcb091e806ef59f11b1f855fb387599df0e1f..f4744ceadae9e0873631ecdbfad151a1ad14066d 100644 (file)
@@ -1,3 +1,7 @@
+### [3.0.3](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.3) (2025-06-04)
+
+No code changes.
+
 ### [3.0.2](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.2) (2025-04-09)
 
 ### Bug Fixes
index 582966ff305bce49240e4cf8c640887aeaaf08a9..d7537fddbf80568d532bd498df8d58110dfea975 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "3.0.2",
+  "version": "3.0.3",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "type": "module",
   "main": "index.cjs",
index 3c9f309698ce9fc906ac3b921dfd2a9a9c4ea895..7e84589cd4e4e7d2c75811a7d7f55bd333bd6322 100644 (file)
@@ -1,3 +1,7 @@
+### [1.0.2](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.1...@pinia/testing@1.0.2) (2025-06-04)
+
+No code changes in this release.
+
 ### [1.0.1](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.0...@pinia/testing@1.0.1) (2025-04-09)
 
 ### Bug Fixes
index 528d4b69fab125ea5437064079fe0bf1e670b124..dff9300568ba41597b7bcd03ba49e1b178c9ad9b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -48,7 +48,7 @@
     "tsup": "^8.3.6"
   },
   "peerDependencies": {
-    "pinia": ">=3.0.2"
+    "pinia": ">=3.0.3"
   },
   "publishConfig": {
     "access": "public"