File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 69
69
" cold-beans-tease" ,
70
70
" cold-birds-own" ,
71
71
" cold-cheetahs-judge" ,
72
+ " cold-lamps-accept" ,
72
73
" cold-masks-learn" ,
73
74
" cool-actors-tan" ,
74
75
" cool-ants-leave" ,
219
220
" honest-pans-kick" ,
220
221
" hot-cooks-repair" ,
221
222
" hot-jobs-tap" ,
223
+ " hot-sloths-clap" ,
222
224
" hungry-boxes-relate" ,
223
225
" hungry-dots-fry" ,
224
226
" hungry-pants-push" ,
511
513
" tall-tigers-wait" ,
512
514
" tame-cycles-kneel" ,
513
515
" tame-dots-battle" ,
516
+ " tame-goats-bow" ,
514
517
" tame-spies-drum" ,
515
518
" tasty-cheetahs-appear" ,
516
519
" 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: sort ` {@const ...} ` tags topologically in legacy mode ([ #11908 ] ( https://github.com/sveltejs/svelte/pull/11908 ) )
8
+
9
+ - chore: deprecate html in favour of body for render() ([ #11927 ] ( https://github.com/sveltejs/svelte/pull/11927 ) )
10
+
11
+ - fix: relax slot prop validation on components ([ #11923 ] ( https://github.com/sveltejs/svelte/pull/11923 ) )
12
+
3
13
## 5.0.0-next.150
4
14
5
15
### 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