Skip to content

Commit a521531

Browse files
Version Packages (next)
1 parent e3dc185 commit a521531

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 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,13 +25,15 @@
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",
@@ -39,6 +42,7 @@
3942
"khaki-mails-draw",
4043
"kind-deers-lay",
4144
"kind-eagles-join",
45+
"large-clouds-carry",
4246
"lazy-spiders-think",
4347
"light-pens-watch",
4448
"long-crews-return",
@@ -50,6 +54,7 @@
5054
"new-boats-wait",
5155
"odd-needles-joke",
5256
"odd-schools-wait",
57+
"odd-shoes-cheat",
5358
"polite-pumpkins-guess",
5459
"poor-eggs-enjoy",
5560
"popular-mangos-rest",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
- feat: $inspect rune ([#9705](https://github.com/sveltejs/svelte/pull/9705))
14+
15+
- fix: tweak const tag parsing ([#9715](https://github.com/sveltejs/svelte/pull/9715))
16+
317
## 5.0.0-next.15
418

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