File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 385
385
" nasty-mayflies-smoke" ,
386
386
" nasty-yaks-peel" ,
387
387
" neat-boats-shake" ,
388
+ " neat-boxes-chew" ,
388
389
" neat-dingos-clap" ,
389
390
" neat-files-rescue" ,
390
391
" neat-jokes-beam" ,
391
392
" nervous-berries-boil" ,
393
+ " nervous-dolphins-allow" ,
392
394
" nervous-ducks-repeat" ,
393
395
" nervous-spoons-relax" ,
394
396
" nervous-turkeys-end" ,
645
647
" ten-worms-reflect" ,
646
648
" tender-lemons-judge" ,
647
649
" tender-rocks-walk" ,
650
+ " tender-suns-love" ,
648
651
" thick-cycles-rule" ,
649
652
" thick-pans-tell" ,
650
653
" thick-shirts-deliver" ,
695
698
" two-dogs-accept" ,
696
699
" two-dragons-yell" ,
697
700
" two-falcons-buy" ,
701
+ " two-keys-watch" ,
698
702
" unlucky-boxes-obey" ,
699
703
" unlucky-steaks-warn" ,
700
704
" unlucky-trees-lick" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.194
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: bail-out of hydrating head if no anchor is found ([ #12541 ] ( https://github.com/sveltejs/svelte/pull/12541 ) )
8
+
9
+ - chore: add warning for invalid render function of createRawSnippet ([ #12535 ] ( https://github.com/sveltejs/svelte/pull/12535 ) )
10
+
11
+ - fix: correctly set filename on HMR wrappers ([ #12543 ] ( https://github.com/sveltejs/svelte/pull/12543 ) )
12
+
13
+ - fix: only emit binding_property_non_reactive warning in runes mode ([ #12544 ] ( https://github.com/sveltejs/svelte/pull/12544 ) )
14
+
3
15
## 5.0.0-next.193
4
16
5
17
### 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.193 " ,
5
+ "version" : " 5.0.0-next.194 " ,
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.193 ' ;
9
+ export const VERSION = '5.0.0-next.194 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments