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 16
16
" clean-eels-beg" ,
17
17
" cuddly-pianos-drop" ,
18
18
" curly-lizards-dream" ,
19
+ " early-ads-tie" ,
19
20
" eight-steaks-shout" ,
20
21
" eighty-bikes-camp" ,
21
22
" fifty-steaks-float" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: rename internal object properties ([ #9532 ] ( https://github.com/sveltejs/svelte/pull/9532 ) )
8
+
3
9
## 5.0.0-next.7
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.7 " ,
5
+ "version" : " 5.0.0-next.8 " ,
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.7 ' ;
9
+ export const VERSION = '5.0.0-next.8 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments