Skip to content

Commit d8b3133

Browse files
Version Packages (#12990)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83e96e0 commit d8b3133

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/big-students-deliver.md

-5
This file was deleted.

.changeset/itchy-ties-argue.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 4.2.19
4+
5+
### Patch Changes
6+
7+
- fix: ensure typings for `<svelte:options>` are picked up ([#12902](https://github.com/sveltejs/svelte/pull/12902))
8+
9+
- fix: escape `<` in attribute strings ([#12989](https://github.com/sveltejs/svelte/pull/12989))
10+
311
## 4.2.18
412

513
### 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.18",
3+
"version": "4.2.19",
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.18';
9+
export const VERSION = '4.2.19';
1010
export const PUBLIC_VERSION = '4';

0 commit comments

Comments
 (0)