File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 50
50
" chatty-sloths-allow" ,
51
51
" chatty-taxis-juggle" ,
52
52
" chilled-pumas-invite" ,
53
+ " chilled-seas-jog" ,
53
54
" chilly-dolphins-lick" ,
54
55
" chilly-rocks-hug" ,
55
56
" chilly-snakes-scream" ,
62
63
" cool-actors-tan" ,
63
64
" cool-ants-leave" ,
64
65
" cool-comics-marry" ,
66
+ " cool-jobs-scream" ,
65
67
" cool-peas-lick" ,
66
68
" cool-poems-watch" ,
67
69
" cool-rabbits-tickle" ,
154
156
" good-pianos-jump" ,
155
157
" good-plums-type" ,
156
158
" good-rivers-yawn" ,
159
+ " gorgeous-monkeys-carry" ,
157
160
" gorgeous-singers-rest" ,
158
161
" great-fans-unite" ,
159
162
" great-icons-retire" ,
372
375
" sixty-pandas-rush" ,
373
376
" slimy-clouds-talk" ,
374
377
" slimy-laws-explode" ,
378
+ " slimy-onions-approve" ,
375
379
" slimy-walls-draw" ,
376
380
" slow-beds-shave" ,
377
381
" slow-chefs-dream" ,
450
454
" thirty-impalas-repair" ,
451
455
" thirty-pears-hug" ,
452
456
" thirty-wombats-relax" ,
457
+ " three-buses-sleep" ,
453
458
" three-camels-sell" ,
454
459
" three-foxes-relax" ,
455
460
" three-icons-trade" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.125
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: coerce incremented/decremented sources ([ #11506 ] ( https://github.com/sveltejs/svelte/pull/11506 ) )
8
+
9
+ - feat: add support for svelte inspector ([ #11514 ] ( https://github.com/sveltejs/svelte/pull/11514 ) )
10
+
11
+ - fix: skip AST analysis of TypeScript AST nodes ([ #11513 ] ( https://github.com/sveltejs/svelte/pull/11513 ) )
12
+
13
+ - fix: use import.meta.hot.acceptExports when available to support partial hmr in vite ([ #11453 ] ( https://github.com/sveltejs/svelte/pull/11453 ) )
14
+
15
+ - feat: better error for ` bind:this ` legacy API usage ([ #11498 ] ( https://github.com/sveltejs/svelte/pull/11498 ) )
16
+
3
17
## 5.0.0-next.124
4
18
5
19
### 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.124 " ,
5
+ "version" : " 5.0.0-next.125 " ,
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.124 ' ;
9
+ export const VERSION = '5.0.0-next.125 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments