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 114
114
" cool-rabbits-tickle" ,
115
115
" cool-roses-trade" ,
116
116
" cool-turtles-travel" ,
117
+ " cool-yaks-run" ,
117
118
" cuddly-pianos-drop" ,
118
119
" cuddly-points-tickle" ,
119
120
" curly-cooks-cheer" ,
832
833
" thirty-flies-push" ,
833
834
" thirty-flowers-sit" ,
834
835
" thirty-ghosts-fix" ,
836
+ " thirty-guests-flow" ,
835
837
" thirty-impalas-repair" ,
836
838
" thirty-pears-hug" ,
837
839
" thirty-wombats-relax" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.258
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: only use getComputedStyle with elements ([ #13366 ] ( https://github.com/sveltejs/svelte/pull/13366 ) )
8
+
9
+ - fix: make each items reassignable in legacy mode ([ #12257 ] ( https://github.com/sveltejs/svelte/pull/12257 ) )
10
+
3
11
## 5.0.0-next.257
4
12
5
13
### 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.257 " ,
5
+ "version" : " 5.0.0-next.258 " ,
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.257 ' ;
9
+ export const VERSION = '5.0.0-next.258 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments