Skip to content

Commit c029ada

Browse files
committed
1 parent 9424faa commit c029ada

File tree

7 files changed

+29
-27
lines changed

7 files changed

+29
-27
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.4.8](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-04-07)
2+
3+
### Bug Fixes
4+
5+
- support "types" condition in "exports" field ([#2078](https://github.com/vuejs/pinia/issues/2078)) ([66d3a5e](https://github.com/vuejs/pinia/commit/66d3a5edd03f28f52daf35449db8c5f660c70b01))
6+
17
## [0.4.7](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-02-20)
28

39
No changes in this release

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.7",
3+
"version": "0.4.8",
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.31"
50+
"pinia": ">=2.0.34"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.2.1",

packages/pinia/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.34](https://github.com/vuejs/pinia/compare/[email protected]@2.0.34) (2023-04-07)
2+
3+
No changes in this release
4+
15
## [2.0.33](https://github.com/vuejs/pinia/compare/[email protected]@2.0.33) (2023-03-06)
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": "2.0.33",
3+
"version": "2.0.34",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.0.16](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-04-07)
2+
3+
### Bug Fixes
4+
5+
- support "types" condition in "exports" field ([#2078](https://github.com/vuejs/pinia/issues/2078)) ([66d3a5e](https://github.com/vuejs/pinia/commit/66d3a5edd03f28f52daf35449db8c5f660c70b01))
6+
- **testing:** override computed in setup stores ([f9534c9](https://github.com/vuejs/pinia/commit/f9534c926469027f8ccc75c43ce1ea329b58aa0d)), closes [#2109](https://github.com/vuejs/pinia/issues/2109)
7+
18
## [0.0.15](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-02-20)
29

310
No changes in this release

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.15",
3+
"version": "0.0.16",
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.31"
54+
"pinia": ">=2.0.34"
5555
},
5656
"publishConfig": {
5757
"access": "public"

pnpm-lock.yaml

Lines changed: 7 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)