Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1aae45f

Browse filesBrowse files
committed
release: pinia@3.0.3 @pinia/testing@1.0.2 @pinia/nuxt@0.11.1
1 parent 6befb1e commit 1aae45f
Copy full SHA for 1aae45f

File tree

Expand file treeCollapse file tree

6 files changed

+18
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

6 files changed

+18
-4
lines changed
Open diff view settings
Collapse file

‎packages/nuxt/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/nuxt/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎packages/nuxt/package.json‎

Copy file name to clipboardExpand all lines: packages/nuxt/package.json
+1-1Lines 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",
Collapse file

‎packages/pinia/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/pinia/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎packages/pinia/package.json‎

Copy file name to clipboardExpand all lines: packages/pinia/package.json
+1-1Lines 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",
Collapse file

‎packages/testing/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/testing/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎packages/testing/package.json‎

Copy file name to clipboardExpand all lines: packages/testing/package.json
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.