File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 525
525
" stale-comics-look" ,
526
526
" stale-fans-rest" ,
527
527
" stale-jeans-refuse" ,
528
+ " stale-nails-listen" ,
528
529
" strange-apricots-happen" ,
529
530
" strange-roses-brake" ,
530
531
" strong-apricots-destroy" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.162
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: remove anchor node from each block items ([ #11836 ] ( https://github.com/sveltejs/svelte/pull/11836 ) )
8
+
3
9
## 5.0.0-next.161
4
10
5
11
### 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.161 " ,
5
+ "version" : " 5.0.0-next.162 " ,
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.161 ' ;
9
+ export const VERSION = '5.0.0-next.162 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments