Skip to content

Commit dc985cf

Browse files
committed
1 parent dd54e01 commit dc985cf

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/pinia/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.2](https://github.com/vuejs/pinia/compare/[email protected]@2.1.2) (2023-05-18)
2+
3+
- Force vue-demi version
4+
15
## [2.1.1](https://github.com/vuejs/pinia/compare/[email protected]@2.1.1) (2023-05-17)
26

37
### 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.1",
3+
"version": "2.1.2",
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.2](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-18)
2+
3+
- Force vue-demi version
4+
15
## [0.1.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2023-05-17)
26

37
This release contains no code changes.

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.1",
3+
"version": "0.1.2",
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.0"
54+
"pinia": ">=2.1.2"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)