Skip to content

Commit e2e9f1d

Browse files
committed
1 parent 96c0dbc commit e2e9f1d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-07-12)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** add back the nuxtState ([0f68174](https://github.com/vuejs/pinia/commit/0f6817459959c28d53130ac74f8da137a5f26860)), closes [#1447](https://github.com/vuejs/pinia/issues/1447)
6+
- **nuxt:** use context.payload ([46775cf](https://github.com/vuejs/pinia/commit/46775cf77785102921ad233f63febf2f05102977)), closes [#1442](https://github.com/vuejs/pinia/issues/1442)
7+
18
# [0.2.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-07-11)
29

310
### Bug Fixes

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.2.0",
3+
"version": "0.2.1",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -52,7 +52,7 @@
5252
"unbuild": "^0.7.4"
5353
},
5454
"peerDependencies": {
55-
"pinia": ">=2.0.15"
55+
"pinia": ">=2.0.16"
5656
},
5757
"publishConfig": {
5858
"access": "public"

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.16](https://github.com/vuejs/pinia/compare/[email protected]@2.0.16) (2022-07-12)
2+
3+
### Bug Fixes
4+
5+
- add missing require in exports ([96c0dbc](https://github.com/vuejs/pinia/commit/96c0dbc66ee166e6bd11be60c8486f239d83af40))
6+
17
## [2.0.15](https://github.com/vuejs/pinia/compare/[email protected]@2.0.15) (2022-07-11)
28

39
### Features

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.15",
3+
"version": "2.0.16",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)