Skip to content

Commit 5905030

Browse files
authoredOct 19, 2023
Version Packages (#9293)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6b9b8af commit 5905030

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed
 

‎.changeset/seven-cars-drum.md

-5
This file was deleted.

‎.changeset/slimy-comics-switch.md

-5
This file was deleted.

‎.changeset/sour-rats-laugh.md

-5
This file was deleted.

‎.changeset/thirty-steaks-dream.md

-5
This file was deleted.

‎packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- fix: support camelCase properties on custom elements ([#9328](https://github.com/sveltejs/svelte/pull/9328))
8+
9+
- fix: add missing plaintext-only value to contenteditable type ([#9242](https://github.com/sveltejs/svelte/pull/9242))
10+
11+
- chore: upgrade magic-string to 0.30.4 ([#9292](https://github.com/sveltejs/svelte/pull/9292))
12+
13+
- fix: ignore trailing comments when comparing nodes ([#9197](https://github.com/sveltejs/svelte/pull/9197))
14+
315
## 4.2.1
416

517
### Patch Changes

‎packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Cybernetically enhanced web apps",
55
"type": "module",
66
"module": "src/runtime/index.js",

‎packages/svelte/src/shared/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '4.2.1';
9+
export const VERSION = '4.2.2';
1010
export const PUBLIC_VERSION = '4';

0 commit comments

Comments
 (0)
Please sign in to comment.