Skip to content

Commit e5843ac

Browse files
committed
1 parent 5b61973 commit e5843ac

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

packages/nuxt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.9](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-05-05)
2+
3+
Update build tools
4+
15
## [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2021-12-24)
26

37
Override the 0.1.7 version for convenience but no code changes since 0.1.6.

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.8",
3+
"version": "0.1.9",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",
@@ -52,7 +52,7 @@
5252
"unbuild": "^0.7.4"
5353
},
5454
"peerDependencies": {
55-
"pinia": "~2.0.9"
55+
"pinia": ">=2.0.14"
5656
},
5757
"publishConfig": {
5858
"access": "public"

packages/pinia/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.14](https://github.com/vuejs/pinia/compare/[email protected]@2.0.14) (2022-05-05)
2+
3+
### Bug Fixes
4+
5+
- avoid multiple subscriptions with empty promises ([6c17168](https://github.com/vuejs/pinia/commit/6c17168b03307f257491dbd6c0962d5bfade02cc)), closes [#1129](https://github.com/vuejs/pinia/issues/1129)
6+
- correctly detect option stores ([11b92fd](https://github.com/vuejs/pinia/commit/11b92fd9e4b1d2402df79de9fc47c32c1b9ce726)), closes [#1272](https://github.com/vuejs/pinia/issues/1272)
7+
- **devtools:** remove in tests environment ([4aeb0a5](https://github.com/vuejs/pinia/commit/4aeb0a539f7389a628e6c32bb6849ce3cd50cc17))
8+
19
## [2.0.13](https://github.com/vuejs/pinia/compare/[email protected]@2.0.13) (2022-03-31)
210

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

packages/testing/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.0.12](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-05-05)
2+
3+
### Bug Fixes
4+
5+
- **testing:** allow overriding plugin computed properties ([ad90fd2](https://github.com/vuejs/pinia/commit/ad90fd24eecca8bd7bff238bcfa039e1a0a7f3d5))
6+
- **testing:** correct order of plugin installation ([0f789fe](https://github.com/vuejs/pinia/commit/0f789fe1591ef8d2d10a8616c7abac8ad09cdf98))
7+
- **testing:** stub actions without app ([2e4f6ca](https://github.com/vuejs/pinia/commit/2e4f6ca2e5ba92bc5ba835ebad4ab325a6428a5f))
8+
19
## [0.0.11](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2022-03-31)
210

311
### Bug Fixes

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.11",
3+
"version": "0.0.12",
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.13"
53+
"pinia": ">=2.0.14"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)