Skip to content

Commit 832499f

Browse files
Version Packages (#14251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 653f4ac commit 832499f

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/afraid-donuts-whisper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bright-papayas-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-laws-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-chicken-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.1.14
4+
5+
### Patch Changes
6+
7+
- fix: migration script messing with attributes ([#14260](https://github.com/sveltejs/svelte/pull/14260))
8+
9+
- fix: do not treat reassigned synthetic binds as state in runes mode ([#14236](https://github.com/sveltejs/svelte/pull/14236))
10+
11+
- fix: account for mutations in script module in ownership check ([#14253](https://github.com/sveltejs/svelte/pull/14253))
12+
13+
- fix: consider img with loading attribute not static ([#14237](https://github.com/sveltejs/svelte/pull/14237))
14+
315
## 5.1.13
416

517
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.1.13",
5+
"version": "5.1.14",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.1.13';
9+
export const VERSION = '5.1.14';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)