File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 168168 " long-crews-return" ,
169169 " long-lobsters-mate" ,
170170 " loud-cheetahs-flow" ,
171+ " loud-mugs-smile" ,
171172 " loud-ravens-drop" ,
172173 " lovely-carpets-lick" ,
173174 " lovely-houses-own" ,
255256 " serious-gorillas-eat" ,
256257 " serious-kids-deliver" ,
257258 " serious-needles-joke" ,
259+ " serious-poems-brake" ,
258260 " serious-socks-cover" ,
259261 " serious-zebras-scream" ,
260262 " seven-deers-jam" ,
272274 " short-countries-rush" ,
273275 " silent-apes-report" ,
274276 " silly-laws-happen" ,
277+ " silly-lies-film" ,
275278 " silly-ways-wash" ,
276279 " silver-points-approve" ,
277280 " sixty-items-crash" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.89
4+
5+ ### Patch Changes
6+
7+ - fix: expose 'svelte/internal' to prevent Vite erroring on startup ([ #10987 ] ( https://github.com/sveltejs/svelte/pull/10987 ) )
8+
9+ - fix: revert SSR shorthand comments ([ #10980 ] ( https://github.com/sveltejs/svelte/pull/10980 ) )
10+
11+ - fix: child effects are removed from parent branches ([ #10985 ] ( https://github.com/sveltejs/svelte/pull/10985 ) )
12+
313## 5.0.0-next.88
414
515### 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.88 " ,
5+ "version" : " 5.0.0-next.89 " ,
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.88 ' ;
9+ export const VERSION = '5.0.0-next.89 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments