File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 222
222
" long-lobsters-mate" ,
223
223
" loud-cheetahs-flow" ,
224
224
" loud-mugs-smile" ,
225
+ " loud-numbers-flow" ,
225
226
" loud-ravens-drop" ,
226
227
" loud-socks-look" ,
227
228
" lovely-carpets-lick" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.124
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: restore value after attribute removal during hydration ([ #11465 ] ( https://github.com/sveltejs/svelte/pull/11465 ) )
8
+
3
9
## 5.0.0-next.123
4
10
5
11
### 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.123 " ,
5
+ "version" : " 5.0.0-next.124 " ,
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.123 ' ;
9
+ export const VERSION = '5.0.0-next.124 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments