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 319
319
" kind-snakes-drive" ,
320
320
" kind-spoons-return" ,
321
321
" large-clouds-carry" ,
322
+ " large-emus-cough" ,
322
323
" large-turkeys-deny" ,
323
324
" large-waves-join" ,
324
325
" late-bees-vanish" ,
531
532
" seven-ravens-check" ,
532
533
" shaggy-cameras-live" ,
533
534
" shaggy-comics-jog" ,
535
+ " sharp-fishes-serve" ,
534
536
" sharp-gorillas-impress" ,
535
537
" sharp-kids-happen" ,
536
538
" sharp-spies-live" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.204
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: allow ignoring runtime warnings ([ #12608 ] ( https://github.com/sveltejs/svelte/pull/12608 ) )
8
+
9
+ - feat: perf tweaks for actions/styles/classes ([ #12654 ] ( https://github.com/sveltejs/svelte/pull/12654 ) )
10
+
3
11
## 5.0.0-next.203
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.203 " ,
5
+ "version" : " 5.0.0-next.204 " ,
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.203 ' ;
9
+ export const VERSION = '5.0.0-next.204 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments