File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-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" ,
464465 " unlucky-boxes-obey" ,
465466 " unlucky-steaks-warn" ,
466467 " unlucky-trees-lick" ,
468+ " violet-mugs-behave" ,
467469 " violet-pigs-jam" ,
468470 " weak-drinks-speak" ,
469471 " 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: ensure $inspect untracks inspected object ([ #11432 ] ( https://github.com/sveltejs/svelte/pull/11432 ) )
10+
311## 5.0.0-next.121
412
513### 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