File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 226
226
" friendly-candles-relate" ,
227
227
" friendly-clouds-rhyme" ,
228
228
" friendly-lies-camp" ,
229
+ " funny-bugs-kiss" ,
229
230
" funny-cooks-clean" ,
230
231
" funny-dragons-double" ,
231
232
" funny-ties-jump" ,
383
384
" lovely-rules-eat" ,
384
385
" lovely-zebras-own" ,
385
386
" lucky-colts-remember" ,
387
+ " lucky-experts-float" ,
386
388
" lucky-geckos-swim" ,
387
389
" lucky-panthers-chew" ,
388
390
" lucky-schools-hang" ,
420
422
" neat-boats-shake" ,
421
423
" neat-boxes-chew" ,
422
424
" neat-dingos-clap" ,
425
+ " neat-ducks-jam" ,
423
426
" neat-files-rescue" ,
424
427
" neat-jokes-beam" ,
425
428
" nervous-berries-boil" ,
469
472
" perfect-hairs-matter" ,
470
473
" perfect-hats-dance" ,
471
474
" pink-bikes-agree" ,
475
+ " pink-countries-repair" ,
472
476
" pink-goats-promise" ,
473
477
" pink-mayflies-tie" ,
474
478
" plenty-clouds-reply" ,
661
665
" stale-nails-listen" ,
662
666
" strange-apricots-happen" ,
663
667
" strange-pears-perform" ,
668
+ " strange-pillows-greet" ,
664
669
" strange-roses-brake" ,
665
670
" strong-apricots-destroy" ,
666
671
" strong-gifts-smoke" ,
747
752
" tough-tomatoes-explain" ,
748
753
" tricky-avocados-play" ,
749
754
" tricky-balloons-care" ,
755
+ " tricky-coats-shop" ,
750
756
" tricky-ears-shout" ,
751
757
" tricky-laws-bathe" ,
752
758
" twelve-beans-drive" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.222
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: avoid throwing ` store_invalid_subscription_module ` for runes ([ #12848 ] ( https://github.com/sveltejs/svelte/pull/12848 ) )
8
+
9
+ - fix: omit ` $index ` parameter where possible ([ #12851 ] ( https://github.com/sveltejs/svelte/pull/12851 ) )
10
+
11
+ - feat: skip over static subtrees ([ #12849 ] ( https://github.com/sveltejs/svelte/pull/12849 ) )
12
+
13
+ - chore: set ` binding.kind ` before analysis ([ #12843 ] ( https://github.com/sveltejs/svelte/pull/12843 ) )
14
+
15
+ - feat: better compiler warnings for non-reactive dependencies of reactive statements ([ #12824 ] ( https://github.com/sveltejs/svelte/pull/12824 ) )
16
+
17
+ - fix: skip unnecessary ` $legacy ` flag ([ #12850 ] ( https://github.com/sveltejs/svelte/pull/12850 ) )
18
+
3
19
## 5.0.0-next.221
4
20
5
21
### 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.221 " ,
5
+ "version" : " 5.0.0-next.222 " ,
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.221 ' ;
9
+ export const VERSION = '5.0.0-next.222 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments