Skip to content

Commit 9e45c4f

Browse files
committed
1 parent 2eef8bd commit 9e45c4f

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

packages/pinia/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.4](https://github.com/posva/pinia/compare/[email protected]@2.0.4) (2021-11-19)
2+
3+
### Features
4+
5+
- **devtools:** allow resetting directly from devtools ([44fa896](https://github.com/posva/pinia/commit/44fa896213e855bb611e30f25b9cd7ffe4a1643e))
6+
- **devtools:** display all getters in pinia root ([ce8f1e5](https://github.com/posva/pinia/commit/ce8f1e5b87fa21c09b044be965e34d48b50a129b))
7+
18
## [2.0.3](https://github.com/posva/pinia/compare/[email protected]@2.0.3) (2021-11-10)
29

310
- Updated peer deps for composition api and vue devtools

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

packages/testing/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.6](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-11-19)
2+
3+
### Bug Fixes
4+
5+
- **testing:** typo when detecting jest existence ([#811](https://github.com/posva/pinia/issues/811)) ([c1fd013](https://github.com/posva/pinia/commit/c1fd01350b12b09ce49f923ebc9fee992c2408fd))
6+
17
## [0.0.5](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-11-03)
28

39
Nothing new.

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/testing",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
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.2"
53+
"pinia": "~2.0.4"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)