Skip to content

Commit

Permalink
release: @pinia/nuxt@0.1.9 pinia@2.0.14 @pinia/testing@0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 5, 2022
1 parent 5b61973 commit e5843ac
Show file tree
Hide file tree
Showing 6 changed files with 25 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.9](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.8...@pinia/nuxt@0.1.9) (2022-05-05)

Update build tools

## [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.7...@pinia/nuxt@0.1.8) (2021-12-24)

Override the 0.1.7 version for convenience but no code changes since 0.1.6.
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.8",
"version": "0.1.9",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
Expand Down Expand Up @@ -52,7 +52,7 @@
"unbuild": "^0.7.4"
},
"peerDependencies": {
"pinia": "~2.0.9"
"pinia": ">=2.0.14"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.14](https://github.com/vuejs/pinia/compare/pinia@2.0.13...pinia@2.0.14) (2022-05-05)

### Bug Fixes

- avoid multiple subscriptions with empty promises ([6c17168](https://github.com/vuejs/pinia/commit/6c17168b03307f257491dbd6c0962d5bfade02cc)), closes [#1129](https://github.com/vuejs/pinia/issues/1129)
- correctly detect option stores ([11b92fd](https://github.com/vuejs/pinia/commit/11b92fd9e4b1d2402df79de9fc47c32c1b9ce726)), closes [#1272](https://github.com/vuejs/pinia/issues/1272)
- **devtools:** remove in tests environment ([4aeb0a5](https://github.com/vuejs/pinia/commit/4aeb0a539f7389a628e6c32bb6849ce3cd50cc17))

## [2.0.13](https://github.com/vuejs/pinia/compare/pinia@2.0.12...pinia@2.0.13) (2022-03-31)

### 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.13",
"version": "2.0.14",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.0.12](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.11...@pinia/testing@0.0.12) (2022-05-05)

### Bug Fixes

- **testing:** allow overriding plugin computed properties ([ad90fd2](https://github.com/vuejs/pinia/commit/ad90fd24eecca8bd7bff238bcfa039e1a0a7f3d5))
- **testing:** correct order of plugin installation ([0f789fe](https://github.com/vuejs/pinia/commit/0f789fe1591ef8d2d10a8616c7abac8ad09cdf98))
- **testing:** stub actions without app ([2e4f6ca](https://github.com/vuejs/pinia/commit/2e4f6ca2e5ba92bc5ba835ebad4ab325a6428a5f))

## [0.0.11](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.10...@pinia/testing@0.0.11) (2022-03-31)

### 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.11",
"version": "0.0.12",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -50,7 +50,7 @@
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": ">=2.0.13"
"pinia": ">=2.0.14"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e5843ac

Please sign in to comment.