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 268
268
" kind-spoons-return" ,
269
269
" large-clouds-carry" ,
270
270
" large-turkeys-deny" ,
271
+ " large-waves-join" ,
271
272
" late-bees-vanish" ,
272
273
" late-crabs-lay" ,
273
274
" late-grapes-judge" ,
295
296
" loud-cheetahs-flow" ,
296
297
" loud-mugs-smile" ,
297
298
" loud-numbers-flow" ,
299
+ " loud-penguins-unite" ,
298
300
" loud-ravens-drop" ,
299
301
" loud-socks-look" ,
300
302
" lovely-bugs-sneeze" ,
394
396
" quiet-cobras-smile" ,
395
397
" quiet-crabs-nail" ,
396
398
" quiet-timers-speak" ,
399
+ " rare-insects-tell" ,
397
400
" rare-mirrors-act" ,
398
401
" rare-pears-whisper" ,
399
402
" rare-worms-hunt" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.157
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: handle ` is ` attribute on elements with spread ([ #12056 ] ( https://github.com/sveltejs/svelte/pull/12056 ) )
8
+
9
+ - fix: correctly process empty lines in messages ([ #12057 ] ( https://github.com/sveltejs/svelte/pull/12057 ) )
10
+
11
+ - fix: better types for ` on ` ([ #12053 ] ( https://github.com/sveltejs/svelte/pull/12053 ) )
12
+
3
13
## 5.0.0-next.156
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.156 " ,
5
+ "version" : " 5.0.0-next.157 " ,
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.156 ' ;
9
+ export const VERSION = '5.0.0-next.157 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments