Skip to content

Commit 912efc6

Browse files
Version Packages (next)
1 parent 66b6244 commit 912efc6

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
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",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## 5.0.0-next.64
412

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