File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 87
87
" cool-roses-trade" ,
88
88
" cuddly-pianos-drop" ,
89
89
" cuddly-points-tickle" ,
90
+ " curly-cooks-cheer" ,
90
91
" curly-lizards-dream" ,
91
92
" curvy-buses-laugh" ,
92
93
" curvy-cups-cough" ,
229
230
" happy-suits-film" ,
230
231
" healthy-ants-film" ,
231
232
" healthy-planes-vanish" ,
233
+ " healthy-zebras-accept" ,
232
234
" heavy-comics-move" ,
233
235
" heavy-doors-applaud" ,
234
236
" heavy-ducks-leave" ,
328
330
" mighty-cooks-scream" ,
329
331
" mighty-files-hammer" ,
330
332
" mighty-frogs-obey" ,
333
+ " mighty-shoes-nail" ,
331
334
" modern-apricots-promise" ,
332
335
" modern-fishes-double" ,
333
336
" moody-carrots-lay" ,
449
452
" serious-poems-brake" ,
450
453
" serious-socks-cover" ,
451
454
" serious-zebras-scream" ,
455
+ " seven-bees-tell" ,
452
456
" seven-deers-jam" ,
453
457
" seven-garlics-serve" ,
454
458
" seven-hornets-smile" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.167
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make more types from ` svelte/compiler ` public ([ #12189 ] ( https://github.com/sveltejs/svelte/pull/12189 ) )
8
+
9
+ - breaking: prevent usage of arguments keyword in certain places ([ #12191 ] ( https://github.com/sveltejs/svelte/pull/12191 ) )
10
+
11
+ - fix: ensure element dir properties persist with text changes ([ #12204 ] ( https://github.com/sveltejs/svelte/pull/12204 ) )
12
+
13
+ - fix: allow slot attribute inside snippets ([ #12188 ] ( https://github.com/sveltejs/svelte/pull/12188 ) )
14
+
3
15
## 5.0.0-next.166
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.166 " ,
5
+ "version" : " 5.0.0-next.167 " ,
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.166 ' ;
9
+ export const VERSION = '5.0.0-next.167 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments