Skip to content

Commit 041e563

Browse files
Version Packages (#13863)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c7fd65 commit 041e563

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/little-hotels-poke.md

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

.changeset/nine-pigs-approve.md

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

.changeset/short-jokes-speak.md

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

.changeset/tasty-students-peel.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.1
4+
5+
### Patch Changes
6+
7+
- fix: internally wrap store subscribe in untrack ([#13858](https://github.com/sveltejs/svelte/pull/13858))
8+
9+
- fix: allow binding to const with spread in legacy mode ([#13849](https://github.com/sveltejs/svelte/pull/13849))
10+
11+
- fix: ensure props internally untracks current_value on sets ([#13859](https://github.com/sveltejs/svelte/pull/13859))
12+
13+
- fix: properly traverse children when checking matches for `:has` ([#13866](https://github.com/sveltejs/svelte/pull/13866))
14+
315
## 5.1.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.1.0",
5+
"version": "5.1.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.1.0';
9+
export const VERSION = '5.1.1';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)