sveltejs/svelte
### [`v3.31.2`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#3312)
[Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.31.1...v3.31.2)
- Rework SSR store handling to subscribe and unsubscribe as in DOM mode ([#3375](https://togithub.com/sveltejs/svelte/issues/3375), [#3582](https://togithub.com/sveltejs/svelte/issues/3582), [#3636](https://togithub.com/sveltejs/svelte/issues/3636))
- Fix error when removing elements that are already transitioning out ([#5789](https://togithub.com/sveltejs/svelte/issues/5789), [#5808](https://togithub.com/sveltejs/svelte/issues/5808))
- Fix duplicate content race condition with `{#await}` blocks and out transitions ([#5815](https://togithub.com/sveltejs/svelte/issues/5815))
- Deconflict variable names used for contextual actions ([#5834](https://togithub.com/sveltejs/svelte/issues/5834))
### [`v3.31.1`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#3311)
[Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.31.0...v3.31.1)
- Fix scrolling of element with resize listener by making the `
This PR contains the following updates:
3.22.3
->3.31.2
Release Notes
sveltejs/svelte
### [`v3.31.2`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#3312) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.31.1...v3.31.2) - Rework SSR store handling to subscribe and unsubscribe as in DOM mode ([#3375](https://togithub.com/sveltejs/svelte/issues/3375), [#3582](https://togithub.com/sveltejs/svelte/issues/3582), [#3636](https://togithub.com/sveltejs/svelte/issues/3636)) - Fix error when removing elements that are already transitioning out ([#5789](https://togithub.com/sveltejs/svelte/issues/5789), [#5808](https://togithub.com/sveltejs/svelte/issues/5808)) - Fix duplicate content race condition with `{#await}` blocks and out transitions ([#5815](https://togithub.com/sveltejs/svelte/issues/5815)) - Deconflict variable names used for contextual actions ([#5834](https://togithub.com/sveltejs/svelte/issues/5834)) ### [`v3.31.1`](https://togithub.com/sveltejs/svelte/blob/master/CHANGELOG.md#3311) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.31.0...v3.31.1) - Fix scrolling of element with resize listener by making the `