Skip to content

Commit d9629d7

Browse files
committed
1 parent 9864beb commit d9629d7

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/nuxt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.4.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-09-06)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** compatibility with `^3.0.0-rc.9` ([#1623](https://github.com/vuejs/pinia/issues/1623)) ([9864beb](https://github.com/vuejs/pinia/commit/9864beb9b4b12e4fa60db521b2943cb86dbedbef))
6+
17
## [0.4.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-08-18)
28

39
### Features

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@nuxt/kit": "^3.0.0-rc.9",
49-
"pinia": ">=2.0.19"
49+
"pinia": ">=2.0.22"
5050
},
5151
"devDependencies": {
5252
"@nuxt/module-builder": "latest",

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.22](https://github.com/vuejs/pinia/compare/[email protected]@2.0.22) (2022-09-06)
2+
3+
### Features
4+
5+
- **ssr:** handle Maps and Sets ([f9843eb](https://github.com/vuejs/pinia/commit/f9843eb589ea9752f9021f9ebcfc49f6659350d2)), closes [#1608](https://github.com/vuejs/pinia/issues/1608)
6+
17
## [2.0.21](https://github.com/vuejs/pinia/compare/[email protected]@2.0.21) (2022-08-26)
28

39
### Bug Fixes

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.0.21",
3+
"version": "2.0.22",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)