Skip to content

Commit 1aae45f

Browse files
committed
release: pinia@3.0.3 @pinia/testing@1.0.2 @pinia/nuxt@0.11.1
1 parent 6befb1e commit 1aae45f

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [0.11.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.11.0...@pinia/nuxt@0.11.1) (2025-06-04)
2+
3+
### Features
4+
5+
- Support Nuxt 4 ([#2978](https://github.com/vuejs/pinia/issues/2978)) ([925e93c](https://github.com/vuejs/pinia/commit/925e93c6180b8d2d1a1ddac29914990851e2e5ef))
6+
17
## [0.11.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.10.1...@pinia/nuxt@0.11.0) (2025-04-09)
28

39
### Features

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.0",
3+
"version": "0.11.1",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

packages/pinia/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [3.0.3](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.3) (2025-06-04)
2+
3+
No code changes.
4+
15
### [3.0.2](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.2) (2025-04-09)
26

37
### Bug Fixes

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"type": "module",
66
"main": "index.cjs",

packages/testing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [1.0.2](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.1...@pinia/testing@1.0.2) (2025-06-04)
2+
3+
No code changes in this release.
4+
15
### [1.0.1](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.0...@pinia/testing@1.0.1) (2025-04-09)
26

37
### Bug Fixes

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -48,7 +48,7 @@
4848
"tsup": "^8.3.6"
4949
},
5050
"peerDependencies": {
51-
"pinia": ">=3.0.2"
51+
"pinia": ">=3.0.3"
5252
},
5353
"publishConfig": {
5454
"access": "public"

0 commit comments

Comments
 (0)