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 505
505
" short-buses-camp" ,
506
506
" short-countries-rush" ,
507
507
" shy-fishes-drive" ,
508
+ " shy-scissors-smile" ,
508
509
" silent-apes-report" ,
509
510
" silent-hats-stare" ,
510
511
" silent-rabbits-join" ,
655
656
" tough-buckets-thank" ,
656
657
" tough-radios-punch" ,
657
658
" tough-tomatoes-explain" ,
659
+ " tricky-avocados-play" ,
658
660
" tricky-ears-shout" ,
659
661
" tricky-laws-bathe" ,
660
662
" twelve-beans-drive" ,
683
685
" wet-games-fly" ,
684
686
" wet-pears-remain" ,
685
687
" wet-wombats-repeat" ,
688
+ " wicked-bikes-matter" ,
686
689
" wicked-clouds-exercise" ,
687
690
" wicked-doors-train" ,
688
691
" wicked-emus-drive" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.183
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: properly validate snippet/slot interop ([ #12421 ] ( https://github.com/sveltejs/svelte/pull/12421 ) )
8
+
9
+ - fix: cache call expressions in render tag arguments ([ #12418 ] ( https://github.com/sveltejs/svelte/pull/12418 ) )
10
+
11
+ - fix: optimize ` bind:group ` ([ #12406 ] ( https://github.com/sveltejs/svelte/pull/12406 ) )
12
+
3
13
## 5.0.0-next.182
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.182 " ,
5
+ "version" : " 5.0.0-next.183 " ,
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.182 ' ;
9
+ export const VERSION = '5.0.0-next.183 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments