File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 14
14
" afraid-kids-hide" ,
15
15
" afraid-moose-matter" ,
16
16
" afraid-worms-drum" ,
17
+ " angry-birds-fly" ,
17
18
" angry-books-jam" ,
18
19
" angry-plums-punch" ,
19
20
" angry-wasps-help" ,
236
237
" happy-beds-scream" ,
237
238
" happy-dogs-jump" ,
238
239
" happy-lobsters-lick" ,
240
+ " happy-moles-live" ,
239
241
" happy-suits-film" ,
240
242
" healthy-ants-film" ,
241
243
" healthy-planes-vanish" ,
413
415
" polite-peas-mate" ,
414
416
" polite-pumpkins-guess" ,
415
417
" polite-ravens-study" ,
418
+ " polite-tomatoes-trade" ,
416
419
" polite-ways-serve" ,
417
420
" poor-eggs-enjoy" ,
418
421
" poor-hats-design" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.181
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: reflect SvelteURLSearchParams changes to SvelteURL ([ #12285 ] ( https://github.com/sveltejs/svelte/pull/12285 ) )
8
+
9
+ - fix: ensure hmr block effects are transparent for transitions ([ #12384 ] ( https://github.com/sveltejs/svelte/pull/12384 ) )
10
+
11
+ - feat: simpler HMR logic ([ #12391 ] ( https://github.com/sveltejs/svelte/pull/12391 ) )
12
+
3
13
## 5.0.0-next.180
4
14
5
15
### 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.180 " ,
5
+ "version" : " 5.0.0-next.181 " ,
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.180 ' ;
9
+ export const VERSION = '5.0.0-next.181 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments