File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 21
21
" big-eyes-carry" ,
22
22
" big-geese-act" ,
23
23
" blue-timers-film" ,
24
+ " brave-points-sleep" ,
24
25
" brave-shrimps-kiss" ,
25
26
" brave-walls-destroy" ,
26
27
" breezy-carrots-flash" ,
274
275
" unlucky-boxes-obey" ,
275
276
" unlucky-trees-lick" ,
276
277
" violet-pigs-jam" ,
278
+ " weak-terms-destroy" ,
277
279
" wet-games-fly" ,
278
280
" wicked-clouds-exercise" ,
279
281
" wicked-doors-train" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.59
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: improve code generation for ` bind:this ` in SSR mode ([ #10524 ] ( https://github.com/sveltejs/svelte/pull/10524 ) )
8
+
9
+ - fix: visit expression node in directives ([ #10527 ] ( https://github.com/sveltejs/svelte/pull/10527 ) )
10
+
3
11
## 5.0.0-next.58
4
12
5
13
### 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.58 " ,
5
+ "version" : " 5.0.0-next.59 " ,
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.58 ' ;
9
+ export const VERSION = '5.0.0-next.59 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments