]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.5.2-beta.0 pinia@2.1.8-beta.0 @pinia/testing@0.1.4-beta.0 @pinia/nuxt@0.5.2-beta.0 @pinia/testing@0.1.4-beta.0 pinia@2.1.8-beta.0
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 17 Apr 2024 12:45:13 +0000 (14:45 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 17 Apr 2024 12:45:13 +0000 (14:45 +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 503f12eb96ac6aa7cd9967dbaa171322f02b1240..6090b46ef4493286722dca24f5395e3df45156bf 100644 (file)
@@ -1,3 +1,10 @@
+## [0.5.2-beta.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.5.1...@pinia/nuxt@0.5.2-beta.0) (2024-04-17)
+
+### 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.1...@pinia/nuxt@0.5.1) (2024-04-04)
 
 ### Bug Fixes
index 26bd62213d257697698a7a0bc75b0cee8965695f..6375dc3504fb33292f0af534521ce66922da26ea 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.5.1",
+  "version": "0.5.2-beta.0",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 670bd8279a2ad34d285aa58cf5d5e995bb7cdb26..bb27babee1fcdd8b9a90dc45cf72864f17c6db59 100644 (file)
@@ -1,3 +1,17 @@
+## [2.1.8-beta.0](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.1.8-beta.0) (2024-04-17)
+
+### Bug Fixes
+
+- **devtools:** Do not patch mocked actions ([#2300](https://github.com/vuejs/pinia/issues/2300)) ([069ffd1](https://github.com/vuejs/pinia/commit/069ffd14a52ccb576d63d03d06b18dee69185ae7))
+- 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.7...pinia@2.1.7) (2024-04-04)
 
 ### Bug Fixes
index a6f866c9ae51d983a3e97b104d9c12b99b303f88..c8b07bde200ff15febb92c639cddc1e2a6d80403 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.1.7",
+  "version": "2.1.8-beta.0",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index 1ccb6fc6237736581c98853eb4fd80678d50266b..7e253a0b8fff42f0e8891aa75538ee2ae073e163 100644 (file)
@@ -1,3 +1,9 @@
+## [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)
+
+### 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.3...@pinia/testing@0.1.3) (2024-04-04)
 
 ### Bug Fixes
index f4d58d5bf9cc11e0a7e22116e17a4bf3500bdad7..53b1dbaabb5b027fac1be3b47d2e3ea8c0961a15 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.1.3",
+  "version": "0.1.4-beta.0",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",