Skip to content

Commit c7468b7

Browse files
Version Packages (next)
1 parent 1fe0152 commit c7468b7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 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,6 +25,7 @@
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",
@@ -39,6 +41,7 @@
3941
"khaki-mails-draw",
4042
"kind-deers-lay",
4143
"kind-eagles-join",
44+
"large-clouds-carry",
4245
"lazy-spiders-think",
4346
"light-pens-watch",
4447
"long-crews-return",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- feat: $inspect rune ([#9705](https://github.com/sveltejs/svelte/pull/9705))
12+
313
## 5.0.0-next.15
414

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