Version Packages

pull/9380/head
github-actions[bot] 3 years ago
parent e10be7a8e4
commit 9e378141d0

@ -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