Skip to content

Commit

Permalink
release: @pinia/nuxt@0.4.3 pinia@2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 8, 2022
1 parent cfd41a2 commit 9dfdb36
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.4.3](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.2...@pinia/nuxt@0.4.3) (2022-10-08)

- Update nuxt version and usage to rc.11

## [0.4.2](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.1...@pinia/nuxt@0.4.2) (2022-09-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.4.2",
"version": "0.4.3",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.11",
"pinia": ">=2.0.22"
"pinia": ">=2.0.23"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
Expand Down
6 changes: 6 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,9 @@
## [2.0.23](https://github.com/vuejs/pinia/compare/pinia@2.0.22...pinia@2.0.23) (2022-10-08)

### Bug Fixes

- **devtools:** init `_customProperties` for devtools ([#1704](https://github.com/vuejs/pinia/issues/1704)) ([8c1dfce](https://github.com/vuejs/pinia/commit/8c1dfce2e67c37e09251a7b85fcae2d6a4030fb8))

## [2.0.22](https://github.com/vuejs/pinia/compare/pinia@2.0.21...pinia@2.0.22) (2022-09-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.0.22",
"version": "2.0.23",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down

0 comments on commit 9dfdb36

Please sign in to comment.