Skip to content

Commit 3092a31

Browse files
committed
1 parent 025575d commit 3092a31

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.10](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-08)
2+
3+
This release only contain build related changes
4+
15
## [0.4.9](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-04-20)
26

37
### Bug Fixes

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@nuxt/kit": "^3.0.0",
50-
"pinia": ">=2.0.35"
50+
"pinia": ">=2.0.36"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.2.1",

packages/pinia/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.36](https://github.com/vuejs/pinia/compare/[email protected]@2.0.36) (2023-05-08)
2+
3+
### Features
4+
5+
- **dx:** throw an error if store id is missing ([#2167](https://github.com/vuejs/pinia/issues/2167)) ([b74eb4f](https://github.com/vuejs/pinia/commit/b74eb4f9b5a2a20a9c8d3cedd221eea8dde201f6))
6+
- **warn:** improve warning message ([73518b3](https://github.com/vuejs/pinia/commit/73518b3f94fb164d02e740cb3132767a0d2a397b))
7+
18
## [2.0.35](https://github.com/vuejs/pinia/compare/[email protected]@2.0.35) (2023-04-20)
29

310
### 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": "2.0.35",
3+
"version": "2.0.36",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

packages/testing/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.1.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-08)
2+
3+
### Features
4+
5+
- **testing:** allow mocking $reset ([5f526a3](https://github.com/vuejs/pinia/commit/5f526a33ab0ac441fe865344977a11e0e471ce17)), closes [#2188](https://github.com/vuejs/pinia/issues/2188)
6+
17
## [0.0.16](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-04-07)
28

39
### 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": "0.0.16",
3+
"version": "0.1.0",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -51,7 +51,7 @@
5151
"tsup": "^6.7.0"
5252
},
5353
"peerDependencies": {
54-
"pinia": ">=2.0.34"
54+
"pinia": ">=2.0.36"
5555
},
5656
"publishConfig": {
5757
"access": "public"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)