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 205
205
" good-plums-type" ,
206
206
" good-rivers-yawn" ,
207
207
" good-roses-argue" ,
208
+ " gorgeous-boxes-design" ,
208
209
" gorgeous-hats-wonder" ,
209
210
" gorgeous-monkeys-carry" ,
210
211
" gorgeous-singers-rest" ,
597
598
" twelve-dragons-join" ,
598
599
" twelve-onions-juggle" ,
599
600
" twelve-worms-jog" ,
601
+ " twenty-gifts-develop" ,
600
602
" two-brooms-fail" ,
601
603
" two-candles-move" ,
602
604
" two-dogs-accept" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.161
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure state update expressions are serialised correctly ([ #12109 ] ( https://github.com/sveltejs/svelte/pull/12109 ) )
8
+
9
+ - fix: remove document event listeners on unmount ([ #12105 ] ( https://github.com/sveltejs/svelte/pull/12105 ) )
10
+
3
11
## 5.0.0-next.160
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.160 " ,
5
+ "version" : " 5.0.0-next.161 " ,
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.160 ' ;
9
+ export const VERSION = '5.0.0-next.161 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments