File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 46
46
" breezy-waves-camp" ,
47
47
" bright-berries-smell" ,
48
48
" bright-falcons-float" ,
49
+ " bright-needles-pretend" ,
49
50
" bright-peas-juggle" ,
50
51
" bright-snakes-sing" ,
51
52
" brown-geckos-fry" ,
160
161
" fast-donkeys-pay" ,
161
162
" fast-penguins-matter" ,
162
163
" fast-weeks-clean" ,
164
+ " few-badgers-guess" ,
163
165
" few-cheetahs-taste" ,
164
166
" few-clouds-shop" ,
165
167
" few-mugs-fail" ,
227
229
" gorgeous-singers-rest" ,
228
230
" great-fans-unite" ,
229
231
" great-icons-retire" ,
232
+ " great-plums-pretend" ,
230
233
" green-eggs-approve" ,
231
234
" green-fishes-lie" ,
232
235
" green-hounds-play" ,
450
453
" red-doors-own" ,
451
454
" red-feet-worry" ,
452
455
" red-poets-study" ,
456
+ " red-pots-pretend" ,
453
457
" rich-cobras-exist" ,
454
458
" rich-garlics-laugh" ,
455
459
" rich-olives-yell" ,
592
596
" swift-ravens-hunt" ,
593
597
" swift-seahorses-deliver" ,
594
598
" tall-books-grin" ,
599
+ " tall-dragons-switch" ,
595
600
" tall-garlics-try" ,
596
601
" tall-mugs-buy" ,
597
602
" tall-shrimps-worry" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.182
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: abort outro when intro starts ([ #12321 ] ( https://github.com/sveltejs/svelte/pull/12321 ) )
8
+
9
+ - feat: warn in dev on ` {@html ...} ` block hydration mismatch ([ #12396 ] ( https://github.com/sveltejs/svelte/pull/12396 ) )
10
+
11
+ - feat: only create a maximum of one document event listener per event ([ #12383 ] ( https://github.com/sveltejs/svelte/pull/12383 ) )
12
+
13
+ - fix: mark variables in shorthand style directives as referenced ([ #12392 ] ( https://github.com/sveltejs/svelte/pull/12392 ) )
14
+
15
+ - fix: handle empty else if block in legacy AST ([ #12397 ] ( https://github.com/sveltejs/svelte/pull/12397 ) )
16
+
3
17
## 5.0.0-next.181
4
18
5
19
### 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.181 " ,
5
+ "version" : " 5.0.0-next.182 " ,
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.181 ' ;
9
+ export const VERSION = '5.0.0-next.182 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments