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 43
43
" brown-houses-obey" ,
44
44
" brown-months-fry" ,
45
45
" brown-spoons-boil" ,
46
+ " calm-buses-clap" ,
46
47
" calm-pandas-vanish" ,
47
48
" calm-ravens-sneeze" ,
48
49
" chatty-beans-divide" ,
415
416
" stale-fans-rest" ,
416
417
" stale-jeans-refuse" ,
417
418
" strange-apricots-happen" ,
419
+ " strong-apricots-destroy" ,
418
420
" strong-gifts-smoke" ,
419
421
" strong-lemons-provide" ,
420
422
" strong-pans-doubt" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.127
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: don't warn on writes to ` $state ` ([ #11540 ] ( https://github.com/sveltejs/svelte/pull/11540 ) )
8
+
9
+ - fix: handle falsy prop aliases correctly ([ #11539 ] ( https://github.com/sveltejs/svelte/pull/11539 ) )
10
+
3
11
## 5.0.0-next.126
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.126 " ,
5
+ "version" : " 5.0.0-next.127 " ,
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.126 ' ;
9
+ export const VERSION = '5.0.0-next.127 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments