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 150150 " fifty-rice-wait" ,
151151 " fifty-steaks-float" ,
152152 " five-tigers-search" ,
153+ " flat-feet-visit" ,
153154 " flat-ghosts-fly" ,
154155 " flat-melons-protect" ,
155156 " flat-olives-live" ,
172173 " fresh-weeks-trade" ,
173174 " friendly-candles-relate" ,
174175 " friendly-lies-camp" ,
176+ " funny-cooks-clean" ,
175177 " funny-dragons-double" ,
176178 " funny-ties-jump" ,
177179 " funny-trees-cry" ,
263265 " late-crabs-lay" ,
264266 " late-grapes-judge" ,
265267 " late-peaches-mate" ,
268+ " late-zebras-argue" ,
266269 " lazy-knives-happen" ,
267270 " lazy-masks-sit" ,
268271 " lazy-months-knock" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.154
4+
5+ ### Patch Changes
6+
7+ - fix: ensure bound input content is resumed on hydration ([ #11986 ] ( https://github.com/sveltejs/svelte/pull/11986 ) )
8+
9+ - fix: better ` render ` type ([ #11997 ] ( https://github.com/sveltejs/svelte/pull/11997 ) )
10+
11+ - fix: SSR template escaping ([ #12007 ] ( https://github.com/sveltejs/svelte/pull/12007 ) )
12+
313## 5.0.0-next.153
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.153 " ,
5+ "version" : " 5.0.0-next.154 " ,
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.153 ' ;
9+ export const VERSION = '5.0.0-next.154 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments