Skip to content

Commit

Permalink
release: pinia@2.1.5 @pinia/testing@0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 26, 2023
1 parent beff091 commit 8dc5622
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.1.5](https://github.com/vuejs/pinia/compare/pinia@2.1.4...pinia@2.1.5) (2023-07-26)

### Bug Fixes

- **devtools:** correctly load the state ([beff091](https://github.com/vuejs/pinia/commit/beff091f80302def494305779f8aa1d12301bce4))
- **devtools:** wrong toast message ([#2290](https://github.com/vuejs/pinia/issues/2290)) ([dfc04d3](https://github.com/vuejs/pinia/commit/dfc04d356c86128f868b12182615bd57228111d6))

## [2.1.4](https://github.com/vuejs/pinia/compare/pinia@2.1.3...pinia@2.1.4) (2023-06-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.1.4",
"version": "2.1.5",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.1.3](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.2...@pinia/testing@0.1.3) (2023-07-26)

This version contains no code changes.

## [0.1.2](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.1...@pinia/testing@0.1.2) (2023-05-18)

- Force vue-demi version
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@pinia/testing",
"version": "0.1.2",
"version": "0.1.3",
"description": "Testing module for Pinia",
"keywords": [
"vue",
Expand Down Expand Up @@ -51,7 +51,7 @@
"tsup": "^6.7.0"
},
"peerDependencies": {
"pinia": ">=2.1.2"
"pinia": ">=2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8dc5622

Please sign in to comment.