Version Packages (#9380)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9390/head svelte@4.2.3
github-actions[bot] 2 years ago committed by GitHub
parent e10be7a8e4
commit 1369aa5cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: improve a11y-click-events-have-key-events message

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: more robust hydration of html tag

@ -1,5 +1,13 @@
# svelte
## 4.2.3
### Patch Changes
- fix: improve a11y-click-events-have-key-events message ([#9358](https://github.com/sveltejs/svelte/pull/9358))
- fix: more robust hydration of html tag ([#9184](https://github.com/sveltejs/svelte/pull/9184))
## 4.2.2
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.2",
"version": "4.2.3",
"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.2';
export const VERSION = '4.2.3';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save