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 168
168
" long-crews-return" ,
169
169
" long-lobsters-mate" ,
170
170
" loud-cheetahs-flow" ,
171
+ " loud-mugs-smile" ,
171
172
" loud-ravens-drop" ,
172
173
" lovely-carpets-lick" ,
173
174
" lovely-houses-own" ,
255
256
" serious-gorillas-eat" ,
256
257
" serious-kids-deliver" ,
257
258
" serious-needles-joke" ,
259
+ " serious-poems-brake" ,
258
260
" serious-socks-cover" ,
259
261
" serious-zebras-scream" ,
260
262
" seven-deers-jam" ,
272
274
" short-countries-rush" ,
273
275
" silent-apes-report" ,
274
276
" silly-laws-happen" ,
277
+ " silly-lies-film" ,
275
278
" silly-ways-wash" ,
276
279
" silver-points-approve" ,
277
280
" sixty-items-crash" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.88
4
14
5
15
### 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.88 " ,
5
+ "version" : " 5.0.0-next.89 " ,
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.88 ' ;
9
+ export const VERSION = '5.0.0-next.89 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments