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 133133 " itchy-lions-wash" ,
134134 " itchy-terms-guess" ,
135135 " khaki-cooks-develop" ,
136+ " khaki-ligers-sing" ,
136137 " khaki-mails-draw" ,
137138 " khaki-moose-arrive" ,
138139 " kind-baboons-approve" ,
195196 " olive-socks-kick" ,
196197 " orange-crews-rescue" ,
197198 " orange-dingos-poke" ,
199+ " orange-yaks-protect" ,
198200 " pink-bikes-agree" ,
199201 " pink-mayflies-tie" ,
200202 " polite-dolphins-care" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.78
4+
5+ ### Patch Changes
6+
7+ - fix: invalidate store when mutated inside each block ([ #10785 ] ( https://github.com/sveltejs/svelte/pull/10785 ) )
8+
9+ - fix: make ` set.has(...) ` granular for existing properties' ([ #10793 ] ( https://github.com/sveltejs/svelte/pull/10793 ) )
10+
311## 5.0.0-next.77
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.77 " ,
5+ "version" : " 5.0.0-next.78 " ,
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.77 ' ;
9+ export const VERSION = '5.0.0-next.78 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments