Skip to content

Commit 51ead36

Browse files
Version Packages (next)
1 parent ba5f5f3 commit 51ead36

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,13 @@
272272
"hip-garlics-tap",
273273
"hip-months-breathe",
274274
"hip-pumpkins-boil",
275+
"hip-stingrays-teach",
275276
"honest-buses-add",
276277
"honest-dragons-turn",
277278
"honest-icons-change",
278279
"honest-nails-share",
279280
"honest-pans-kick",
281+
"honest-phones-flash",
280282
"hot-cooks-repair",
281283
"hot-jobs-tap",
282284
"hot-rivers-punch",
@@ -444,6 +446,7 @@
444446
"plenty-elephants-fry",
445447
"plenty-items-build",
446448
"plenty-starfishes-dress",
449+
"plenty-turkeys-raise",
447450
"plenty-zoos-fix",
448451
"polite-dolphins-care",
449452
"polite-peas-mate",
@@ -467,6 +470,7 @@
467470
"proud-pets-hang",
468471
"proud-queens-sniff",
469472
"purple-dragons-peel",
473+
"quick-pumpkins-study",
470474
"quiet-apricots-dream",
471475
"quiet-berries-end",
472476
"quiet-berries-explode",
@@ -567,6 +571,7 @@
567571
"slimy-walls-draw",
568572
"slow-beds-shave",
569573
"slow-chefs-dream",
574+
"slow-gorillas-yawn",
570575
"slow-kids-sparkle",
571576
"slow-ligers-enjoy",
572577
"slow-plums-chew",
@@ -695,6 +700,7 @@
695700
"tough-radios-punch",
696701
"tough-tomatoes-explain",
697702
"tricky-avocados-play",
703+
"tricky-balloons-care",
698704
"tricky-ears-shout",
699705
"tricky-laws-bathe",
700706
"twelve-beans-drive",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.199
4+
5+
### Patch Changes
6+
7+
- fix: add missing hydration mismatch call-site ([#12604](https://github.com/sveltejs/svelte/pull/12604))
8+
9+
- fix: apply dynamic event fixes to OnDirective ([#12582](https://github.com/sveltejs/svelte/pull/12582))
10+
11+
- fix: ensure directives run in sequential order ([#12591](https://github.com/sveltejs/svelte/pull/12591))
12+
13+
- fix: tweak element_invalid_self_closing_tag to exclude namespace ([#12585](https://github.com/sveltejs/svelte/pull/12585))
14+
15+
- breaking: avoid flushing queued updates on mount/hydrate ([#12602](https://github.com/sveltejs/svelte/pull/12602))
16+
17+
- feat: allow `:global` in more places ([#12560](https://github.com/sveltejs/svelte/pull/12560))
18+
319
## 5.0.0-next.198
420

521
### 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)