Skip to content

Commit 4744b51

Browse files
Version Packages
1 parent 2d7884a commit 4744b51

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/fair-phones-dance.md

-5
This file was deleted.

.changeset/made-this-up.md

-5
This file was deleted.

.changeset/nine-bags-thank.md

-5
This file was deleted.

.changeset/silver-guests-search.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 4.2.10
4+
5+
### Patch Changes
6+
7+
- fix: add `scrollend` event type ([#10336](https://github.com/sveltejs/svelte/pull/10336))
8+
9+
- fix: add `fetchpriority` attribute type ([#10390](https://github.com/sveltejs/svelte/pull/10390))
10+
11+
- fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute ([#10377](https://github.com/sveltejs/svelte/pull/10377))
12+
13+
- fix: make inline doc links valid ([#10366](https://github.com/sveltejs/svelte/pull/10366))
14+
315
## 4.2.9
416

517
### Patch 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.9",
3+
"version": "4.2.10",
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.9';
9+
export const VERSION = '4.2.10';
1010
export const PUBLIC_VERSION = '4';

0 commit comments

Comments
 (0)