Version Packages

pull/14682/head
github-actions[bot] 2 years ago
parent edfc0a9c6a
commit 27d917f915

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly handle ssr for `reactivity/window`

@ -1,5 +1,11 @@
# svelte
## 5.11.2
### Patch Changes
- fix: correctly handle ssr for `reactivity/window` ([#14681](https://github.com/sveltejs/svelte/pull/14681))
## 5.11.1
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.11.1",
"version": "5.11.2",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.11.1';
export const VERSION = '5.11.2';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save