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 289289 " small-papayas-laugh" ,
290290 " small-sheep-type" ,
291291 " small-spiders-fail" ,
292+ " smart-cherries-leave" ,
292293 " smart-parents-swim" ,
293294 " smart-turkeys-tell" ,
294295 " smart-zebras-pay" ,
321322 " swift-donkeys-perform" ,
322323 " swift-fans-stare" ,
323324 " swift-feet-juggle" ,
325+ " swift-poets-carry" ,
324326 " swift-ravens-hunt" ,
325327 " swift-seahorses-deliver" ,
326328 " tall-books-grin" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
311## 5.0.0-next.89
412
513### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.89 " ,
5+ "version" : " 5.0.0-next.90 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.89 ' ;
9+ export const VERSION = '5.0.0-next.90 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments