Skip to content

Commit e0271f0

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

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.changeset/pre.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
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",
1820
"eighty-bikes-camp",
21+
"fifty-steaks-float",
1922
"fresh-weeks-trade",
2023
"funny-wombats-argue",
2124
"good-pianos-jump",
@@ -27,12 +30,16 @@
2730
"moody-owls-cry",
2831
"poor-eggs-enjoy",
2932
"quiet-camels-mate",
33+
"rich-sheep-burn",
3034
"rotten-buckets-develop",
35+
"sharp-gorillas-impress",
3136
"small-papayas-laugh",
37+
"soft-geese-learn",
3238
"sour-rules-march",
3339
"strong-lemons-provide",
3440
"tall-shrimps-worry",
3541
"thirty-flowers-sit",
36-
"tiny-kings-whisper"
42+
"tiny-kings-whisper",
43+
"wicked-doors-train"
3744
]
3845
}

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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: address unowned propagation signal issue ([#9510](https://github.com/sveltejs/svelte/pull/9510))
12+
13+
- fix: add top level snippets to instance scope ([#9467](https://github.com/sveltejs/svelte/pull/9467))
14+
15+
- fix: only treat instance context exports as accessors ([#9500](https://github.com/sveltejs/svelte/pull/9500))
16+
17+
- fix: allow setting files binding for `<input type="file" />` ([#9463](https://github.com/sveltejs/svelte/pull/9463))
18+
19+
- fix: add missing visitor for assignments during compilation ([#9511](https://github.com/sveltejs/svelte/pull/9511))
20+
321
## 5.0.0-next.4
422

523
### Patch Changes

packages/svelte/package.json

+1-1
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

+1-1
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)