diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index cb4c0c74e9..8e7590f9ed 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.13](https://github.com/vuejs/pinia/compare/pinia@2.0.12...pinia@2.0.13) (2022-03-31) + +### Bug Fixes + +- avoid prototype pollution ([e4858f9](https://github.com/vuejs/pinia/commit/e4858f9d5f447ba6162ca9f2472608a8bac3eca7)) +- **vue2:** use toRefs in storeToRefs ([0f24ad2](https://github.com/vuejs/pinia/commit/0f24ad27f16bd473e20a8671cd24877d2603cbcf)), closes [#852](https://github.com/vuejs/pinia/issues/852) + +### Features + +- update devtools-api ([5334222](https://github.com/vuejs/pinia/commit/53342222c536b0dc122f491525ca1c5ad8d25a05)) + ## [2.0.12](https://github.com/vuejs/pinia/compare/pinia@2.0.11...pinia@2.0.12) (2022-03-14) ### Bug Fixes diff --git a/packages/pinia/package.json b/packages/pinia/package.json index 1793d91d53..7ff5d428b5 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.12", + "version": "2.0.13", "description": "Intuitive, type safe and flexible Store for Vue", "main": "index.js", "module": "dist/pinia.mjs", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index d843caa6e1..f5f6ee9cf4 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.0.11](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.10...@pinia/testing@0.0.11) (2022-03-31) + +### Bug Fixes + +- avoid prototype pollution ([e4858f9](https://github.com/vuejs/pinia/commit/e4858f9d5f447ba6162ca9f2472608a8bac3eca7)) +- **testing:** enable initialState witohut app ([0a99a75](https://github.com/vuejs/pinia/commit/0a99a7589bed28104e26fccfa4fad007d73f4ca1)) +- **testing:** Vue 2 initial state reactive ([#1165](https://github.com/vuejs/pinia/issues/1165)) ([f23af8e](https://github.com/vuejs/pinia/commit/f23af8eac97b055e58908eb76aae684fd68685b5)) + +### Features + +- **testing:** allow overriding computed in tests ([f4db826](https://github.com/vuejs/pinia/commit/f4db8264bd61467fa85f2407aedf23756af4b67c)), closes [#945](https://github.com/vuejs/pinia/issues/945) + ## [0.0.10](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.9...@pinia/testing@0.0.10) (2022-03-14) ### Features diff --git a/packages/testing/package.json b/packages/testing/package.json index 69bb57b1d5..3868f5bf25 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@pinia/testing", - "version": "0.0.10", + "version": "0.0.11", "description": "Testing module for Pinia", "keywords": [ "vue", @@ -50,7 +50,7 @@ "siroc": "^0.16.0" }, "peerDependencies": { - "pinia": "~2.0.12" + "pinia": ">=2.0.13" }, "publishConfig": { "access": "public"