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 169169 " honest-dragons-turn" ,
170170 " honest-icons-change" ,
171171 " honest-nails-share" ,
172+ " honest-pans-kick" ,
172173 " hot-jobs-tap" ,
173174 " hungry-boxes-relate" ,
174175 " hungry-dots-fry" ,
226227 " lucky-colts-remember" ,
227228 " lucky-geckos-swim" ,
228229 " lucky-schools-hang" ,
230+ " lucky-teachers-exist" ,
229231 " lucky-toes-begin" ,
230232 " many-rockets-give" ,
231233 " many-trees-fix" ,
272274 " olive-socks-kick" ,
273275 " orange-crews-rescue" ,
274276 " orange-dingos-poke" ,
277+ " orange-masks-exercise" ,
275278 " orange-yaks-protect" ,
276279 " orange-zoos-heal" ,
277280 " pink-bikes-agree" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.118
4+
5+ ### Patch Changes
6+
7+ - fix: ensure no data loss occurs when using reactive Set methods ([ #11385 ] ( https://github.com/sveltejs/svelte/pull/11385 ) )
8+
9+ - fix: handle reassignment of ` $props ` and ` $restProps ` ([ #11348 ] ( https://github.com/sveltejs/svelte/pull/11348 ) )
10+
11+ - fix: disallow sequence expressions in ` @const ` tags ([ #11357 ] ( https://github.com/sveltejs/svelte/pull/11357 ) )
12+
313## 5.0.0-next.117
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.117 " ,
5+ "version" : " 5.0.0-next.118 " ,
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.117 ' ;
9+ export const VERSION = '5.0.0-next.118 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments