Skip to content

Commit b4bf481

Browse files
Version Packages
1 parent ab1f7f4 commit b4bf481

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/chatty-windows-own.md

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

.changeset/cyan-ducks-train.md

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

.changeset/red-worms-suffer.md

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

.changeset/thick-dryers-kiss.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.10.1
4+
5+
### Patch Changes
6+
7+
- fix: ensure snippet hoisting works in the correct scope ([#14642](https://github.com/sveltejs/svelte/pull/14642))
8+
9+
- fix: restore input binding selection position ([#14649](https://github.com/sveltejs/svelte/pull/14649))
10+
11+
- fix: transform everything that is not a selector inside `:global` ([#14577](https://github.com/sveltejs/svelte/pull/14577))
12+
13+
- fix: don't emit assignment warnings for bindings ([#14651](https://github.com/sveltejs/svelte/pull/14651))
14+
315
## 5.10.0
416

517
### Minor 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.10.0",
5+
"version": "5.10.1",
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.10.0';
9+
export const VERSION = '5.10.1';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)