Skip to content

Commit ff8c7e1

Browse files
Version Packages (next)
1 parent 3780939 commit ff8c7e1

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
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",
@@ -27,12 +29,16 @@
2729
"moody-owls-cry",
2830
"poor-eggs-enjoy",
2931
"quiet-camels-mate",
32+
"rich-sheep-burn",
3033
"rotten-buckets-develop",
34+
"sharp-gorillas-impress",
3135
"small-papayas-laugh",
36+
"soft-geese-learn",
3237
"sour-rules-march",
3338
"strong-lemons-provide",
3439
"tall-shrimps-worry",
3540
"thirty-flowers-sit",
36-
"tiny-kings-whisper"
41+
"tiny-kings-whisper",
42+
"wicked-doors-train"
3743
]
3844
}

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: add top level snippets to instance scope ([#9467](https://github.com/sveltejs/svelte/pull/9467))
12+
13+
- fix: only treat instance context exports as accessors ([#9500](https://github.com/sveltejs/svelte/pull/9500))
14+
15+
- fix: allow setting files binding for `<input type="file" />` ([#9463](https://github.com/sveltejs/svelte/pull/9463))
16+
17+
- fix: add missing visitor for assignments during compilation ([#9511](https://github.com/sveltejs/svelte/pull/9511))
18+
319
## 5.0.0-next.4
420

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