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 174
174
" eleven-donuts-sit" ,
175
175
" eleven-hounds-pump" ,
176
176
" eleven-icons-sniff" ,
177
+ " eleven-peaches-tap" ,
177
178
" eleven-teachers-drive" ,
178
179
" empty-bags-heal" ,
179
180
" empty-bulldogs-exercise" ,
662
663
" silent-rabbits-join" ,
663
664
" silent-rocks-yell" ,
664
665
" silly-ducks-mix" ,
666
+ " silly-fishes-deny" ,
665
667
" silly-laws-happen" ,
666
668
" silly-lies-film" ,
667
669
" silly-masks-exist" ,
895
897
" wicked-years-drive" ,
896
898
" wild-cows-chew" ,
897
899
" wild-foxes-wonder" ,
900
+ " wild-mice-look" ,
898
901
" wild-moose-compare" ,
899
902
" wild-moose-destroy" ,
900
903
" wild-poems-design" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.248
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.248 " ,
5
+ "version" : " 5.0.0-next.249 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.248 ' ;
9
+ export const VERSION = '5.0.0-next.249 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments