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 29
29
" blue-lemons-wait" ,
30
30
" blue-rules-juggle" ,
31
31
" blue-timers-film" ,
32
+ " blue-waves-sneeze" ,
32
33
" brave-carrots-draw" ,
33
34
" brave-gorillas-end" ,
34
35
" brave-points-sleep" ,
82
83
" cyan-squids-drive" ,
83
84
" dirty-bats-punch" ,
84
85
" dirty-donuts-yell" ,
86
+ " dirty-eyes-itch" ,
85
87
" dirty-garlics-design" ,
86
88
" dirty-tips-add" ,
87
89
" dry-clocks-grow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.131
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: optimise effects ([ #11569 ] ( https://github.com/sveltejs/svelte/pull/11569 ) )
8
+
9
+ - fix: ensure all effect cleanup functions are untracked ([ #11567 ] ( https://github.com/sveltejs/svelte/pull/11567 ) )
10
+
3
11
## 5.0.0-next.130
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.130 " ,
5
+ "version" : " 5.0.0-next.131 " ,
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.130 ' ;
9
+ export const VERSION = '5.0.0-next.131 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments