File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 53
53
" bright-snakes-sing" ,
54
54
" brown-geckos-fry" ,
55
55
" brown-houses-obey" ,
56
+ " brown-insects-float" ,
56
57
" brown-months-fry" ,
57
58
" brown-spoons-boil" ,
58
59
" calm-buses-clap" ,
193
194
" fluffy-colts-grin" ,
194
195
" fluffy-dolls-share" ,
195
196
" fluffy-humans-worry" ,
197
+ " fluffy-kings-complain" ,
196
198
" fluffy-ravens-juggle" ,
197
199
" forty-bikes-buy" ,
198
200
" forty-comics-invent" ,
767
769
" wicked-hairs-cheer" ,
768
770
" wicked-wasps-allow" ,
769
771
" wicked-ways-reply" ,
772
+ " wicked-years-drive" ,
770
773
" wild-cows-chew" ,
771
774
" wild-foxes-wonder" ,
772
775
" wild-moose-compare" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.212
4
+
5
+ ### Patch Changes
6
+
7
+ - perf: speed up $.exclude_from_object ([ #12783 ] ( https://github.com/sveltejs/svelte/pull/12783 ) )
8
+
9
+ - chore: publish package provenance info ([ #12779 ] ( https://github.com/sveltejs/svelte/pull/12779 ) )
10
+
11
+ - feat: simplify derived object destructuring ([ #12781 ] ( https://github.com/sveltejs/svelte/pull/12781 ) )
12
+
3
13
## 5.0.0-next.211
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.211 " ,
5
+ "version" : " 5.0.0-next.212 " ,
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.211 ' ;
9
+ export const VERSION = '5.0.0-next.212 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments