Skip to content

Commit ab4c069

Browse files
Version Packages (next)
1 parent a2fbef2 commit ab4c069

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"itchy-kings-deliver",
118118
"itchy-lions-wash",
119119
"itchy-terms-guess",
120+
"khaki-cooks-develop",
120121
"khaki-mails-draw",
121122
"khaki-moose-arrive",
122123
"kind-baboons-approve",
@@ -242,6 +243,7 @@
242243
"spotty-pens-agree",
243244
"spotty-rocks-destroy",
244245
"spotty-spiders-compare",
246+
"spotty-turkeys-sparkle",
245247
"stale-books-perform",
246248
"stale-comics-look",
247249
"stale-jeans-refuse",
@@ -305,6 +307,7 @@
305307
"witty-camels-warn",
306308
"witty-steaks-dream",
307309
"witty-tomatoes-care",
308-
"witty-years-crash"
310+
"witty-years-crash",
311+
"yellow-taxis-double"
309312
]
310313
}

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.65
4+
5+
### Patch Changes
6+
7+
- fix: improve $inspect handling of derived objects ([#10584](https://github.com/sveltejs/svelte/pull/10584))
8+
9+
- fix: allow boolean `contenteditable` attribute ([#10590](https://github.com/sveltejs/svelte/pull/10590))
10+
11+
- fix: improve import event handler support ([#10592](https://github.com/sveltejs/svelte/pull/10592))
12+
313
## 5.0.0-next.64
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.64",
5+
"version": "5.0.0-next.65",
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.64';
9+
export const VERSION = '5.0.0-next.65';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)