File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 57
57
" chilled-pumas-invite" ,
58
58
" chilled-seas-jog" ,
59
59
" chilly-dolphins-lick" ,
60
+ " chilly-laws-juggle" ,
60
61
" chilly-pans-raise" ,
61
62
" chilly-rocks-hug" ,
62
63
" chilly-snakes-scream" ,
69
70
" cold-beans-tease" ,
70
71
" cold-birds-own" ,
71
72
" cold-cheetahs-judge" ,
73
+ " cold-lamps-accept" ,
72
74
" cold-masks-learn" ,
73
75
" cool-actors-tan" ,
74
76
" cool-ants-leave" ,
219
221
" honest-pans-kick" ,
220
222
" hot-cooks-repair" ,
221
223
" hot-jobs-tap" ,
224
+ " hot-sloths-clap" ,
222
225
" hungry-boxes-relate" ,
223
226
" hungry-dots-fry" ,
224
227
" hungry-pants-push" ,
337
340
" olive-seals-sell" ,
338
341
" olive-shirts-complain" ,
339
342
" olive-socks-kick" ,
343
+ " orange-comics-prove" ,
340
344
" orange-crews-rescue" ,
341
345
" orange-dingos-poke" ,
342
346
" orange-masks-exercise" ,
511
515
" tall-tigers-wait" ,
512
516
" tame-cycles-kneel" ,
513
517
" tame-dots-battle" ,
518
+ " tame-goats-bow" ,
514
519
" tame-spies-drum" ,
515
520
" tasty-cheetahs-appear" ,
516
521
" tasty-numbers-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.151
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: relax ` Component ` type ([ #11929 ] ( https://github.com/sveltejs/svelte/pull/11929 ) )
8
+
9
+ - fix: sort ` {@const ...} ` tags topologically in legacy mode ([ #11908 ] ( https://github.com/sveltejs/svelte/pull/11908 ) )
10
+
11
+ - chore: deprecate html in favour of body for render() ([ #11927 ] ( https://github.com/sveltejs/svelte/pull/11927 ) )
12
+
13
+ - fix: append start/end info to ` AssignmentPattern ` and ` VariableDeclarator ` ([ #11930 ] ( https://github.com/sveltejs/svelte/pull/11930 ) )
14
+
15
+ - fix: relax slot prop validation on components ([ #11923 ] ( https://github.com/sveltejs/svelte/pull/11923 ) )
16
+
3
17
## 5.0.0-next.150
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.150 " ,
5
+ "version" : " 5.0.0-next.151 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.150 ' ;
9
+ export const VERSION = '5.0.0-next.151 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments