Skip to content

Commit

Permalink
release: @pinia/nuxt@0.4.2 pinia@2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 6, 2022
1 parent 9864beb commit d9629d7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.4.2](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.1...@pinia/nuxt@0.4.2) (2022-09-06)

### Bug Fixes

- **nuxt:** compatibility with `^3.0.0-rc.9` ([#1623](https://github.com/vuejs/pinia/issues/1623)) ([9864beb](https://github.com/vuejs/pinia/commit/9864beb9b4b12e4fa60db521b2943cb86dbedbef))

## [0.4.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.0...@pinia/nuxt@0.4.1) (2022-08-18)

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

### Features

- **ssr:** handle Maps and Sets ([f9843eb](https://github.com/vuejs/pinia/commit/f9843eb589ea9752f9021f9ebcfc49f6659350d2)), closes [#1608](https://github.com/vuejs/pinia/issues/1608)

## [2.0.21](https://github.com/vuejs/pinia/compare/pinia@2.0.20...pinia@2.0.21) (2022-08-26)

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

0 comments on commit d9629d7

Please sign in to comment.