Skip to content

Commit 126e031

Browse files
committed
chore: changelog
Close #2923 Ref #2919
1 parent 1b5c832 commit 126e031

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/pinia/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ No code changes.
1818

1919
### ⚠ BREAKING CHANGES
2020

21-
- We now use the native `Awaited` introduced in TS 4.5.
22-
This shouldn't affect you.
23-
- `PiniaStorePlugin` is now removed. Use `PiniaPlugin`
24-
instead.
25-
- `defineStore({ id: 'id' })` is now removed. Use
26-
`defineStore('id')` instead
21+
- We now use the native `Awaited` introduced in TS 4.5. This shouldn't affect you.
22+
- `PiniaStorePlugin` is now removed. Use `PiniaPlugin` instead.
23+
- `defineStore({ id: 'id' })` is now removed. Use `defineStore('id')` instead
24+
- 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)
2725

2826
### Code Refactoring
2927

0 commit comments

Comments
 (0)