]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.5.2 pinia@2.1.8-beta.0 @pinia/testing@0.1.4
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 4 Apr 2024 08:16:21 +0000 (10:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 4 Apr 2024 08:16:21 +0000 (10:16 +0200)
packages/nuxt/CHANGELOG.md
packages/pinia/CHANGELOG.md
packages/testing/CHANGELOG.md

index 5b42f835d8b6a10b53c383561ae6f04d4c01c162..503f12eb96ac6aa7cd9967dbaa171322f02b1240 100644 (file)
@@ -1,3 +1,10 @@
+## [0.5.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.1...@pinia/nuxt@0.5.1) (2024-04-04)
+
+### Bug Fixes
+
+- opt in to `import.meta.*` properties ([#2622](https://github.com/vuejs/pinia/issues/2622)) ([0a94c3c](https://github.com/vuejs/pinia/commit/0a94c3c8c917a29c8e58cded33aa6f3e073f3577))
+- **types:** use declare module vue ([8a6ce86](https://github.com/vuejs/pinia/commit/8a6ce86db83b6315c067c8a98c898b3c74efe62e))
+
 ## [0.5.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.0...@pinia/nuxt@0.5.1) (2023-10-16)
 
 ### Bug Fixes
index 5bff128acf47be05c6d46bb60c97a49afda10d0a..670bd8279a2ad34d285aa58cf5d5e995bb7cdb26 100644 (file)
@@ -1,3 +1,16 @@
+## [2.1.7](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.1.7) (2024-04-04)
+
+### Bug Fixes
+
+- support webpack minification ([57914b5](https://github.com/vuejs/pinia/commit/57914b522fb901701c397a5ef62dad3339ee0cf9)), closes [#1143](https://github.com/vuejs/pinia/issues/1143)
+- **types:** fix storeToRefs state return type ([#2574](https://github.com/vuejs/pinia/issues/2574)) ([#2604](https://github.com/vuejs/pinia/issues/2604)) ([c8f727a](https://github.com/vuejs/pinia/commit/c8f727a0a2187c591134bd467efe426fb747ea40))
+- **types:** mapHelpers with getters types ([#2571](https://github.com/vuejs/pinia/issues/2571)) ([#2576](https://github.com/vuejs/pinia/issues/2576)) ([ea5c974](https://github.com/vuejs/pinia/commit/ea5c974c73d458518aff318dbab369e506db9285))
+- **types:** use declare module vue ([8a6ce86](https://github.com/vuejs/pinia/commit/8a6ce86db83b6315c067c8a98c898b3c74efe62e))
+
+### Features
+
+- disposePinia ([bb8bf60](https://github.com/vuejs/pinia/commit/bb8bf60581747c76e42796b82eb3aa04e2336fdf)), closes [vuejs/pinia#2453](https://github.com/vuejs/pinia/issues/2453)
+
 ## [2.1.7](https://github.com/vuejs/pinia/compare/pinia@2.1.6...pinia@2.1.7) (2023-10-13)
 
 ### Bug Fixes
index 69d78fbc790497ac21a513977ff5fdcd81116457..1ccb6fc6237736581c98853eb4fd80678d50266b 100644 (file)
@@ -1,3 +1,9 @@
+## [0.1.3](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.3...@pinia/testing@0.1.3) (2024-04-04)
+
+### Bug Fixes
+
+- **types:** use declare module vue ([8a6ce86](https://github.com/vuejs/pinia/commit/8a6ce86db83b6315c067c8a98c898b3c74efe62e))
+
 ## [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.