Skip to content

Commit 8d86402

Browse files
Version Packages (next)
1 parent d8954d7 commit 8d86402

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"cool-poems-watch",
9999
"cool-rabbits-tickle",
100100
"cool-roses-trade",
101+
"cool-turtles-travel",
101102
"cuddly-pianos-drop",
102103
"cuddly-points-tickle",
103104
"curly-cooks-cheer",
@@ -618,6 +619,7 @@
618619
"smooth-pens-exist",
619620
"smooth-pens-protect",
620621
"smooth-rings-rush",
622+
"smooth-windows-explain",
621623
"soft-clocks-remember",
622624
"soft-geese-learn",
623625
"soft-months-grab",
@@ -653,6 +655,7 @@
653655
"strong-pans-doubt",
654656
"stupid-bottles-lay",
655657
"stupid-parents-crash",
658+
"stupid-rivers-stare",
656659
"sweet-bottles-check",
657660
"sweet-mangos-beg",
658661
"sweet-pens-sniff",
@@ -785,6 +788,7 @@
785788
"wise-ties-clap",
786789
"witty-bikes-shave",
787790
"witty-camels-warn",
791+
"witty-frogs-cheat",
788792
"witty-hornets-think",
789793
"witty-phones-retire",
790794
"witty-readers-provide",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.213
4+
5+
### Patch Changes
6+
7+
- fix: ensure custom elements do not sync flush on mount ([#12787](https://github.com/sveltejs/svelte/pull/12787))
8+
9+
- fix: ensure event handlers referencing $host are not hoisted ([#12775](https://github.com/sveltejs/svelte/pull/12775))
10+
11+
- fix: provide more hydration mismatch coverage ([#12755](https://github.com/sveltejs/svelte/pull/12755))
12+
13+
- chore: simpler fallback values ([#12788](https://github.com/sveltejs/svelte/pull/12788))
14+
315
## 5.0.0-next.212
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.0.0-next.212",
5+
"version": "5.0.0-next.213",
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
@@ -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.212';
9+
export const VERSION = '5.0.0-next.213';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)