Skip to content

Commit ba3a41c

Browse files
Version Packages (next)
1 parent 1beb5e8 commit ba3a41c

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"svelte.dev": "1.0.0"
1010
},
1111
"changesets": [
12+
"afraid-moose-matter",
1213
"brave-walls-destroy",
1314
"brown-spoons-boil",
1415
"chilly-dolphins-lick",
16+
"clean-eels-beg",
1517
"cuddly-pianos-drop",
1618
"curly-lizards-dream",
1719
"eight-steaks-shout",
@@ -28,7 +30,9 @@
2830
"poor-eggs-enjoy",
2931
"quiet-camels-mate",
3032
"rotten-buckets-develop",
33+
"sharp-gorillas-impress",
3134
"small-papayas-laugh",
35+
"soft-geese-learn",
3236
"sour-rules-march",
3337
"strong-lemons-provide",
3438
"tall-shrimps-worry",

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.5
4+
5+
### Patch Changes
6+
7+
- fix: tweak script/style tag parsing/preprocessing logic ([#9502](https://github.com/sveltejs/svelte/pull/9502))
8+
9+
- fix: emit useful error on invalid binding to derived state ([#9497](https://github.com/sveltejs/svelte/pull/9497))
10+
11+
- fix: only treat instance context exports as accessors ([#9500](https://github.com/sveltejs/svelte/pull/9500))
12+
13+
- fix: allow setting files binding for `<input type="file" />` ([#9463](https://github.com/sveltejs/svelte/pull/9463))
14+
315
## 5.0.0-next.4
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.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)