Version Packages (#10340)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10462/head svelte@4.2.10
github-actions[bot] 2 years ago committed by GitHub
parent 2d7884aafb
commit d5e460768c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add `scrollend` event type

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add `fetchpriority` attribute type

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: make inline doc links valid

@ -1,5 +1,17 @@
# svelte
## 4.2.10
### Patch Changes
- fix: add `scrollend` event type ([#10336](https://github.com/sveltejs/svelte/pull/10336))
- fix: add `fetchpriority` attribute type ([#10390](https://github.com/sveltejs/svelte/pull/10390))
- fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute ([#10377](https://github.com/sveltejs/svelte/pull/10377))
- fix: make inline doc links valid ([#10366](https://github.com/sveltejs/svelte/pull/10366))
## 4.2.9
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.9",
"version": "4.2.10",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.2.9';
export const VERSION = '4.2.10';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save