Version Packages (#14184)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14228/head svelte@5.1.12
github-actions[bot] 10 months ago committed by GitHub
parent 7eb4cb91d7
commit d7caf0833c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ignore `as` type expressions on property definitions

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: restore active reaction if then block throws

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: adds legacy mode flag reducing bundle size in runes mode only apps

@ -1,5 +1,15 @@
# svelte
## 5.1.12
### Patch Changes
- fix: ignore `as` type expressions on property definitions ([#14181](https://github.com/sveltejs/svelte/pull/14181))
- fix: restore active reaction if then block throws ([#14191](https://github.com/sveltejs/svelte/pull/14191))
- chore: adds legacy mode flag reducing bundle size in runes mode only apps ([#14180](https://github.com/sveltejs/svelte/pull/14180))
## 5.1.11
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.1.11",
"version": "5.1.12",
"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.1.11';
export const VERSION = '5.1.12';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save