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

-5
This file was deleted.

.changeset/eighty-poems-deliver.md

-5
This file was deleted.

.changeset/famous-news-perform.md

-5
This file was deleted.

.changeset/khaki-wolves-dream.md

-5
This file was deleted.

.changeset/shiny-mugs-tie.md

-5
This file was deleted.

.changeset/stale-terms-sing.md

-5
This file was deleted.

.changeset/tame-tomatoes-warn.md

-5
This file was deleted.

.changeset/ten-poems-remember.md

-5
This file was deleted.

.changeset/tricky-planets-rush.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+22
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

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Cybernetically enhanced web apps",
55
"type": "module",
66
"module": "src/runtime/index.js",

packages/svelte/src/shared/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 = '4.2.0';
9+
export const VERSION = '4.2.1';
1010
export const PUBLIC_VERSION = '4';

0 commit comments

Comments
 (0)