Skip to content

Commit

Permalink
release: pinia@2.1.2 @pinia/testing@0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 18, 2023
1 parent dd54e01 commit dc985cf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/pinia/CHANGELOG.md
@@ -1,3 +1,7 @@
## [2.1.2](https://github.com/vuejs/pinia/compare/pinia@2.1.1...pinia@2.1.2) (2023-05-18)

- Force vue-demi version

## [2.1.1](https://github.com/vuejs/pinia/compare/pinia@2.1.0...pinia@2.1.1) (2023-05-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia/package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
"version": "2.1.1",
"version": "2.1.2",
"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.2](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.1...@pinia/testing@0.1.2) (2023-05-18)

- Force vue-demi version

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

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

0 comments on commit dc985cf

Please sign in to comment.