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 277
277
" itchy-bulldogs-tan" ,
278
278
" itchy-eels-marry" ,
279
279
" itchy-kings-deliver" ,
280
+ " itchy-lemons-punch" ,
280
281
" itchy-lions-wash" ,
281
282
" itchy-panthers-shave" ,
282
283
" itchy-peaches-compare" ,
694
695
" wet-pears-remain" ,
695
696
" wet-wombats-repeat" ,
696
697
" wicked-bikes-matter" ,
698
+ " wicked-carrots-explain" ,
697
699
" wicked-clouds-exercise" ,
698
700
" wicked-doors-train" ,
699
701
" wicked-emus-drive" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.187
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: always pass original component to HMR wrapper ([ #12454 ] ( https://github.com/sveltejs/svelte/pull/12454 ) )
8
+
9
+ - fix: ensure previous transitions are properly aborted ([ #12460 ] ( https://github.com/sveltejs/svelte/pull/12460 ) )
10
+
3
11
## 5.0.0-next.186
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.186 " ,
5
+ "version" : " 5.0.0-next.187 " ,
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.186 ' ;
9
+ export const VERSION = '5.0.0-next.187 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments