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 518518 " old-mails-sneeze" ,
519519 " old-oranges-compete" ,
520520 " old-planets-bow" ,
521+ " old-planets-kiss" ,
522+ " old-spoons-pull" ,
521523 " olive-apples-lick" ,
522524 " olive-cobras-wonder" ,
523525 " olive-forks-grin" ,
537539 " orange-yaks-protect" ,
538540 " orange-zoos-heal" ,
539541 " perfect-actors-bake" ,
542+ " perfect-ants-allow" ,
540543 " perfect-cooks-shop" ,
541544 " perfect-hairs-matter" ,
542545 " perfect-hats-dance" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.256
4+
5+ ### Patch Changes
6+
7+ - fix: only warn on context="module" in runes mode ([ #13332 ] ( https://github.com/sveltejs/svelte/pull/13332 ) )
8+
9+ - feat: deprecate ` <svelte:self> ` in runes mode ([ #13333 ] ( https://github.com/sveltejs/svelte/pull/13333 ) )
10+
11+ - fix: set strings as attributes, non-strings as properties if property exists ([ #13327 ] ( https://github.com/sveltejs/svelte/pull/13327 ) )
12+
313## 5.0.0-next.255
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.255 " ,
5+ "version" : " 5.0.0-next.256 " ,
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.255 ' ;
9+ export const VERSION = '5.0.0-next.256 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments