File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 42
42
" breezy-carrots-flash" ,
43
43
" breezy-rules-beg" ,
44
44
" breezy-waves-camp" ,
45
+ " bright-berries-smell" ,
45
46
" bright-falcons-float" ,
46
47
" bright-peas-juggle" ,
47
48
" bright-snakes-sing" ,
126
127
" eighty-bikes-camp" ,
127
128
" eighty-days-cheat" ,
128
129
" eighty-lizards-notice" ,
130
+ " eleven-avocados-walk" ,
129
131
" eleven-beers-yell" ,
130
132
" eleven-cycles-applaud" ,
131
133
" eleven-hounds-pump" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.166
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: remove correct event listener from document ([ #12101 ] ( https://github.com/sveltejs/svelte/pull/12101 ) )
8
+
9
+ - fix: correctly serialize object assignment expressions ([ #12175 ] ( https://github.com/sveltejs/svelte/pull/12175 ) )
10
+
3
11
## 5.0.0-next.165
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.165 " ,
5
+ "version" : " 5.0.0-next.166 " ,
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.165 ' ;
9
+ export const VERSION = '5.0.0-next.166 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments