]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.1.2 @pinia/testing@0.1.2 @pinia/testing@0.1.2 pinia@2.1.2
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 May 2023 13:26:25 +0000 (15:26 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 May 2023 13:26:25 +0000 (15:26 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 829f100ddc7ae3fc63f8711cbf4f9089e48133e0..cba844602708520fed1e506ea9b7230d46945bb9 100644 (file)
@@ -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
index 211f869abb090ef94e04aabf207730d1d2fcd96b..67df4ece76a3f557cba6717d5e8a87334ebe3fea 100644 (file)
@@ -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",
index a9a03439f4e706d0ba863a5476864fd6eda85cca..e9ea3d81d4af49c0ec337d9876de4eb631652663 100644 (file)
@@ -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.
index 15e4fa7805e37f211be97ac884530085648cfb90..f5a585601e2ad8d4a7a8fdcf93d08b138e2f4fc0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.1",
+  "version": "0.1.2",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^6.7.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.1.0"
+    "pinia": ">=2.1.2"
   },
   "publishConfig": {
     "access": "public"