Skip to content

Commit d2b11ec

Browse files
Version Packages (next) (#10589)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec52c75 commit d2b11ec

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -200,6 +201,7 @@
200201
"rich-waves-mix",
201202
"rotten-bags-type",
202203
"rotten-buckets-develop",
204+
"rotten-experts-relax",
203205
"selfish-dragons-knock",
204206
"selfish-tools-hide",
205207
"serious-kids-deliver",
@@ -242,6 +244,7 @@
242244
"spotty-pens-agree",
243245
"spotty-rocks-destroy",
244246
"spotty-spiders-compare",
247+
"spotty-turkeys-sparkle",
245248
"stale-books-perform",
246249
"stale-comics-look",
247250
"stale-jeans-refuse",
@@ -305,6 +308,7 @@
305308
"witty-camels-warn",
306309
"witty-steaks-dream",
307310
"witty-tomatoes-care",
308-
"witty-years-crash"
311+
"witty-years-crash",
312+
"yellow-taxis-double"
309313
]
310314
}

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: permit whitespace within template scripts ([#10591](https://github.com/sveltejs/svelte/pull/10591))
10+
11+
- fix: allow boolean `contenteditable` attribute ([#10590](https://github.com/sveltejs/svelte/pull/10590))
12+
13+
- fix: improve import event handler support ([#10592](https://github.com/sveltejs/svelte/pull/10592))
14+
315
## 5.0.0-next.64
416

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