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 126126 " forty-dolls-wave" ,
127127 " forty-peaches-unite" ,
128128 " forty-suns-smile" ,
129+ " four-balloons-beam" ,
129130 " four-flies-hammer" ,
130131 " four-mice-hammer" ,
131132 " four-pugs-listen" ,
328329 " selfish-socks-smile" ,
329330 " selfish-spies-help" ,
330331 " selfish-tools-hide" ,
332+ " serious-bobcats-carry" ,
331333 " serious-crabs-punch" ,
332334 " serious-gorillas-eat" ,
333335 " serious-kids-deliver" ,
459461 " twelve-dragons-join" ,
460462 " twelve-onions-juggle" ,
461463 " twelve-worms-jog" ,
464+ " two-candles-move" ,
462465 " two-dragons-yell" ,
463466 " two-falcons-buy" ,
464467 " unlucky-boxes-obey" ,
465468 " unlucky-steaks-warn" ,
466469 " unlucky-trees-lick" ,
470+ " violet-mugs-behave" ,
467471 " violet-pigs-jam" ,
468472 " weak-drinks-speak" ,
469473 " weak-frogs-bow" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
315## 5.0.0-next.121
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.121 " ,
5+ "version" : " 5.0.0-next.122 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.121 ' ;
9+ export const VERSION = '5.0.0-next.122 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments