From 8663b947026162049385dfaf2a80c46c69fe43c4 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 4 Apr 2024 10:16:21 +0200 Subject: [PATCH] release: @pinia/nuxt@0.5.2 pinia@2.1.8-beta.0 @pinia/testing@0.1.4 --- packages/nuxt/CHANGELOG.md | 7 +++++++ packages/pinia/CHANGELOG.md | 13 +++++++++++++ packages/testing/CHANGELOG.md | 6 ++++++ 3 files changed, 26 insertions(+) diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 5b42f835d8..503f12eb96 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -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 diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index 5bff128acf..670bd8279a 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -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 diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 69d78fbc79..1ccb6fc623 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -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.