Skip to content

Commit cb5734a

Browse files
Version Packages (#14652)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a26b6d8 commit cb5734a

File tree

9 files changed

+18
-32
lines changed

9 files changed

+18
-32
lines changed

.changeset/chatty-windows-own.md

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

.changeset/clean-bobcats-fail.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/shy-carpets-rescue.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: ensure $state.snapshot clones holey arrays correctly ([#14657](https://github.com/sveltejs/svelte/pull/14657))
10+
11+
- fix: restore input binding selection position ([#14649](https://github.com/sveltejs/svelte/pull/14649))
12+
13+
- fix: transform everything that is not a selector inside `:global` ([#14577](https://github.com/sveltejs/svelte/pull/14577))
14+
15+
- Overwrite Spring.#last_value when using .set() with {instant: true} ([#14656](https://github.com/sveltejs/svelte/pull/14656))
16+
17+
- fix: don't emit assignment warnings for bindings ([#14651](https://github.com/sveltejs/svelte/pull/14651))
18+
319
## 5.10.0
420

521
### 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)