File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 26
26
" big-geese-act" ,
27
27
" big-moons-occur" ,
28
28
" blue-ants-raise" ,
29
+ " blue-lemons-wait" ,
29
30
" blue-rules-juggle" ,
30
31
" blue-timers-film" ,
31
32
" brave-carrots-draw" ,
98
99
" empty-bags-heal" ,
99
100
" empty-bulldogs-exercise" ,
100
101
" empty-crabs-think" ,
102
+ " empty-geckos-pretend" ,
101
103
" empty-tools-share" ,
102
104
" fair-bags-smoke" ,
103
105
" fair-crabs-check" ,
234
236
" mighty-frogs-obey" ,
235
237
" moody-carrots-lay" ,
236
238
" moody-frogs-exist" ,
239
+ " moody-ghosts-buy" ,
237
240
" moody-houses-argue" ,
238
241
" moody-owls-cry" ,
239
242
" moody-sheep-type" ,
349
352
" silly-lies-film" ,
350
353
" silly-ways-wash" ,
351
354
" silver-points-approve" ,
355
+ " six-boats-shave" ,
352
356
" sixty-items-crash" ,
353
357
" sixty-numbers-hope" ,
354
358
" sixty-pandas-rush" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.117
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: collect all necessary setters of html elements when spreading attributes ([ #11371 ] ( https://github.com/sveltejs/svelte/pull/11371 ) )
8
+
9
+ - fix: ensure reactions are kept dirty when marking them again ([ #11364 ] ( https://github.com/sveltejs/svelte/pull/11364 ) )
10
+
11
+ - feat: leave view transition pseudo selectors untouched ([ #11375 ] ( https://github.com/sveltejs/svelte/pull/11375 ) )
12
+
13
+ - fix: require whitespace after ` @const ` tag ([ #11379 ] ( https://github.com/sveltejs/svelte/pull/11379 ) )
14
+
3
15
## 5.0.0-next.116
4
16
5
17
### 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.116 " ,
5
+ "version" : " 5.0.0-next.117 " ,
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.116 ' ;
9
+ export const VERSION = '5.0.0-next.117 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments