]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.7.0 pinia@2.2.6 @pinia/testing@0.1.7 @pinia/nuxt@0.7.0 @pinia/testing@0.1.7 pinia@2.2.6
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 3 Nov 2024 20:10:46 +0000 (21:10 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 3 Nov 2024 20:10:46 +0000 (21:10 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 7253bde507f94f85de75ce9c65f4b9d14dc0c28a..670f0de86d9d5228c3d3502398c1fcdc7aec409b 100644 (file)
@@ -1,3 +1,9 @@
+# [0.7.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.6.1...@pinia/nuxt@0.7.0) (2024-11-03)
+
+### Bug Fixes
+
+- dedupe pinia ([#2821](https://github.com/vuejs/pinia/issues/2821)) ([90d8eb9](https://github.com/vuejs/pinia/commit/90d8eb900071964388c54d579ffc84c8ef01c191))
+
 ## [0.6.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.6.0...@pinia/nuxt@0.6.1) (2024-10-31)
 
 ### Bug Fixes
index 86620da8293c3219f258534bc408187188f4b64d..fad69fe50f1253e691b4d3c7b000ae4f47e27593 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.6.1",
+  "version": "0.7.0",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 12a18c92900481985b2b4524620965d891428ca3..f2842d3257b3328e9f24ef5e6d3da1e377695a94 100644 (file)
@@ -1,3 +1,7 @@
+## [2.2.6](https://github.com/vuejs/pinia/compare/pinia@2.2.5...pinia@2.2.6) (2024-11-03)
+
+No code changes in this release
+
 ## [2.2.5](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5) (2024-10-29)
 
 ### Bug Fixes
index 86b1f03a3a159e4121eca703fa3d9c16d57ecc2e..8be20c5ce51a9d619c20d7930b7e59f408280d7f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.5",
+  "version": "2.2.6",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index dd2d3155fa515ce8f577328ff559a4e1ec94194e..ee244c7f61de19ddc8078b0aa13d22488ecf5e4d 100644 (file)
@@ -1,14 +1,18 @@
+## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.6...@pinia/testing@0.1.7) (2024-11-03)
+
+No code changes in this release.
+
 ## [0.1.6](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.6) (2024-09-30)
 
-No changes in this release.
+No code changes in this release.
 
 ## [0.1.5](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5) (2024-08-06)
 
-This release contain no code changes.
+No code changes in this release.
 
 ## [0.1.4](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4-beta.0...@pinia/testing@0.1.4) (2024-07-26)
 
-No changes in this release
+No code changes in this release.
 
 ## [0.1.4-beta.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.3...@pinia/testing@0.1.4-beta.0) (2024-04-17)
 
@@ -24,7 +28,7 @@ No changes in this release
 
 ## [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.
+No code changes in this release.
 
 ## [0.1.2](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.1...@pinia/testing@0.1.2) (2023-05-18)
 
@@ -32,7 +36,7 @@ This version contains no code changes.
 
 ## [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.
+No code changes in this release.
 
 # [0.1.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.16...@pinia/testing@0.1.0) (2023-05-08)
 
index 0b2ed4e48c41e59ae2310b9e9fc83c3b9eb2af43..428e932f15c7fdc874657743c51702c0b55bcf71 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.6",
+  "version": "0.1.7",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^8.3.5"
   },
   "peerDependencies": {
-    "pinia": ">=2.2.3"
+    "pinia": ">=2.2.6"
   },
   "publishConfig": {
     "access": "public"