Skip to content

Commit

Permalink
release: pinia@2.0.12 @pinia/testing@0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 14, 2022
1 parent e8e5f28 commit 820e97e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.0.12](https://github.com/vuejs/pinia/compare/pinia@2.0.11...pinia@2.0.12) (2022-03-14)

### Bug Fixes

- **devtools:** avoid error in getters ([a64c19d](https://github.com/vuejs/pinia/commit/a64c19d33ed60dac1b1c1f98cf2055615a45f6d8)), closes [#1062](https://github.com/vuejs/pinia/issues/1062)
- **types:** exclude internal properties from store ([f8f944f](https://github.com/vuejs/pinia/commit/f8f944fcdd4411c2f84297786955c4c157fbeebe)), closes [#1013](https://github.com/vuejs/pinia/issues/1013)

### Features

- **devtools:** allow disable logs ([43f690f](https://github.com/vuejs/pinia/commit/43f690f10c35b2c309cd091225379afc0479ad93))
- **devtools:** use api.now() ([836ab86](https://github.com/vuejs/pinia/commit/836ab865b48f09df5dc848e69ad14597cbaaf21e))
- up vue-devtools ([e8e5f28](https://github.com/vuejs/pinia/commit/e8e5f28e08a37ed1d30e680df95ce6f3307775ed))
- **warn:** avoid vue 2 bug storeToRefs() ([f692fdf](https://github.com/vuejs/pinia/commit/f692fdfe623389f3d85c90e5a923c5cfb15c0b0b)), closes [#852](https://github.com/vuejs/pinia/issues/852)

## [2.0.11](https://github.com/vuejs/pinia/compare/pinia@2.0.10...pinia@2.0.11) (2022-01-30)

### 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.11",
"version": "2.0.12",
"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.10](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.9...@pinia/testing@0.0.10) (2022-03-14)

### Features

- Automatically vitest globals handling

## [0.0.9](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.8...@pinia/testing@0.0.9) (2021-12-20)

No code updates in this release
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.9",
"version": "0.0.10",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": "~2.0.7"
"pinia": "~2.0.12"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 820e97e

Please sign in to comment.