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 289
289
" small-papayas-laugh" ,
290
290
" small-sheep-type" ,
291
291
" small-spiders-fail" ,
292
+ " smart-cherries-leave" ,
292
293
" smart-parents-swim" ,
293
294
" smart-turkeys-tell" ,
294
295
" smart-zebras-pay" ,
321
322
" swift-donkeys-perform" ,
322
323
" swift-fans-stare" ,
323
324
" swift-feet-juggle" ,
325
+ " swift-poets-carry" ,
324
326
" swift-ravens-hunt" ,
325
327
" swift-seahorses-deliver" ,
326
328
" tall-books-grin" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.90
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: hydrate HTML with surrounding whitespace ([ #10996 ] ( https://github.com/sveltejs/svelte/pull/10996 ) )
8
+
9
+ - feat: faster HTML tags ([ #10986 ] ( https://github.com/sveltejs/svelte/pull/10986 ) )
10
+
3
11
## 5.0.0-next.89
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.89 " ,
5
+ "version" : " 5.0.0-next.90 " ,
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.89 ' ;
9
+ export const VERSION = '5.0.0-next.90 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments