Skip to content

Commit 7865db5

Browse files
committed
1 parent 100a60d commit 7865db5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.6](https://github.com/posva/pinia/compare/[email protected]@2.0.6) (2021-12-04)
2+
3+
### Bug Fixes
4+
5+
- downgrade peerdep requirement for ts ([100a60d](https://github.com/posva/pinia/commit/100a60d648e246cbc67ffe63105e1a5b3bcb9b44)), closes [#874](https://github.com/posva/pinia/issues/874)
6+
17
## [2.0.5](https://github.com/posva/pinia/compare/[email protected]@2.0.5) (2021-12-01)
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.5",
3+
"version": "2.0.6",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

packages/testing/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.8](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-04)
2+
3+
### Features
4+
5+
- can set an initialState for tests ([028e0ca](https://github.com/posva/pinia/commit/028e0cae2f46744f90c98914cfca13daa7ce36c1))
6+
17
## [0.0.7](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-01)
28

39
### 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.7",
3+
"version": "0.0.8",
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.5"
53+
"pinia": "~2.0.6"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)