File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 126
126
" forty-dolls-wave" ,
127
127
" forty-peaches-unite" ,
128
128
" forty-suns-smile" ,
129
+ " four-balloons-beam" ,
129
130
" four-flies-hammer" ,
130
131
" four-mice-hammer" ,
131
132
" four-pugs-listen" ,
328
329
" selfish-socks-smile" ,
329
330
" selfish-spies-help" ,
330
331
" selfish-tools-hide" ,
332
+ " serious-bobcats-carry" ,
331
333
" serious-crabs-punch" ,
332
334
" serious-gorillas-eat" ,
333
335
" serious-kids-deliver" ,
459
461
" twelve-dragons-join" ,
460
462
" twelve-onions-juggle" ,
461
463
" twelve-worms-jog" ,
464
+ " two-candles-move" ,
462
465
" two-dragons-yell" ,
463
466
" two-falcons-buy" ,
464
467
" unlucky-boxes-obey" ,
465
468
" unlucky-steaks-warn" ,
466
469
" unlucky-trees-lick" ,
470
+ " violet-mugs-behave" ,
467
471
" violet-pigs-jam" ,
468
472
" weak-drinks-speak" ,
469
473
" weak-frogs-bow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.122
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: mark function properties on runes as deprecated for better intellisense ([ #11439 ] ( https://github.com/sveltejs/svelte/pull/11439 ) )
8
+
9
+ - fix: only warn about non-reactive state in runes mode ([ #11434 ] ( https://github.com/sveltejs/svelte/pull/11434 ) )
10
+
11
+ - fix: prevent ownership validation from infering with component context ([ #11438 ] ( https://github.com/sveltejs/svelte/pull/11438 ) )
12
+
13
+ - fix: ensure $inspect untracks inspected object ([ #11432 ] ( https://github.com/sveltejs/svelte/pull/11432 ) )
14
+
3
15
## 5.0.0-next.121
4
16
5
17
### 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.121 " ,
5
+ "version" : " 5.0.0-next.122 " ,
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.121 ' ;
9
+ export const VERSION = '5.0.0-next.122 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments