Skip to content

Commit 32569ba

Browse files
Version Packages (next)
1 parent 65fa717 commit 32569ba

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
@@ -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,25 @@
2425
"eight-steaks-shout",
2526
"eighty-bikes-camp",
2627
"fair-crabs-check",
28+
"famous-knives-sneeze",
2729
"few-mugs-fail",
2830
"fifty-steaks-float",
2931
"forty-comics-invent",
3032
"fresh-weeks-trade",
3133
"friendly-lies-camp",
3234
"funny-wombats-argue",
3335
"good-pianos-jump",
36+
"great-icons-retire",
3437
"green-eggs-approve",
3538
"green-hounds-play",
3639
"honest-icons-change",
3740
"hungry-dots-fry",
41+
"hungry-tips-unite",
3842
"itchy-lions-wash",
3943
"khaki-mails-draw",
4044
"kind-deers-lay",
4145
"kind-eagles-join",
46+
"large-clouds-carry",
4247
"lazy-spiders-think",
4348
"light-pens-watch",
4449
"long-crews-return",
@@ -50,6 +55,7 @@
5055
"new-boats-wait",
5156
"odd-needles-joke",
5257
"odd-schools-wait",
58+
"odd-shoes-cheat",
5359
"polite-pumpkins-guess",
5460
"poor-eggs-enjoy",
5561
"popular-mangos-rest",
@@ -66,6 +72,7 @@
6672
"slimy-clouds-talk",
6773
"small-papayas-laugh",
6874
"soft-geese-learn",
75+
"sour-forks-stare",
6976
"sour-rules-march",
7077
"stale-comics-look",
7178
"strong-lemons-provide",

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.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: allow `bind:this` with dynamic type on inputs ([#9713](https://github.com/sveltejs/svelte/pull/9713))
12+
13+
- fix: port over props that were set prior to initialization ([#9704](https://github.com/sveltejs/svelte/pull/9704))
14+
15+
- feat: $inspect rune ([#9705](https://github.com/sveltejs/svelte/pull/9705))
16+
17+
- fix: tweak const tag parsing ([#9715](https://github.com/sveltejs/svelte/pull/9715))
18+
19+
- chore: remove redundant hydration code ([#9698](https://github.com/sveltejs/svelte/pull/9698))
20+
321
## 5.0.0-next.15
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.15",
5+
"version": "5.0.0-next.16",
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.15';
9+
export const VERSION = '5.0.0-next.16';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)