Skip to content

Commit 8dc5622

Browse files
committed
1 parent beff091 commit 8dc5622

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

packages/pinia/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.5](https://github.com/vuejs/pinia/compare/[email protected]@2.1.5) (2023-07-26)
2+
3+
### Bug Fixes
4+
5+
- **devtools:** correctly load the state ([beff091](https://github.com/vuejs/pinia/commit/beff091f80302def494305779f8aa1d12301bce4))
6+
- **devtools:** wrong toast message ([#2290](https://github.com/vuejs/pinia/issues/2290)) ([dfc04d3](https://github.com/vuejs/pinia/commit/dfc04d356c86128f868b12182615bd57228111d6))
7+
18
## [2.1.4](https://github.com/vuejs/pinia/compare/[email protected]@2.1.4) (2023-06-14)
29

310
### 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.1.4",
3+
"version": "2.1.5",
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.1.3](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-07-26)
2+
3+
This version contains no code changes.
4+
15
## [0.1.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-18)
26

37
- Force vue-demi version

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.1.2",
3+
"version": "0.1.3",
44
"description": "Testing module for Pinia",
55
"keywords": [
66
"vue",
@@ -51,7 +51,7 @@
5151
"tsup": "^6.7.0"
5252
},
5353
"peerDependencies": {
54-
"pinia": ">=2.1.2"
54+
"pinia": ">=2.1.5"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)