Skip to content

Commit 79d0c81

Browse files
committed
1 parent 23ee0aa commit 79d0c81

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.6](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-01)
2+
3+
Upgrade dependencies
4+
15
## [0.1.5](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-11-11)
26

37
### Performance Improvements

packages/nuxt/package.json

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

packages/pinia/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.5](https://github.com/posva/pinia/compare/[email protected]@2.0.5) (2021-12-01)
2+
3+
### Bug Fixes
4+
5+
- accept reactive with storeToRefs ([3a2a334](https://github.com/posva/pinia/commit/3a2a334110dadb94cc1dddc10bd7673aa79b358f)), closes [#799](https://github.com/posva/pinia/issues/799)
6+
- shouldHydrate if not in skipHydrateMap ([#846](https://github.com/posva/pinia/issues/846)) ([bcc44bc](https://github.com/posva/pinia/commit/bcc44bcedf2f127cf0218db4a89bb16b028a4ffc))
7+
18
## [2.0.4](https://github.com/posva/pinia/compare/[email protected]@2.0.4) (2021-11-19)
29

310
### Features

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.4",
3+
"version": "2.0.5",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.7](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-01)
2+
3+
### Bug Fixes
4+
5+
- **testing:** preserve non-enumerable properties of pinia instance in createTestingPinia ([#841](https://github.com/posva/pinia/issues/841)) ([b130d6f](https://github.com/posva/pinia/commit/b130d6f648239293457f347b42a7f1b668748d30))
6+
17
## [0.0.6](https://github.com/posva/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-11-19)
28

39
### Bug Fixes

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

0 commit comments

Comments
 (0)