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 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" ,
449
451
" serious-poems-brake" ,
450
452
" serious-socks-cover" ,
451
453
" serious-zebras-scream" ,
454
+ " seven-bees-tell" ,
452
455
" seven-deers-jam" ,
453
456
" seven-garlics-serve" ,
454
457
" 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: allow slot attribute inside snippets ([ #12188 ] ( https://github.com/sveltejs/svelte/pull/12188 ) )
12
+
3
13
## 5.0.0-next.166
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.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