]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.5.3 pinia@2.2.1 @pinia/testing@0.1.5 @pinia/nuxt@0.5.3 @pinia/testing@0.1.5 pinia@2.2.1
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 6 Aug 2024 11:59:48 +0000 (13:59 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 6 Aug 2024 11:59:48 +0000 (13:59 +0200)
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 c1a07a0d1171a335ad7f5fb322c8ec8b90f97a3a..9298ca77e6c1002fa688d976747ce0d0d25f3241 100644 (file)
@@ -1,3 +1,7 @@
+## [0.5.3](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.2...@pinia/nuxt@0.5.3) (2024-08-06)
+
+This release contain no code changes.
+
 ## [0.5.2](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.2-beta.0...@pinia/nuxt@0.5.2) (2024-07-26)
 
 ### Bug Fixes
index 0441140cd324b18e3e0b1517ff1dd6353f620673..a5ff008ce332f0f3e869dc356533ca24a07c3e0b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.5.2",
+  "version": "0.5.3",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 153566cd3515b885ef784174824e2de0b32b6b71..ec885fe69870fddbfd60d9cd62052401cb567fd0 100644 (file)
@@ -1,3 +1,9 @@
+## [2.2.1](https://github.com/vuejs/pinia/compare/pinia@2.2.0...pinia@2.2.1) (2024-08-06)
+
+### Bug Fixes
+
+- **types:** breaking type with auto imported components ([#2730](https://github.com/vuejs/pinia/issues/2730)) ([82ca41c](https://github.com/vuejs/pinia/commit/82ca41c7d0f15439356c032bc12a4f825a290af6))
+
 # [2.2.0](https://github.com/vuejs/pinia/compare/pinia@2.1.8-beta.0...pinia@2.2.0) (2024-07-26)
 
 ### Bug Fixes
index 17f7fa4dab44a6a7bce916f6f803a5ab2bd0c526..7685cca00e1d27cf3e6c590b241543d34417e1c7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.0",
+  "version": "2.2.1",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index e7e8063741204f1f871274ee000ea6ff78a301ff..571ddce87c351c503f6a38aae086e6990dcdccb4 100644 (file)
@@ -1,3 +1,7 @@
+## [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.
+
 ## [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
index 8a3c8327748f60f18c33cfe4d3dc7f0c7adc162b..0969b9fc11fd6225ab38c545eb6df805272b8e10 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.4",
+  "version": "0.1.5",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^8.2.3"
   },
   "peerDependencies": {
-    "pinia": ">=2.2.0"
+    "pinia": ">=2.2.1"
   },
   "publishConfig": {
     "access": "public"