]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.6.0 pinia@2.2.5 @pinia/nuxt@0.6.0 pinia@2.2.5
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 29 Oct 2024 15:04:36 +0000 (16:04 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 29 Oct 2024 15:04:36 +0000 (16:04 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index cc9bb14d737dd522f1723c903df9b15ea3d581d6..db2f646a658dda9bd5ffdc77afde375360084e4e 100644 (file)
@@ -1,3 +1,14 @@
+# [0.6.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.5...@pinia/nuxt@0.6.0) (2024-10-29)
+
+### Bug Fixes
+
+- avoid broken alias ([65031ee](https://github.com/vuejs/pinia/commit/65031ee77ed46a34bc2359223e24c7944e840819))
+- **nuxt:** ensure payload plugin declaration is generated ([#2806](https://github.com/vuejs/pinia/issues/2806)) ([99ab76c](https://github.com/vuejs/pinia/commit/99ab76c685405a93f7fc41b335fe5710e9b7fee8))
+
+### Features
+
+- **nuxt:** do not serialize skipHydrate properties ([e645fc1](https://github.com/vuejs/pinia/commit/e645fc12ea115a2d2cc395ad83e4cc3df350c4ea))
+
 ## [0.5.5](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.4...@pinia/nuxt@0.5.5) (2024-09-30)
 
 No changes in this release
index 9ce1948b2b9bdf111d5adc5fb25f460d0af5a54a..9ca8815510e5c0b4be5f2fc1284c2bc4bedd87b6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.5.5",
+  "version": "0.6.0",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index ef658da5a97c8cf448bddda108a9c53dce192219..12a18c92900481985b2b4524620965d891428ca3 100644 (file)
@@ -1,3 +1,16 @@
+## [2.2.5](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5) (2024-10-29)
+
+### Bug Fixes
+
+- keep no side effect comment when minifying ([a31fb87](https://github.com/vuejs/pinia/commit/a31fb877aed1843fc144d09488e2b45afc917bf9))
+- reference the store directly in storeToRefs to ensure correct reactivity after HMR ([#2795](https://github.com/vuejs/pinia/issues/2795)) ([254eec7](https://github.com/vuejs/pinia/commit/254eec764ecccd120ab9dbc31352d76ffd6ecfa3))
+- **types:** handle union types in generic parameter ([#2794](https://github.com/vuejs/pinia/issues/2794)) ([ecc7449](https://github.com/vuejs/pinia/commit/ecc74492c642539ffc7386d57a8f9853437be327)), closes [#2785](https://github.com/vuejs/pinia/issues/2785)
+- up minimum peer dep of Vue ([5404d3e](https://github.com/vuejs/pinia/commit/5404d3e472ed0ac8ba0f09f501618908fe438c57)), closes [#2797](https://github.com/vuejs/pinia/issues/2797)
+
+### Features
+
+- **nuxt:** do not serialize skipHydrate properties ([e645fc1](https://github.com/vuejs/pinia/commit/e645fc12ea115a2d2cc395ad83e4cc3df350c4ea))
+
 ## [2.2.4](https://github.com/vuejs/pinia/compare/pinia@2.2.3...pinia@2.2.4) (2024-10-01)
 
 ### Bug Fixes
index 20d4b74740e7cabe35fb235e7c466b8ebc3dd9f4..ba1db631f0713fd1fec0ca1411eead517b42b430 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.4",
+  "version": "2.2.5",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",