Skip to content

Commit bd5e5ee

Browse files
Version Packages (#9121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 26eb2a2 commit bd5e5ee

12 files changed

+24
-47
lines changed

.changeset/chilled-tigers-tie.md

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

.changeset/eighty-poems-deliver.md

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

.changeset/famous-news-perform.md

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

.changeset/khaki-wolves-dream.md

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

.changeset/shiny-mugs-tie.md

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

.changeset/stale-terms-sing.md

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

.changeset/tame-tomatoes-warn.md

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

.changeset/ten-poems-remember.md

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

.changeset/tricky-planets-rush.md

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

packages/svelte/CHANGELOG.md

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

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- fix: update style directive when style attribute is present and is updated via an object prop ([#9187](https://github.com/sveltejs/svelte/pull/9187))
8+
9+
- fix: css sourcemap generation with unicode filenames ([#9120](https://github.com/sveltejs/svelte/pull/9120))
10+
11+
- fix: do not add module declared variables as dependencies ([#9122](https://github.com/sveltejs/svelte/pull/9122))
12+
13+
- fix: handle `svelte:element` with dynamic this and spread attributes ([#9112](https://github.com/sveltejs/svelte/pull/9112))
14+
15+
- fix: silence false positive reactive component warning ([#9094](https://github.com/sveltejs/svelte/pull/9094))
16+
17+
- fix: head duplication when binding is present ([#9124](https://github.com/sveltejs/svelte/pull/9124))
18+
19+
- fix: take custom attribute name into account when reflecting property ([#9140](https://github.com/sveltejs/svelte/pull/9140))
20+
21+
- fix: add `indeterminate` to the list of HTMLAttributes ([#9180](https://github.com/sveltejs/svelte/pull/9180))
22+
23+
- fix: recognize option value on spread attribute ([#9125](https://github.com/sveltejs/svelte/pull/9125))
24+
325
## 4.2.0
426

527
### Minor Changes

0 commit comments

Comments
 (0)