Skip to content

Commit 1108587

Browse files
Version Packages (next) (#9707)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2fa0644 commit 1108587

File tree

4 files changed

+39
-2
lines changed

4 files changed

+39
-2
lines changed

.changeset/pre.json

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"afraid-moose-matter",
1313
"brave-walls-destroy",
1414
"brown-spoons-boil",
15+
"chatty-taxis-juggle",
1516
"chilled-pumas-invite",
1617
"chilly-dolphins-lick",
1718
"clean-eels-beg",
@@ -24,21 +25,26 @@
2425
"eight-steaks-shout",
2526
"eighty-bikes-camp",
2627
"fair-crabs-check",
28+
"famous-knives-sneeze",
2729
"few-mugs-fail",
2830
"fifty-steaks-float",
31+
"flat-melons-protect",
2932
"forty-comics-invent",
3033
"fresh-weeks-trade",
3134
"friendly-lies-camp",
3235
"funny-wombats-argue",
3336
"good-pianos-jump",
37+
"great-icons-retire",
3438
"green-eggs-approve",
3539
"green-hounds-play",
3640
"honest-icons-change",
3741
"hungry-dots-fry",
42+
"hungry-tips-unite",
3843
"itchy-lions-wash",
3944
"khaki-mails-draw",
4045
"kind-deers-lay",
4146
"kind-eagles-join",
47+
"large-clouds-carry",
4248
"lazy-spiders-think",
4349
"light-pens-watch",
4450
"long-crews-return",
@@ -48,8 +54,10 @@
4854
"moody-frogs-exist",
4955
"moody-owls-cry",
5056
"new-boats-wait",
57+
"ninety-dingos-walk",
5158
"odd-needles-joke",
5259
"odd-schools-wait",
60+
"odd-shoes-cheat",
5361
"polite-pumpkins-guess",
5462
"poor-eggs-enjoy",
5563
"popular-mangos-rest",
@@ -66,10 +74,13 @@
6674
"slimy-clouds-talk",
6775
"small-papayas-laugh",
6876
"soft-geese-learn",
77+
"sour-forks-stare",
6978
"sour-rules-march",
7079
"stale-comics-look",
7180
"strong-lemons-provide",
81+
"swift-ravens-hunt",
7282
"tall-shrimps-worry",
83+
"tall-tigers-wait",
7384
"ten-worms-reflect",
7485
"thin-foxes-lick",
7586
"thirty-flowers-sit",

packages/svelte/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# svelte
22

3+
## 5.0.0-next.16
4+
5+
### Patch Changes
6+
7+
- fix: delegate events on elements with bind-this ([#9696](https://github.com/sveltejs/svelte/pull/9696))
8+
9+
- fix: ensure implicit children snippet renders correctly ([#9706](https://github.com/sveltejs/svelte/pull/9706))
10+
11+
- fix: ensure `$slots` exists in runes mode ([#9718](https://github.com/sveltejs/svelte/pull/9718))
12+
13+
- fix: allow `bind:this` with dynamic type on inputs ([#9713](https://github.com/sveltejs/svelte/pull/9713))
14+
15+
- fix: port over props that were set prior to initialization ([#9704](https://github.com/sveltejs/svelte/pull/9704))
16+
17+
- feat: $inspect rune ([#9705](https://github.com/sveltejs/svelte/pull/9705))
18+
19+
- fix: keep fallback value after spread update not setting that prop ([#9717](https://github.com/sveltejs/svelte/pull/9717))
20+
21+
- fix: tweak const tag parsing ([#9715](https://github.com/sveltejs/svelte/pull/9715))
22+
23+
- chore: remove redundant hydration code ([#9698](https://github.com/sveltejs/svelte/pull/9698))
24+
25+
- fix: improve template text node serialization ([#9722](https://github.com/sveltejs/svelte/pull/9722))
26+
27+
- fix: improve infinite loop capturing ([#9721](https://github.com/sveltejs/svelte/pull/9721))
28+
329
## 5.0.0-next.15
430

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

0 commit comments

Comments
 (0)