File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 160
160
" fast-donkeys-pay" ,
161
161
" fast-penguins-matter" ,
162
162
" fast-weeks-clean" ,
163
+ " few-badgers-guess" ,
163
164
" few-cheetahs-taste" ,
164
165
" few-clouds-shop" ,
165
166
" few-mugs-fail" ,
227
228
" gorgeous-singers-rest" ,
228
229
" great-fans-unite" ,
229
230
" great-icons-retire" ,
231
+ " great-plums-pretend" ,
230
232
" green-eggs-approve" ,
231
233
" green-fishes-lie" ,
232
234
" green-hounds-play" ,
450
452
" red-doors-own" ,
451
453
" red-feet-worry" ,
452
454
" red-poets-study" ,
455
+ " red-pots-pretend" ,
453
456
" rich-cobras-exist" ,
454
457
" rich-garlics-laugh" ,
455
458
" rich-olives-yell" ,
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
+ - feat: warn in dev on ` {@html ...} ` block hydration mismatch ([ #12396 ] ( https://github.com/sveltejs/svelte/pull/12396 ) )
8
+
9
+ - feat: only create a maximum of one document event listener per event ([ #12383 ] ( https://github.com/sveltejs/svelte/pull/12383 ) )
10
+
11
+ - fix: mark variables in shorthand style directives as referenced ([ #12392 ] ( https://github.com/sveltejs/svelte/pull/12392 ) )
12
+
3
13
## 5.0.0-next.181
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.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