Skip to content

Commit

Permalink
release: @pinia/nuxt@0.1.6 pinia@2.0.5 @pinia/testing@0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 1, 2021
1 parent 23ee0aa commit 79d0c81
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.6](https://github.com/posva/pinia/compare/@pinia/nuxt@0.1.5...@pinia/nuxt@0.1.6) (2021-12-01)

Upgrade dependencies

## [0.1.5](https://github.com/posva/pinia/compare/@pinia/nuxt@0.1.4...@pinia/nuxt@0.1.5) (2021-11-11)

### Performance Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia/nuxt",
"version": "0.1.5",
"version": "0.1.6",
"description": "Nuxt Module for pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -52,7 +52,7 @@
"unbuild": "^0.5.13"
},
"peerDependencies": {
"pinia": "~2.0.3"
"pinia": "~2.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.5](https://github.com/posva/pinia/compare/pinia@2.0.4...pinia@2.0.5) (2021-12-01)

### Bug Fixes

- accept reactive with storeToRefs ([3a2a334](https://github.com/posva/pinia/commit/3a2a334110dadb94cc1dddc10bd7673aa79b358f)), closes [#799](https://github.com/posva/pinia/issues/799)
- shouldHydrate if not in skipHydrateMap ([#846](https://github.com/posva/pinia/issues/846)) ([bcc44bc](https://github.com/posva/pinia/commit/bcc44bcedf2f127cf0218db4a89bb16b028a4ffc))

## [2.0.4](https://github.com/posva/pinia/compare/pinia@2.0.3...pinia@2.0.4) (2021-11-19)

### Features
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.4",
"version": "2.0.5",
"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.7](https://github.com/posva/pinia/compare/@pinia/testing@0.0.6...@pinia/testing@0.0.7) (2021-12-01)

### Bug Fixes

- **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))

## [0.0.6](https://github.com/posva/pinia/compare/@pinia/testing@0.0.5...@pinia/testing@0.0.6) (2021-11-19)

### Bug Fixes
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.6",
"version": "0.0.7",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": "~2.0.4"
"pinia": "~2.0.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 79d0c81

Please sign in to comment.