File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2626 " curly-lizards-dream" ,
2727 " dirty-garlics-design" ,
2828 " dirty-tips-add" ,
29+ " dry-clocks-grow" ,
2930 " dull-mangos-wave" ,
3031 " early-ads-tie" ,
3132 " eight-steaks-shout" ,
5657 " hungry-dots-fry" ,
5758 " hungry-tips-unite" ,
5859 " itchy-beans-melt" ,
60+ " itchy-kings-deliver" ,
5961 " itchy-lions-wash" ,
6062 " khaki-mails-draw" ,
6163 " khaki-moose-arrive" ,
6971 " lazy-spiders-think" ,
7072 " lemon-geese-drum" ,
7173 " light-pens-watch" ,
74+ " long-buckets-lay" ,
7275 " long-crews-return" ,
7376 " lovely-carpets-lick" ,
7477 " lovely-items-turn" ,
111114 " slow-chefs-dream" ,
112115 " small-papayas-laugh" ,
113116 " smart-parents-swim" ,
117+ " smart-zebras-pay" ,
114118 " soft-clocks-remember" ,
115119 " soft-geese-learn" ,
116120 " sour-forks-stare" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.27
4+
5+ ### Patch Changes
6+
7+ - feat: add ` $state.frozen ` rune ([ #9851 ] ( https://github.com/sveltejs/svelte/pull/9851 ) )
8+
9+ - Fix issue with assigning prop values as defaults of other props ([ #9985 ] ( https://github.com/sveltejs/svelte/pull/9985 ) )
10+
11+ - Fix interopability between backticks and templates ([ #9973 ] ( https://github.com/sveltejs/svelte/pull/9973 ) )
12+
13+ - fix: support hydrating around ` <noscript> ` ([ #9953 ] ( https://github.com/sveltejs/svelte/pull/9953 ) )
14+
315## 5.0.0-next.26
416
517### 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.26 " ,
5+ "version" : " 5.0.0-next.27 " ,
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.26 ' ;
9+ export const VERSION = '5.0.0-next.27 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments