File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 157
157
" friendly-candles-relate" ,
158
158
" friendly-lies-camp" ,
159
159
" funny-ties-jump" ,
160
+ " funny-trees-cry" ,
160
161
" funny-wombats-argue" ,
161
162
" fuzzy-bags-camp" ,
162
163
" fuzzy-donuts-provide" ,
184
185
" green-eggs-approve" ,
185
186
" green-fishes-lie" ,
186
187
" green-hounds-play" ,
188
+ " green-snails-tickle" ,
187
189
" green-tigers-judge" ,
188
190
" grumpy-avocados-fetch" ,
189
191
" grumpy-jars-sparkle" ,
406
408
" silent-apes-report" ,
407
409
" silent-hats-stare" ,
408
410
" silent-rabbits-join" ,
411
+ " silly-ducks-mix" ,
409
412
" silly-laws-happen" ,
410
413
" silly-lies-film" ,
411
414
" silly-ways-wash" ,
412
415
" silver-points-approve" ,
416
+ " six-bears-trade" ,
413
417
" six-boats-shave" ,
414
418
" sixty-items-crash" ,
415
419
" sixty-numbers-hope" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.141
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: throw on invalid attribute expressions ([ #11736 ] ( https://github.com/sveltejs/svelte/pull/11736 ) )
8
+
9
+ - fix: use svg methods for updating svg attributes too ([ #11755 ] ( https://github.com/sveltejs/svelte/pull/11755 ) )
10
+
11
+ - fix: don't warn on link without href if aria-disabled ([ #11737 ] ( https://github.com/sveltejs/svelte/pull/11737 ) )
12
+
13
+ - fix: don't use console.trace inside dev warnings ([ #11744 ] ( https://github.com/sveltejs/svelte/pull/11744 ) )
14
+
3
15
## 5.0.0-next.140
4
16
5
17
### 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.140 " ,
5
+ "version" : " 5.0.0-next.141 " ,
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.140 ' ;
9
+ export const VERSION = '5.0.0-next.141 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments