Skip to content

Commit 154fa3b

Browse files
committed
1 parent b9a4f4b commit 154fa3b

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-07-25)
2+
3+
- doc generation changes
4+
15
# [0.3.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-07-13)
26

37
**Please read the release notes if you are upgrading from a previous version.**

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.3.0",
3+
"version": "0.3.1",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@nuxt/kit": "3.0.0-rc.6",
49-
"pinia": ">=2.0.14"
49+
"pinia": ">=2.0.17"
5050
},
5151
"devDependencies": {
5252
"@nuxt/module-builder": "latest",

packages/pinia/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.17](https://github.com/vuejs/pinia/compare/[email protected]@2.0.17) (2022-07-25)
2+
3+
### Bug Fixes
4+
5+
- **devtools:** state formatting ([b01f5c2](https://github.com/vuejs/pinia/commit/b01f5c2a5cb62cfd3e0df9da5570925f3a6f077a)), closes [#1358](https://github.com/vuejs/pinia/issues/1358)
6+
- setupStore getter types ([#1430](https://github.com/vuejs/pinia/issues/1430)) ([#1444](https://github.com/vuejs/pinia/issues/1444)) ([6be93f2](https://github.com/vuejs/pinia/commit/6be93f2301a7711873f49c94999913947e3896b8))
7+
8+
### Features
9+
10+
- **devtools:** allow resetting fromp pinia inspector ([cee0e16](https://github.com/vuejs/pinia/commit/cee0e16e0ea343f97fa6b96f80ff32380637110b))
11+
112
## [2.0.16](https://github.com/vuejs/pinia/compare/[email protected]@2.0.16) (2022-07-12)
213

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

packages/testing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.13](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-07-25)
2+
3+
- doc generation changes
4+
15
## [0.0.12](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-05-05)
26

37
### Bug Fixes

packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -50,7 +50,7 @@
5050
"siroc": "^0.16.0"
5151
},
5252
"peerDependencies": {
53-
"pinia": ">=2.0.14"
53+
"pinia": ">=2.0.17"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)