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 31
31
" breezy-carrots-flash" ,
32
32
" bright-peas-juggle" ,
33
33
" bright-snakes-sing" ,
34
+ " brown-houses-obey" ,
34
35
" brown-months-fry" ,
35
36
" brown-spoons-boil" ,
36
37
" calm-ravens-sneeze" ,
188
189
" nasty-yaks-peel" ,
189
190
" neat-boats-shake" ,
190
191
" neat-dingos-clap" ,
192
+ " neat-files-rescue" ,
191
193
" nervous-spoons-relax" ,
192
194
" new-boats-wait" ,
193
195
" new-rabbits-flow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.88
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: further improvements to effect scheduling and flushing ([ #10971 ] ( https://github.com/sveltejs/svelte/pull/10971 ) )
8
+
9
+ - feat: re-export built-ins from ` svelte/reactivity ` on the server ([ #10973 ] ( https://github.com/sveltejs/svelte/pull/10973 ) )
10
+
3
11
## 5.0.0-next.87
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.87 " ,
5
+ "version" : " 5.0.0-next.88 " ,
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.87 ' ;
9
+ export const VERSION = '5.0.0-next.88 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments