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 328328 " selfish-socks-smile" ,
329329 " selfish-spies-help" ,
330330 " selfish-tools-hide" ,
331+ " serious-bobcats-carry" ,
331332 " serious-crabs-punch" ,
332333 " serious-gorillas-eat" ,
333334 " serious-kids-deliver" ,
459460 " twelve-dragons-join" ,
460461 " twelve-onions-juggle" ,
461462 " twelve-worms-jog" ,
463+ " two-candles-move" ,
462464 " two-dragons-yell" ,
463465 " two-falcons-buy" ,
464466 " unlucky-boxes-obey" ,
465467 " unlucky-steaks-warn" ,
466468 " unlucky-trees-lick" ,
469+ " violet-mugs-behave" ,
467470 " violet-pigs-jam" ,
468471 " weak-drinks-speak" ,
469472 " 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: only warn about non-reactive state in runes mode ([ #11434 ] ( https://github.com/sveltejs/svelte/pull/11434 ) )
8+
9+ - fix: prevent ownership validation from infering with component context ([ #11438 ] ( https://github.com/sveltejs/svelte/pull/11438 ) )
10+
11+ - fix: ensure $inspect untracks inspected object ([ #11432 ] ( https://github.com/sveltejs/svelte/pull/11432 ) )
12+
313## 5.0.0-next.121
414
515### 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