Skip to content

Commit 9191743

Browse files
committed
1 parent ca26686 commit 9191743

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-20)
2+
3+
No code updates in this release
4+
15
## [0.1.6](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-01)
26

37
Upgrade dependencies

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"vue",
@@ -52,7 +52,7 @@
5252
"unbuild": "^0.6.3"
5353
},
5454
"peerDependencies": {
55-
"pinia": "~2.0.5"
55+
"pinia": "~2.0.7"
5656
},
5757
"publishConfig": {
5858
"access": "public"

packages/pinia/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.7](https://github.com/vuejs/pinia/compare/[email protected]@2.0.7) (2021-12-20)
2+
3+
### Bug Fixes
4+
5+
- allow using multiple `$onAction`, **ignore returned value** ([4dc1f1b](https://github.com/vuejs/pinia/commit/4dc1f1bec8f3db508c02fa6bdcc8203f280cbb3e)), closes [#893](https://github.com/vuejs/pinia/issues/893)
6+
- **subscribe:** direct mutation should not trigger detached subscriptions ([a9ef6b6](https://github.com/vuejs/pinia/commit/a9ef6b6c96ae8fdf891e29ab05c5276773425e1c)), closes [#908](https://github.com/vuejs/pinia/issues/908)
7+
8+
### Features
9+
10+
- update devtools-api ([ca26686](https://github.com/vuejs/pinia/commit/ca266868c5c5a00f3bebb326e9a0b9aaf90fb344))
11+
112
## [2.0.6](https://github.com/vuejs/pinia/compare/[email protected]@2.0.6) (2021-12-04)
213

314
### 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.6",
3+
"version": "2.0.7",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

packages/testing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.9](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-20)
2+
3+
No code updates in this release
4+
15
## [0.0.8](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-04)
26

37
### Features

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.8",
3+
"version": "0.0.9",
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.6"
53+
"pinia": "~2.0.7"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)