Skip to content

Commit

Permalink
release: pinia@2.0.6 @pinia/testing@0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 4, 2021
1 parent 100a60d commit 7865db5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.6](https://github.com/posva/pinia/compare/pinia@2.0.5...pinia@2.0.6) (2021-12-04)

### Bug Fixes

- downgrade peerdep requirement for ts ([100a60d](https://github.com/posva/pinia/commit/100a60d648e246cbc67ffe63105e1a5b3bcb9b44)), closes [#874](https://github.com/posva/pinia/issues/874)

## [2.0.5](https://github.com/posva/pinia/compare/pinia@2.0.4...pinia@2.0.5) (2021-12-01)

### Bug Fixes
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.5",
"version": "2.0.6",
"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.8](https://github.com/posva/pinia/compare/@pinia/testing@0.0.7...@pinia/testing@0.0.8) (2021-12-04)

### Features

- can set an initialState for tests ([028e0ca](https://github.com/posva/pinia/commit/028e0cae2f46744f90c98914cfca13daa7ce36c1))

## [0.0.7](https://github.com/posva/pinia/compare/@pinia/testing@0.0.6...@pinia/testing@0.0.7) (2021-12-01)

### Bug Fixes
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.7",
"version": "0.0.8",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": "~2.0.5"
"pinia": "~2.0.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7865db5

Please sign in to comment.