Skip to content

Commit f2796dd

Browse files
Version Packages (#15899)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa041a9 commit f2796dd

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/blue-badgers-play.md

-5
This file was deleted.

.changeset/little-worms-wonder.md

-5
This file was deleted.

.changeset/rare-crews-collect.md

-5
This file was deleted.

.changeset/tall-cherries-fix.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+
## 5.28.4
4+
5+
### Patch Changes
6+
7+
- fix: treat nullish expression as empty string ([#15901](https://github.com/sveltejs/svelte/pull/15901))
8+
9+
- fix: prevent invalid BigInt calls from blowing up at compile time ([#15900](https://github.com/sveltejs/svelte/pull/15900))
10+
11+
- fix: warn on bidirectional control characters ([#15893](https://github.com/sveltejs/svelte/pull/15893))
12+
13+
- fix: emit right error for a shadowed invalid rune ([#15892](https://github.com/sveltejs/svelte/pull/15892))
14+
315
## 5.28.3
416

517
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.28.3",
5+
"version": "5.28.4",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.28.3';
7+
export const VERSION = '5.28.4';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)