Skip to content

Commit b0c3d5c

Browse files
committed
1 parent 0b0ea06 commit b0c3d5c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-24)
2+
3+
Override the 0.1.7 version for convenience but no code changes since 0.1.6.
4+
15
## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-20)
26

37
No code updates in this release

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.1.7",
3+
"version": "0.1.8",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -52,7 +52,7 @@
5252
"unbuild": "^0.6.3"
5353
},
5454
"peerDependencies": {
55-
"pinia": "~2.0.7"
55+
"pinia": "~2.0.9"
5656
},
5757
"publishConfig": {
5858
"access": "public"

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.9](https://github.com/vuejs/pinia/compare/[email protected]@2.0.9) (2021-12-24)
2+
3+
### Features
4+
5+
- **types:** support IDE features for store context ([#924](https://github.com/vuejs/pinia/issues/924)) ([4733f49](https://github.com/vuejs/pinia/commit/4733f49c5af400aea7d3d1002265f9cdebcdd222))
6+
17
## [2.0.8](https://github.com/vuejs/pinia/compare/[email protected]@2.0.8) (2021-12-20)
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.8",
3+
"version": "2.0.9",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)