Version Packages (#9886)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10232/head svelte@4.2.9
github-actions[bot] 11 months ago committed by GitHub
parent 490102932b
commit d9fcc87235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add types for popover attributes and events

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add `gamepadconnected` and `gamepaddisconnected` events

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: make `@types/estree` a dependency

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: bump `axobject-query`

@ -1,5 +1,17 @@
# svelte # svelte
## 4.2.9
### Patch Changes
- fix: add types for popover attributes and events ([#10042](https://github.com/sveltejs/svelte/pull/10042))
- fix: add `gamepadconnected` and `gamepaddisconnected` events ([#9864](https://github.com/sveltejs/svelte/pull/9864))
- fix: make `@types/estree` a dependency ([#10149](https://github.com/sveltejs/svelte/pull/10149))
- fix: bump `axobject-query` ([#10167](https://github.com/sveltejs/svelte/pull/10167))
## 4.2.8 ## 4.2.8
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save