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 174174 " eleven-donuts-sit" ,
175175 " eleven-hounds-pump" ,
176176 " eleven-icons-sniff" ,
177+ " eleven-peaches-tap" ,
177178 " eleven-teachers-drive" ,
178179 " empty-bags-heal" ,
179180 " empty-bulldogs-exercise" ,
662663 " silent-rabbits-join" ,
663664 " silent-rocks-yell" ,
664665 " silly-ducks-mix" ,
666+ " silly-fishes-deny" ,
665667 " silly-laws-happen" ,
666668 " silly-lies-film" ,
667669 " silly-masks-exist" ,
895897 " wicked-years-drive" ,
896898 " wild-cows-chew" ,
897899 " wild-foxes-wonder" ,
900+ " wild-mice-look" ,
898901 " wild-moose-compare" ,
899902 " wild-moose-destroy" ,
900903 " wild-poems-design" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.249
4+
5+ ### Patch Changes
6+
7+ - fix: ensure snapshot logs don't affect dependency graph ([ #13286 ] ( https://github.com/sveltejs/svelte/pull/13286 ) )
8+
9+ - fix: allow custom element styles to be updated in HMR mode ([ #13225 ] ( https://github.com/sveltejs/svelte/pull/13225 ) )
10+
11+ - fix: inject styles correctly when mounting inside an iframe ([ #13225 ] ( https://github.com/sveltejs/svelte/pull/13225 ) )
12+
313## 5.0.0-next.248
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.248 " ,
5+ "version" : " 5.0.0-next.249 " ,
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.248 ' ;
9+ export const VERSION = '5.0.0-next.249 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments