Skip to content

Commit af4d105

Browse files
Version Packages (#13757)
* Version Packages * Update packages/svelte/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Simon H <[email protected]>
1 parent 44c8889 commit af4d105

14 files changed

+30
-57
lines changed

.changeset/afraid-turtles-invent.md

-5
This file was deleted.

.changeset/beige-llamas-grab.md

-5
This file was deleted.

.changeset/chatty-feet-unite.md

-5
This file was deleted.

.changeset/dull-wolves-judge.md

-5
This file was deleted.

.changeset/few-rocks-remain.md

-5
This file was deleted.

.changeset/five-dingos-push.md

-5
This file was deleted.

.changeset/large-carrots-behave.md

-5
This file was deleted.

.changeset/red-coats-grin.md

-5
This file was deleted.

.changeset/strong-feet-happen.md

-5
This file was deleted.

.changeset/wise-timers-look.md

-5
This file was deleted.

.changeset/witty-flies-impress.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# svelte
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- feat: export mount() options as the MountOptions type ([#13674](https://github.com/sveltejs/svelte/pull/13674))
8+
9+
- feat: allow usage of getContext() within $derived runes ([#13830](https://github.com/sveltejs/svelte/pull/13830))
10+
11+
### Patch Changes
12+
13+
- fix: properly migrate ts with inferred type comments ([#13761](https://github.com/sveltejs/svelte/pull/13761))
14+
15+
- fix: correct property name conversion in custom transitions ([#13820](https://github.com/sveltejs/svelte/pull/13820))
16+
17+
- fix: ensure $effect.tracking returns false inside transition functions ([#13775](https://github.com/sveltejs/svelte/pull/13775))
18+
19+
- fix: migrate default slots to children snippet ([#13760](https://github.com/sveltejs/svelte/pull/13760))
20+
21+
- fix: don't print errors on migration errors ([#13754](https://github.com/sveltejs/svelte/pull/13754))
22+
23+
- fix: prevent spread attribute from overriding class directive ([#13763](https://github.com/sveltejs/svelte/pull/13763))
24+
25+
- fix: ensure `:has` selectors followed by other selectors match ([#13824](https://github.com/sveltejs/svelte/pull/13824))
26+
27+
- fix: ensure muted DOM property works correctly in FF ([#13751](https://github.com/sveltejs/svelte/pull/13751))
28+
29+
- fix: show filename information in `legacy_recursive_reactive_block` ([#13764](https://github.com/sveltejs/svelte/pull/13764))
30+
331
## 5.0.5
432

533
### Patch Changes

packages/svelte/package.json

+1-1
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.0.5",
5+
"version": "5.1.0",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.0.5';
9+
export const VERSION = '5.1.0';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)