Version Packages (#9293)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9336/head svelte@4.2.2
github-actions[bot] 2 years ago committed by GitHub
parent 6b9b8af050
commit 590503044f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: support camelCase properties on custom elements

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: add missing plaintext-only value to contenteditable type

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: upgrade magic-string to 0.30.4

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ignore trailing comments when comparing nodes

@ -1,5 +1,17 @@
# svelte
## 4.2.2
### Patch Changes
- fix: support camelCase properties on custom elements ([#9328](https://github.com/sveltejs/svelte/pull/9328))
- fix: add missing plaintext-only value to contenteditable type ([#9242](https://github.com/sveltejs/svelte/pull/9242))
- chore: upgrade magic-string to 0.30.4 ([#9292](https://github.com/sveltejs/svelte/pull/9292))
- fix: ignore trailing comments when comparing nodes ([#9197](https://github.com/sveltejs/svelte/pull/9197))
## 4.2.1
### Patch Changes

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

Loading…
Cancel
Save