File tree 4 files changed +15
-2
lines changed 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 56
56
" chilled-pumas-invite" ,
57
57
" chilled-seas-jog" ,
58
58
" chilly-dolphins-lick" ,
59
+ " chilly-pans-raise" ,
59
60
" chilly-rocks-hug" ,
60
61
" chilly-snakes-scream" ,
61
62
" clean-eels-beg" ,
62
63
" clever-chefs-relate" ,
63
64
" clever-maps-travel" ,
64
65
" clever-rockets-burn" ,
65
66
" clever-sloths-push" ,
67
+ " clever-stingrays-shout" ,
66
68
" cold-birds-own" ,
67
69
" cold-cheetahs-judge" ,
68
70
" cold-masks-learn" ,
437
439
" smart-turkeys-tell" ,
438
440
" smart-zebras-pay" ,
439
441
" smooth-kids-protect" ,
442
+ " smooth-pens-protect" ,
440
443
" smooth-rings-rush" ,
441
444
" soft-clocks-remember" ,
442
445
" soft-geese-learn" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.142
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow runelike writable as prop ([ #11768 ] ( https://github.com/sveltejs/svelte/pull/11768 ) )
8
+
9
+ - fix: support ` array.lastIndexOf ` without second argument ([ #11766 ] ( https://github.com/sveltejs/svelte/pull/11766 ) )
10
+
11
+ - fix: only inject push/pop in SSR components when necessary ([ #11771 ] ( https://github.com/sveltejs/svelte/pull/11771 ) )
12
+
3
13
## 5.0.0-next.141
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.141 " ,
5
+ "version" : " 5.0.0-next.142 " ,
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.141 ' ;
9
+ export const VERSION = '5.0.0-next.142 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments