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 53
53
" cold-birds-own" ,
54
54
" cold-masks-learn" ,
55
55
" cool-ants-leave" ,
56
+ " cool-comics-marry" ,
56
57
" cool-peas-lick" ,
57
58
" cool-rabbits-tickle" ,
58
59
" cool-roses-trade" ,
89
90
" empty-bulldogs-exercise" ,
90
91
" empty-crabs-think" ,
91
92
" empty-tools-share" ,
93
+ " fair-bags-smoke" ,
92
94
" fair-crabs-check" ,
93
95
" fair-pianos-talk" ,
94
96
" fair-spies-repeat" ,
111
113
" forty-suns-smile" ,
112
114
" four-flies-hammer" ,
113
115
" four-mice-hammer" ,
116
+ " fresh-dots-destroy" ,
114
117
" fresh-impalas-bow" ,
115
118
" fresh-weeks-trade" ,
116
119
" friendly-candles-relate" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.101
4
+
5
+ ### Patch Changes
6
+
7
+ - fix missing classes after dynamic expressions in class attribute ([ #11134 ] ( https://github.com/sveltejs/svelte/pull/11134 ) )
8
+
9
+ - feat: simplify HMR implementation ([ #11132 ] ( https://github.com/sveltejs/svelte/pull/11132 ) )
10
+
11
+ - fix: add validation around disallowed sequence expressions to element attributes ([ #11149 ] ( https://github.com/sveltejs/svelte/pull/11149 ) )
12
+
3
13
## 5.0.0-next.100
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.100 " ,
5
+ "version" : " 5.0.0-next.101 " ,
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.100 ' ;
9
+ export const VERSION = '5.0.0-next.101 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments