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 66
66
" itchy-beans-melt" ,
67
67
" itchy-kings-deliver" ,
68
68
" itchy-lions-wash" ,
69
+ " itchy-terms-guess" ,
69
70
" khaki-mails-draw" ,
70
71
" khaki-moose-arrive" ,
71
72
" kind-deers-lay" ,
98
99
" old-houses-drum" ,
99
100
" old-mails-sneeze" ,
100
101
" old-oranges-compete" ,
102
+ " olive-kangaroos-brake" ,
101
103
" orange-dingos-poke" ,
102
104
" polite-dolphins-care" ,
103
105
" polite-pumpkins-guess" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.30
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: apply key animations on proxied arrays ([ #10113 ] ( https://github.com/sveltejs/svelte/pull/10113 ) )
8
+
9
+ - fix: improve internal signal dependency checking logic ([ #10111 ] ( https://github.com/sveltejs/svelte/pull/10111 ) )
10
+
3
11
## 5.0.0-next.29
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.29 " ,
5
+ "version" : " 5.0.0-next.30 " ,
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.29 ' ;
9
+ export const VERSION = '5.0.0-next.30 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments