File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 343
343
" mighty-cooks-scream" ,
344
344
" mighty-files-hammer" ,
345
345
" mighty-frogs-obey" ,
346
+ " mighty-paws-smash" ,
346
347
" mighty-shoes-nail" ,
347
348
" modern-apricots-promise" ,
348
349
" modern-fishes-double" ,
626
627
" tidy-chefs-taste" ,
627
628
" tidy-deers-hope" ,
628
629
" tidy-fans-relax" ,
630
+ " tidy-lizards-happen" ,
629
631
" tidy-starfishes-allow" ,
630
632
" tiny-kings-whisper" ,
631
633
" tiny-meals-deliver" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.177
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: stricter control flow syntax validation in runes mode ([ #12342 ] ( https://github.com/sveltejs/svelte/pull/12342 ) )
8
+
9
+ - fix: make ` $state ` component exports settable ([ #12345 ] ( https://github.com/sveltejs/svelte/pull/12345 ) )
10
+
3
11
## 5.0.0-next.176
4
12
5
13
### 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.176 " ,
5
+ "version" : " 5.0.0-next.177 " ,
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.176 ' ;
9
+ export const VERSION = '5.0.0-next.177 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments