Skip to content

Commit 095ef94

Browse files
Version Packages
1 parent 1831595 commit 095ef94

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/fair-phones-dance.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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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 `miter-clip` and `arcs` to `stroke-linejoin` attribute ([#10377](https://github.com/sveltejs/svelte/pull/10377))
10+
11+
- fix: make inline doc links valid ([#10366](https://github.com/sveltejs/svelte/pull/10366))
12+
313
## 4.2.9
414

515
### 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)