From: Eduardo San Martin Morote Date: Mon, 3 Nov 2025 10:29:53 +0000 (+0100) Subject: chore: changelog X-Git-Tag: @pinia/nuxt@0.11.3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=126e031290fe3cb1cb1e29c93e9d8d25538987bc;p=thirdparty%2Fvuejs%2Fpinia.git chore: changelog Close #2923 Ref #2919 --- diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index f4744cea..b99c5851 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -18,12 +18,10 @@ No code changes. ### ⚠ BREAKING CHANGES -- We now use the native `Awaited` introduced in TS 4.5. - This shouldn't affect you. -- `PiniaStorePlugin` is now removed. Use `PiniaPlugin` - instead. -- `defineStore({ id: 'id' })` is now removed. Use - `defineStore('id')` instead +- We now use the native `Awaited` introduced in TS 4.5. This shouldn't affect you. +- `PiniaStorePlugin` is now removed. Use `PiniaPlugin` instead. +- `defineStore({ id: 'id' })` is now removed. Use `defineStore('id')` instead +- The new version of Vue Devtools is too large to be included in the iife version and has been removed. It must now be included manually (depending on your workflow) ### Code Refactoring