Skip to content

Commit 0830ae8

Browse files
committed
1 parent 5334222 commit 0830ae8

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

packages/pinia/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.13](https://github.com/vuejs/pinia/compare/[email protected]@2.0.13) (2022-03-31)
2+
3+
### Bug Fixes
4+
5+
- avoid prototype pollution ([e4858f9](https://github.com/vuejs/pinia/commit/e4858f9d5f447ba6162ca9f2472608a8bac3eca7))
6+
- **vue2:** use toRefs in storeToRefs ([0f24ad2](https://github.com/vuejs/pinia/commit/0f24ad27f16bd473e20a8671cd24877d2603cbcf)), closes [#852](https://github.com/vuejs/pinia/issues/852)
7+
8+
### Features
9+
10+
- update devtools-api ([5334222](https://github.com/vuejs/pinia/commit/53342222c536b0dc122f491525ca1c5ad8d25a05))
11+
112
## [2.0.12](https://github.com/vuejs/pinia/compare/[email protected]@2.0.12) (2022-03-14)
213

314
### Bug Fixes

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.12",
3+
"version": "2.0.13",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.0.11](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-03-31)
2+
3+
### Bug Fixes
4+
5+
- avoid prototype pollution ([e4858f9](https://github.com/vuejs/pinia/commit/e4858f9d5f447ba6162ca9f2472608a8bac3eca7))
6+
- **testing:** enable initialState witohut app ([0a99a75](https://github.com/vuejs/pinia/commit/0a99a7589bed28104e26fccfa4fad007d73f4ca1))
7+
- **testing:** Vue 2 initial state reactive ([#1165](https://github.com/vuejs/pinia/issues/1165)) ([f23af8e](https://github.com/vuejs/pinia/commit/f23af8eac97b055e58908eb76aae684fd68685b5))
8+
9+
### Features
10+
11+
- **testing:** allow overriding computed in tests ([f4db826](https://github.com/vuejs/pinia/commit/f4db8264bd61467fa85f2407aedf23756af4b67c)), closes [#945](https://github.com/vuejs/pinia/issues/945)
12+
113
## [0.0.10](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-03-14)
214

315
### Features

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.10",
3+
"version": "0.0.11",
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.12"
53+
"pinia": ">=2.0.13"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)