Skip to content

Commit 842966b

Browse files
committed
1 parent 07eaf99 commit 842966b

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.7](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-02-20)
2+
3+
No changes in this release
4+
15
## [0.4.6](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-11-27)
26

37
### Bug Fixes
@@ -81,8 +85,8 @@
8185
`$fetch()` and `useNuxtApp()`. You can find more information about this
8286
in Nuxt documentation:
8387

84-
- https://v3.nuxtjs.org/bridge/bridge-composition-api/
85-
- https://v3.nuxtjs.org/bridge/overview
88+
- <https://v3.nuxtjs.org/bridge/bridge-composition-api/>
89+
- <https://v3.nuxtjs.org/bridge/overview>
8690

8791
- **nuxt:** in Nuxt 3, `$nuxt` is no longer available in stores.
8892
This is because it was removed in Nuxt 3 and it is no longer the

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.6",
3+
"version": "0.4.7",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@nuxt/kit": "^3.0.0",
49-
"pinia": ">=2.0.27"
49+
"pinia": ">=2.0.31"
5050
},
5151
"devDependencies": {
5252
"@nuxt/module-builder": "^0.2.1",

packages/pinia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.31](https://github.com/vuejs/pinia/compare/[email protected]@2.0.31) (2023-02-20)
2+
3+
### Bug Fixes
4+
5+
- **types:** mapWritableState array ([07eaf99](https://github.com/vuejs/pinia/commit/07eaf99a566ef5de4173b782504a163bd276e12e)), closes [#2014](https://github.com/vuejs/pinia/issues/2014)
6+
17
## [2.0.30](https://github.com/vuejs/pinia/compare/[email protected]@2.0.30) (2023-02-01)
28

39
### 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.30",
3+
"version": "2.0.31",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.15](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-02-20)
2+
3+
No changes in this release
4+
15
## [0.0.14](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-08-18)
26

37
- refactor changes

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.14",
3+
"version": "0.0.15",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -50,7 +50,7 @@
5050
"siroc": "^0.16.0"
5151
},
5252
"peerDependencies": {
53-
"pinia": ">=2.0.19"
53+
"pinia": ">=2.0.31"
5454
},
5555
"publishConfig": {
5656
"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)