]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.1.5 @pinia/testing@0.1.3 @pinia/testing@0.1.3 pinia@2.1.5
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Jul 2023 14:31:28 +0000 (16:31 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Jul 2023 14:31:28 +0000 (16:31 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 302aab102b92fc4ee9aa00f5a449890aff90b23e..833eaa8e7096df10f8e9f61d8a1ecb34e7a98195 100644 (file)
@@ -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
index c7d19940e143deb834920f9f407ce8ff3fbd6486..f57f478e917e6a3314456b94055ab4fb9c03ad4a 100644 (file)
@@ -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",
index e9ea3d81d4af49c0ec337d9876de4eb631652663..69d78fbc790497ac21a513977ff5fdcd81116457 100644 (file)
@@ -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
index f5a585601e2ad8d4a7a8fdcf93d08b138e2f4fc0..90fa98614f69d69082f3b867566b4cb2d4329ae8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^6.7.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.1.2"
+    "pinia": ">=2.1.5"
   },
   "publishConfig": {
     "access": "public"