Skip to content

Commit 7986f8e

Browse files
committed
release: @pinia/[email protected]
1 parent c87a249 commit 7986f8e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [0.11.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-07-18)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** mark compatibility for nuxt v4 stable ([#3009](https://github.com/vuejs/pinia/issues/3009)) ([c87a249](https://github.com/vuejs/pinia/commit/c87a249517242f547967acea1de7749b80d6fe67))
6+
17
### [0.11.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-06-04)
28

39
### Features
@@ -231,7 +237,6 @@ No changes in this release
231237
The `$nuxt` context usage should be replaced with globals like
232238
`$fetch()` and `useNuxtApp()`. You can find more information about this
233239
in Nuxt documentation:
234-
235240
- <https://v3.nuxtjs.org/bridge/bridge-composition-api/>
236241
- <https://v3.nuxtjs.org/bridge/overview>
237242

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

0 commit comments

Comments
 (0)