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 61
61
" brown-insects-float" ,
62
62
" brown-months-flow" ,
63
63
" brown-months-fry" ,
64
+ " brown-pens-repeat" ,
64
65
" brown-radios-itch" ,
65
66
" brown-spoons-boil" ,
66
67
" brown-turkeys-tap" ,
876
877
" two-keys-watch" ,
877
878
" unlucky-boxes-obey" ,
878
879
" unlucky-points-clap" ,
880
+ " unlucky-spies-flow" ,
879
881
" unlucky-steaks-warn" ,
880
882
" unlucky-trees-lick" ,
881
883
" violet-bats-brake" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.255
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: keep bound inputs in sync in runes mode ([ #13328 ] ( https://github.com/sveltejs/svelte/pull/13328 ) )
8
+
9
+ - fix: silence snapshot warnings inside ` $inspect ` ([ #13334 ] ( https://github.com/sveltejs/svelte/pull/13334 ) )
10
+
3
11
## 5.0.0-next.254
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.254 " ,
5
+ "version" : " 5.0.0-next.255 " ,
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.254 ' ;
9
+ export const VERSION = '5.0.0-next.255 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments