Skip to content

Commit 7069b15

Browse files
Version Packages
1 parent 2cc2510 commit 7069b15

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/fair-phones-dance.md

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

.changeset/silver-guests-search.md

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

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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: make inline doc links valid ([#10366](https://github.com/sveltejs/svelte/pull/10366))
10+
311
## 4.2.9
412

513
### Patch 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.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

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

0 commit comments

Comments
 (0)