Skip to content

Commit 62e2647

Browse files
Version Packages (next) (#11656)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c29b746 commit 62e2647

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"afraid-moose-matter",
1616
"angry-books-jam",
1717
"angry-plums-punch",
18+
"angry-wasps-help",
1819
"beige-cobras-smoke",
1920
"beige-flies-wash",
2021
"beige-mirrors-listen",
@@ -98,6 +99,7 @@
9899
"dull-mangos-wave",
99100
"dull-pots-add",
100101
"dull-roses-relate",
102+
"dull-worms-relax",
101103
"early-ads-tie",
102104
"early-months-whisper",
103105
"eight-carrots-hunt",
@@ -147,6 +149,7 @@
147149
"four-flies-hammer",
148150
"four-mice-hammer",
149151
"four-pugs-listen",
152+
"fresh-beds-wash",
150153
"fresh-dots-destroy",
151154
"fresh-impalas-bow",
152155
"fresh-weeks-trade",
@@ -327,6 +330,7 @@
327330
"popular-games-hug",
328331
"popular-ligers-perform",
329332
"popular-mangos-rest",
333+
"popular-roses-teach",
330334
"popular-walls-hunt",
331335
"pretty-ties-help",
332336
"proud-pets-hang",
@@ -478,6 +482,7 @@
478482
"thick-shirts-deliver",
479483
"thick-swans-type",
480484
"thin-foxes-lick",
485+
"thin-years-rhyme",
481486
"thirty-flowers-sit",
482487
"thirty-ghosts-fix",
483488
"thirty-impalas-repair",
@@ -509,6 +514,7 @@
509514
"unlucky-boxes-obey",
510515
"unlucky-steaks-warn",
511516
"unlucky-trees-lick",
517+
"violet-mails-trade",
512518
"violet-mugs-behave",
513519
"violet-pigs-jam",
514520
"warm-cherries-shake",
@@ -529,6 +535,7 @@
529535
"wise-dodos-tell",
530536
"wise-donkeys-marry",
531537
"wise-jobs-admire",
538+
"wise-kids-wash",
532539
"wise-radios-exercise",
533540
"wise-ties-clap",
534541
"witty-camels-warn",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.136
4+
5+
### Patch Changes
6+
7+
- chore: remove `handle_compile_error` ([#11639](https://github.com/sveltejs/svelte/pull/11639))
8+
9+
- breaking: disallow string literal values in `<svelte:element this="...">` ([#11454](https://github.com/sveltejs/svelte/pull/11454))
10+
11+
- fix: use coarse-grained updates for derived expressions passed to props in legacy mode ([#11652](https://github.com/sveltejs/svelte/pull/11652))
12+
13+
- fix: robustify `bind:scrollX/Y` binding ([#11655](https://github.com/sveltejs/svelte/pull/11655))
14+
15+
- feat: migrate `<svelte:element this="div">` ([#11659](https://github.com/sveltejs/svelte/pull/11659))
16+
17+
- feat: more information when hydration fails ([#11649](https://github.com/sveltejs/svelte/pull/11649))
18+
19+
- fix: replay load and error events on load during hydration ([#11642](https://github.com/sveltejs/svelte/pull/11642))
20+
321
## 5.0.0-next.135
422

523
### 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.135",
5+
"version": "5.0.0-next.136",
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.135';
9+
export const VERSION = '5.0.0-next.136';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)