Skip to content

Commit 820e97e

Browse files
committed
1 parent e8e5f28 commit 820e97e

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

packages/pinia/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.0.12](https://github.com/vuejs/pinia/compare/[email protected]@2.0.12) (2022-03-14)
2+
3+
### Bug Fixes
4+
5+
- **devtools:** avoid error in getters ([a64c19d](https://github.com/vuejs/pinia/commit/a64c19d33ed60dac1b1c1f98cf2055615a45f6d8)), closes [#1062](https://github.com/vuejs/pinia/issues/1062)
6+
- **types:** exclude internal properties from store ([f8f944f](https://github.com/vuejs/pinia/commit/f8f944fcdd4411c2f84297786955c4c157fbeebe)), closes [#1013](https://github.com/vuejs/pinia/issues/1013)
7+
8+
### Features
9+
10+
- **devtools:** allow disable logs ([43f690f](https://github.com/vuejs/pinia/commit/43f690f10c35b2c309cd091225379afc0479ad93))
11+
- **devtools:** use api.now() ([836ab86](https://github.com/vuejs/pinia/commit/836ab865b48f09df5dc848e69ad14597cbaaf21e))
12+
- up vue-devtools ([e8e5f28](https://github.com/vuejs/pinia/commit/e8e5f28e08a37ed1d30e680df95ce6f3307775ed))
13+
- **warn:** avoid vue 2 bug storeToRefs() ([f692fdf](https://github.com/vuejs/pinia/commit/f692fdfe623389f3d85c90e5a923c5cfb15c0b0b)), closes [#852](https://github.com/vuejs/pinia/issues/852)
14+
115
## [2.0.11](https://github.com/vuejs/pinia/compare/[email protected]@2.0.11) (2022-01-30)
216

317
### 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.11",
3+
"version": "2.0.12",
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.10](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-03-14)
2+
3+
### Features
4+
5+
- Automatically vitest globals handling
6+
17
## [0.0.9](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-20)
28

39
No code updates in this release

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.9",
3+
"version": "0.0.10",
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.7"
53+
"pinia": "~2.0.12"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)