Skip to content

Commit 777a2af

Browse files
Version Packages (next)
1 parent 057316c commit 777a2af

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@
618618
"smooth-pens-exist",
619619
"smooth-pens-protect",
620620
"smooth-rings-rush",
621+
"smooth-windows-explain",
621622
"soft-clocks-remember",
622623
"soft-geese-learn",
623624
"soft-months-grab",
@@ -653,6 +654,7 @@
653654
"strong-pans-doubt",
654655
"stupid-bottles-lay",
655656
"stupid-parents-crash",
657+
"stupid-rivers-stare",
656658
"sweet-bottles-check",
657659
"sweet-mangos-beg",
658660
"sweet-pens-sniff",
@@ -785,6 +787,7 @@
785787
"wise-ties-clap",
786788
"witty-bikes-shave",
787789
"witty-camels-warn",
790+
"witty-frogs-cheat",
788791
"witty-hornets-think",
789792
"witty-phones-retire",
790793
"witty-readers-provide",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.213
4+
5+
### Patch Changes
6+
7+
- fix: ensure event handlers referencing $host are not hoisted ([#12775](https://github.com/sveltejs/svelte/pull/12775))
8+
9+
- fix: provide more hydration mismatch coverage ([#12755](https://github.com/sveltejs/svelte/pull/12755))
10+
11+
- chore: simpler fallback values ([#12788](https://github.com/sveltejs/svelte/pull/12788))
12+
313
## 5.0.0-next.212
414

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