Skip to content

Commit 7414bb1

Browse files
Version Packages (next)
1 parent c827b0c commit 7414bb1

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
"brave-walls-destroy",
1313
"brown-spoons-boil",
1414
"chilly-dolphins-lick",
15+
"clean-eels-beg",
1516
"cuddly-pianos-drop",
1617
"curly-lizards-dream",
1718
"eight-steaks-shout",
@@ -28,7 +29,9 @@
2829
"poor-eggs-enjoy",
2930
"quiet-camels-mate",
3031
"rotten-buckets-develop",
32+
"sharp-gorillas-impress",
3133
"small-papayas-laugh",
34+
"soft-geese-learn",
3235
"sour-rules-march",
3336
"strong-lemons-provide",
3437
"tall-shrimps-worry",

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.5
4+
5+
### Patch Changes
6+
7+
- fix: emit useful error on invalid binding to derived state ([#9497](https://github.com/sveltejs/svelte/pull/9497))
8+
9+
- fix: only treat instance context exports as accessors ([#9500](https://github.com/sveltejs/svelte/pull/9500))
10+
11+
- fix: allow setting files binding for `<input type="file" />` ([#9463](https://github.com/sveltejs/svelte/pull/9463))
12+
313
## 5.0.0-next.4
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.4",
5+
"version": "5.0.0-next.5",
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.4';
9+
export const VERSION = '5.0.0-next.5';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)