File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 165
165
" nervous-spoons-relax" ,
166
166
" new-boats-wait" ,
167
167
" new-rabbits-flow" ,
168
+ " nice-avocados-move" ,
168
169
" ninety-dingos-walk" ,
169
170
" odd-buckets-lie" ,
170
171
" odd-needles-joke" ,
237
238
" slimy-walls-draw" ,
238
239
" slow-beds-shave" ,
239
240
" slow-chefs-dream" ,
241
+ " slow-kids-sparkle" ,
240
242
" slow-wombats-reply" ,
241
243
" small-papayas-laugh" ,
242
244
" smart-parents-swim" ,
297
299
" tidy-buses-whisper" ,
298
300
" tidy-starfishes-allow" ,
299
301
" tiny-kings-whisper" ,
302
+ " tough-radios-punch" ,
300
303
" twelve-dragons-join" ,
301
304
" twelve-onions-juggle" ,
302
305
" twelve-worms-jog" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.69
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve ssr output of dynamic textarea elements ([ #10638 ] ( https://github.com/sveltejs/svelte/pull/10638 ) )
8
+
9
+ - fix: warn when ` $props ` rune not called ([ #10655 ] ( https://github.com/sveltejs/svelte/pull/10655 ) )
10
+
11
+ - fix: add ` $set ` and ` $on ` methods in legacy compat mode ([ #10642 ] ( https://github.com/sveltejs/svelte/pull/10642 ) )
12
+
3
13
## 5.0.0-next.68
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.68 " ,
5
+ "version" : " 5.0.0-next.69 " ,
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.68 ' ;
9
+ export const VERSION = '5.0.0-next.69 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments