Version Packages (#13949)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14026/head svelte@5.1.4
github-actions[bot] 1 week ago committed by GitHub
parent 07219f1cbd
commit 4441952028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add empty stack to `CompileDiagnostic` to show error on build

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure effect_tracking correctly handles tracking reactions

@ -1,5 +0,0 @@
---
"svelte": patch
---
fix: update broken links

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: more exhaustive check during `SvelteMap.set` in deriveds

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: trim whitespace while migrating blocks

@ -1,5 +0,0 @@
---
"svelte": patch
---
fix: update links that previously pointed to preview site

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: properly migrate imports types prefixed with $

@ -1,5 +1,23 @@
# svelte
## 5.1.4
### Patch Changes
- fix: add empty stack to `CompileDiagnostic` to show error on build ([#13942](https://github.com/sveltejs/svelte/pull/13942))
- fix: ensure effect_tracking correctly handles tracking reactions ([#14005](https://github.com/sveltejs/svelte/pull/14005))
- fix: update broken links ([#13944](https://github.com/sveltejs/svelte/pull/13944))
- fix: more exhaustive check during `SvelteMap.set` in deriveds ([#13951](https://github.com/sveltejs/svelte/pull/13951))
- fix: trim whitespace while migrating blocks ([#13941](https://github.com/sveltejs/svelte/pull/13941))
- fix: update links that previously pointed to preview site ([#14001](https://github.com/sveltejs/svelte/pull/14001))
- fix: properly migrate imports types prefixed with $ ([#14007](https://github.com/sveltejs/svelte/pull/14007))
## 5.1.3
### Patch Changes

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

Loading…
Cancel
Save