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 613
613
" tiny-meals-deliver" ,
614
614
" tiny-moose-kiss" ,
615
615
" tiny-taxis-whisper" ,
616
+ " tough-buckets-thank" ,
616
617
" tough-radios-punch" ,
617
618
" tough-tomatoes-explain" ,
618
619
" tricky-laws-bathe" ,
658
659
" wise-ties-clap" ,
659
660
" witty-bikes-shave" ,
660
661
" witty-camels-warn" ,
662
+ " witty-hornets-think" ,
661
663
" witty-readers-provide" ,
662
664
" witty-steaks-dream" ,
663
665
" witty-tomatoes-care" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.168
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure HMR doesn't mess with anchor nodes ([ #12242 ] ( https://github.com/sveltejs/svelte/pull/12242 ) )
8
+
9
+ - fix: deconflict multiple snippets of the same name ([ #12221 ] ( https://github.com/sveltejs/svelte/pull/12221 ) )
10
+
3
11
## 5.0.0-next.167
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.167 " ,
5
+ "version" : " 5.0.0-next.168 " ,
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.167 ' ;
9
+ export const VERSION = '5.0.0-next.168 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments