Skip to content

Commit

Permalink
release: @pinia/nuxt@0.4.7 pinia@2.0.31 @pinia/testing@0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 20, 2023
1 parent 07eaf99 commit 842966b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
8 changes: 6 additions & 2 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.4.7](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.6...@pinia/nuxt@0.4.7) (2023-02-20)

No changes in this release

## [0.4.6](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.5...@pinia/nuxt@0.4.6) (2022-11-27)

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

- https://v3.nuxtjs.org/bridge/bridge-composition-api/
- https://v3.nuxtjs.org/bridge/overview
- <https://v3.nuxtjs.org/bridge/bridge-composition-api/>
- <https://v3.nuxtjs.org/bridge/overview>

- **nuxt:** in Nuxt 3, `$nuxt` is no longer available in stores.
This is because it was removed in Nuxt 3 and it is no longer the
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.4.6",
"version": "0.4.7",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"pinia": ">=2.0.27"
"pinia": ">=2.0.31"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,9 @@
## [2.0.31](https://github.com/vuejs/pinia/compare/pinia@2.0.30...pinia@2.0.31) (2023-02-20)

### Bug Fixes

- **types:** mapWritableState array ([07eaf99](https://github.com/vuejs/pinia/commit/07eaf99a566ef5de4173b782504a163bd276e12e)), closes [#2014](https://github.com/vuejs/pinia/issues/2014)

## [2.0.30](https://github.com/vuejs/pinia/compare/pinia@2.0.29...pinia@2.0.30) (2023-02-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.0.30",
"version": "2.0.31",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.0.15](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.14...@pinia/testing@0.0.15) (2023-02-20)

No changes in this release

## [0.0.14](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.13...@pinia/testing@0.0.14) (2022-08-18)

- refactor changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/testing",
"version": "0.0.14",
"version": "0.0.15",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": ">=2.0.19"
"pinia": ">=2.0.31"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 842966b

Please sign in to comment.