Version Packages (#12990)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13091/head svelte@4.2.19
github-actions[bot] 1 year ago committed by GitHub
parent 83e96e044d
commit d8b31333ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure typings for `<svelte:options>` are picked up

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: escape `<` in attribute strings

@ -1,5 +1,13 @@
# svelte
## 4.2.19
### Patch Changes
- fix: ensure typings for `<svelte:options>` are picked up ([#12902](https://github.com/sveltejs/svelte/pull/12902))
- fix: escape `<` in attribute strings ([#12989](https://github.com/sveltejs/svelte/pull/12989))
## 4.2.18
### Patch Changes

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

Loading…
Cancel
Save