+### [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
{
"name": "@pinia/nuxt",
- "version": "0.11.2",
+ "version": "0.11.3",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
+### [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.
{
"name": "pinia",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "Intuitive, type safe and flexible Store for Vue",
"type": "module",
"main": "index.cjs",
+### [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.
{
"name": "@pinia/testing",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"tsup": "^8.5.0"
},
"peerDependencies": {
- "pinia": ">=3.0.3"
+ "pinia": ">=3.0.4"
},
"publishConfig": {
"access": "public"