Skip to content

Commit

Permalink
release: pinia@2.0.4 @pinia/testing@0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 19, 2021
1 parent 2eef8bd commit 9e45c4f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.4](https://github.com/posva/pinia/compare/pinia@2.0.3...pinia@2.0.4) (2021-11-19)

### Features

- **devtools:** allow resetting directly from devtools ([44fa896](https://github.com/posva/pinia/commit/44fa896213e855bb611e30f25b9cd7ffe4a1643e))
- **devtools:** display all getters in pinia root ([ce8f1e5](https://github.com/posva/pinia/commit/ce8f1e5b87fa21c09b044be965e34d48b50a129b))

## [2.0.3](https://github.com/posva/pinia/compare/pinia@2.0.2...pinia@2.0.3) (2021-11-10)

- Updated peer deps for composition api and vue devtools
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.0.3",
"version": "2.0.4",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.6](https://github.com/posva/pinia/compare/@pinia/testing@0.0.5...@pinia/testing@0.0.6) (2021-11-19)

### Bug Fixes

- **testing:** typo when detecting jest existence ([#811](https://github.com/posva/pinia/issues/811)) ([c1fd013](https://github.com/posva/pinia/commit/c1fd01350b12b09ce49f923ebc9fee992c2408fd))

## [0.0.5](https://github.com/posva/pinia/compare/@pinia/testing@0.0.4...@pinia/testing@0.0.5) (2021-11-03)

Nothing new.
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/testing",
"version": "0.0.5",
"version": "0.0.6",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": "~2.0.2"
"pinia": "~2.0.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9e45c4f

Please sign in to comment.