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 179179 " eighty-days-cheat" ,
180180 " eighty-days-wave" ,
181181 " eighty-dragons-search" ,
182+ " eighty-dryers-pretend" ,
182183 " eighty-hornets-breathe" ,
183184 " eighty-lizards-notice" ,
184185 " eighty-mails-develop" ,
601602 " poor-hats-design" ,
602603 " poor-mugs-pay" ,
603604 " poor-seahorses-flash" ,
605+ " poor-shrimps-explain" ,
604606 " popular-apes-bathe" ,
605607 " popular-cameras-tie" ,
606608 " popular-cups-bathe" ,
695697 " sharp-spies-live" ,
696698 " sharp-tomatoes-learn" ,
697699 " shiny-baboons-play" ,
700+ " shiny-jobs-judge" ,
698701 " shiny-kangaroos-move" ,
699702 " shiny-mayflies-clean" ,
700703 " shiny-melons-love" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.268
4+
5+ ### Patch Changes
6+
7+ - breaking: disallow state mutations in logic block expression ([ #13625 ] ( https://github.com/sveltejs/svelte/pull/13625 ) )
8+
9+ - breaking: stronger enumerated types ([ #13624 ] ( https://github.com/sveltejs/svelte/pull/13624 ) )
10+
11+ - chore: improve runtime performance of derived signals ([ #13626 ] ( https://github.com/sveltejs/svelte/pull/13626 ) )
12+
313## 5.0.0-next.267
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.267 " ,
5+ "version" : " 5.0.0-next.268 " ,
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.267 ' ;
9+ export const VERSION = '5.0.0-next.268 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments