Skip to content

Commit edd9006

Browse files
committed
1 parent cb30dd4 commit edd9006

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.5.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-07-26)
2+
3+
### Bug Fixes
4+
5+
- **types:** require unwrapped state in patch ([c38fa0d](https://github.com/vuejs/pinia/commit/c38fa0dbae5629509bc7d1ffc999b5aedfc3d3b7))
6+
17
## [0.5.2-beta.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-17)
28

39
### Bug Fixes

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.5.2-beta.0",
3+
"version": "0.5.2",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@nuxt/kit": "^3.9.0",
50-
"pinia": "^2.1.7"
50+
"pinia": ">=2.2.0"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.8.0",

packages/pinia/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [2.2.0](https://github.com/vuejs/pinia/compare/[email protected]@2.2.0) (2024-07-26)
2+
3+
### Bug Fixes
4+
5+
- **types:** require unwrapped state in patch ([c38fa0d](https://github.com/vuejs/pinia/commit/c38fa0dbae5629509bc7d1ffc999b5aedfc3d3b7))
6+
7+
### Features
8+
9+
- add `action` helper to consistently `$onAction` ([a8526fc](https://github.com/vuejs/pinia/commit/a8526fc78894423ee87c3059228cd97097e37f27))
10+
- **devtools:** expose selected store as global variable ([#2692](https://github.com/vuejs/pinia/issues/2692)) ([e0a7351](https://github.com/vuejs/pinia/commit/e0a73512af38050111ecbcf881908541aff9414d))
11+
112
## [2.1.8-beta.0](https://github.com/vuejs/pinia/compare/[email protected]@2.1.8-beta.0) (2024-04-17)
213

314
### Bug Fixes

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.1.8-beta.0",
3+
"version": "2.2.0",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

packages/testing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.4](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-07-26)
2+
3+
No changes in this release
4+
15
## [0.1.4-beta.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-04-17)
26

37
### Bug Fixes

packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "0.1.4-beta.0",
3+
"version": "0.1.4",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -51,7 +51,7 @@
5151
"tsup": "^8.1.0"
5252
},
5353
"peerDependencies": {
54-
"pinia": ">=2.1.5"
54+
"pinia": ">=2.2.0"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)