File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 495
495
" neat-ducks-jam" ,
496
496
" neat-files-rescue" ,
497
497
" neat-jokes-beam" ,
498
+ " neat-ways-allow" ,
498
499
" nervous-adults-sell" ,
499
500
" nervous-berries-boil" ,
500
501
" nervous-chefs-exist" ,
961
962
" yellow-taxis-double" ,
962
963
" yellow-trees-juggle" ,
963
964
" young-ads-roll" ,
965
+ " young-ducks-punch" ,
964
966
" young-feet-double" ,
965
967
" young-masks-refuse" ,
966
968
" young-peaches-agree"
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.262
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: enable snippets to fill slots ([ #13427 ] ( https://github.com/sveltejs/svelte/pull/13427 ) )
8
+
9
+ - fix: allow combinator at start of nested CSS selector ([ #13440 ] ( https://github.com/sveltejs/svelte/pull/13440 ) )
10
+
3
11
## 5.0.0-next.261
4
12
5
13
### 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.261 " ,
5
+ "version" : " 5.0.0-next.262 " ,
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.261 ' ;
9
+ export const VERSION = '5.0.0-next.262 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments