+## [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
{
"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",
+## [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.
{
"name": "@pinia/testing",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"tsup": "^6.7.0"
},
"peerDependencies": {
- "pinia": ">=2.1.0"
+ "pinia": ">=2.1.2"
},
"publishConfig": {
"access": "public"