]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@3.0.4 @pinia/testing@1.0.3 @pinia/nuxt@0.11.3 @pinia/nuxt@0.11.3 @pinia/testing@1.0.3 v3.0.4
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 5 Nov 2025 09:25:10 +0000 (10:25 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 5 Nov 2025 09:25:10 +0000 (10:25 +0100)
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 66b9e0ac1dc5b800cf9713379cc52c7755f73333..17461d320d3f0e0f8ccec561e2cbeec485a544d4 100644 (file)
@@ -1,3 +1,14 @@
+### [0.11.3](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.11.2...@pinia/nuxt@0.11.3) (2025-11-05)
+
+### Features
+
+- **nuxt:** automatic HMR code (vite only) ([#2954](https://github.com/vuejs/pinia/issues/2954)) ([0e9e7e7](https://github.com/vuejs/pinia/commit/0e9e7e7c9b658c31aa4da7d85311bc932d0b23dd))
+
+### Bug Fixes
+
+- **nuxt:** resolve auto-imports in layers ([#3035](https://github.com/vuejs/pinia/issues/3035)) ([e25e525](https://github.com/vuejs/pinia/commit/e25e525ad84adb47db0cedc736292140886a376f))
+- **nuxt:** unset global pinia after render ([#2915](https://github.com/vuejs/pinia/issues/2915)) ([ad2fa45](https://github.com/vuejs/pinia/commit/ad2fa452ec8efeb82b8b6b2c4b984669d9cf3245))
+
 ### [0.11.2](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.11.1...@pinia/nuxt@0.11.2) (2025-07-18)
 
 ### Bug Fixes
index 590becedc02406a39b4a57abef16ff441927505a..c12e5d99ee9f956e7ce9797010e1377b4dc1eeeb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.11.2",
+  "version": "0.11.3",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index b99c58513cc93be805aedf82869c96ef361f9894..d7e4b07213bcfa932b289ecdf0a17c4ae29536ab 100644 (file)
@@ -1,3 +1,13 @@
+### [3.0.4](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.4) (2025-11-05)
+
+### Features
+
+- **warn:** detect global context on the server side ([#2983](https://github.com/vuejs/pinia/issues/2983)) ([be9e356](https://github.com/vuejs/pinia/commit/be9e356117b249a940647dad170669b49489ecff))
+
+### Bug Fixes
+
+- incorrect supported values in package.json ([5cc55c2](https://github.com/vuejs/pinia/commit/5cc55c2e0bb42ef4c0db1c5201184a495db7d2f8))
+
 ### [3.0.3](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.3) (2025-06-04)
 
 No code changes.
index 3234d680a344e35cc8575d6f5eabf1946af4f0a0..cf507816f6ec1097043b1537e243064097fe0491 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "3.0.3",
+  "version": "3.0.4",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "type": "module",
   "main": "index.cjs",
index 7e84589cd4e4e7d2c75811a7d7f55bd333bd6322..18748094606f05a20624570f38e67ff136e13f2b 100644 (file)
@@ -1,3 +1,13 @@
+### [1.0.3](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.2...@pinia/testing@1.0.3) (2025-11-05)
+
+### Features
+
+- add selective action stubbing support ([#3040](https://github.com/vuejs/pinia/issues/3040)) ([cff409e](https://github.com/vuejs/pinia/commit/cff409edf1862d54ad89528c0770c9c219453eed))
+
+### Bug Fixes
+
+- store type ([9b92217](https://github.com/vuejs/pinia/commit/9b92217788886fe757d7afd3aee11dff2ddf349c))
+
 ### [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.
index aa284f77fcb9d7bf0f400fd52beb9e694eac2797..0d335e6929b133cefcd591a4a7dcba2d680ea80f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -48,7 +48,7 @@
     "tsup": "^8.5.0"
   },
   "peerDependencies": {
-    "pinia": ">=3.0.3"
+    "pinia": ">=3.0.4"
   },
   "publishConfig": {
     "access": "public"