Skip to content

Commit 493a884

Browse files
Version Packages (next)
1 parent 20b8797 commit 493a884

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
"honest-icons-change",
278278
"honest-nails-share",
279279
"honest-pans-kick",
280+
"honest-phones-flash",
280281
"hot-cooks-repair",
281282
"hot-jobs-tap",
282283
"hot-rivers-punch",
@@ -467,6 +468,7 @@
467468
"proud-pets-hang",
468469
"proud-queens-sniff",
469470
"purple-dragons-peel",
471+
"quick-pumpkins-study",
470472
"quiet-apricots-dream",
471473
"quiet-berries-end",
472474
"quiet-berries-explode",
@@ -567,6 +569,7 @@
567569
"slimy-walls-draw",
568570
"slow-beds-shave",
569571
"slow-chefs-dream",
572+
"slow-gorillas-yawn",
570573
"slow-kids-sparkle",
571574
"slow-ligers-enjoy",
572575
"slow-plums-chew",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.199
4+
5+
### Patch Changes
6+
7+
- fix: apply dynamic event fixes to OnDirective ([#12582](https://github.com/sveltejs/svelte/pull/12582))
8+
9+
- fix: tweak element_invalid_self_closing_tag to exclude namespace ([#12585](https://github.com/sveltejs/svelte/pull/12585))
10+
11+
- breaking: avoid flushing queued updates on mount/hydrate ([#12587](https://github.com/sveltejs/svelte/pull/12587))
12+
313
## 5.0.0-next.198
414

515
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.0.0-next.198",
5+
"version": "5.0.0-next.199",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
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 = '5.0.0-next.198';
9+
export const VERSION = '5.0.0-next.199';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)