Skip to content

Commit 9de1ea0

Browse files
Version Packages
1 parent 0041f11 commit 9de1ea0

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/eighty-poems-deliver.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.

packages/svelte/CHANGELOG.md

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

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- fix: css sourcemap generation with unicode filenames ([#9120](https://github.com/sveltejs/svelte/pull/9120))
8+
9+
- fix: head duplication when binding is present ([#9124](https://github.com/sveltejs/svelte/pull/9124))
10+
11+
- fix: take custom attribute name into account when reflecting property ([#9140](https://github.com/sveltejs/svelte/pull/9140))
12+
313
## 4.2.0
414

515
### Minor Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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

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

0 commit comments

Comments
 (0)