Commit f579a3b 1 parent 53ae2b8 commit f579a3b Copy full SHA for f579a3b
File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 179
179
" eighty-days-cheat" ,
180
180
" eighty-days-wave" ,
181
181
" eighty-dragons-search" ,
182
+ " eighty-dryers-pretend" ,
182
183
" eighty-hornets-breathe" ,
183
184
" eighty-lizards-notice" ,
184
185
" eighty-mails-develop" ,
601
602
" poor-hats-design" ,
602
603
" poor-mugs-pay" ,
603
604
" poor-seahorses-flash" ,
605
+ " poor-shrimps-explain" ,
604
606
" popular-apes-bathe" ,
605
607
" popular-cameras-tie" ,
606
608
" popular-cups-bathe" ,
695
697
" sharp-spies-live" ,
696
698
" sharp-tomatoes-learn" ,
697
699
" shiny-baboons-play" ,
700
+ " shiny-jobs-judge" ,
698
701
" shiny-kangaroos-move" ,
699
702
" shiny-mayflies-clean" ,
700
703
" shiny-melons-love" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.267
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.267 " ,
5
+ "version" : " 5.0.0-next.268 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.267 ' ;
9
+ export const VERSION = '5.0.0-next.268 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments