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 101
101
" eight-steaks-shout" ,
102
102
" eighty-bikes-camp" ,
103
103
" eighty-days-cheat" ,
104
+ " eighty-lizards-notice" ,
104
105
" eleven-beers-yell" ,
105
106
" eleven-cycles-applaud" ,
106
107
" empty-bags-heal" ,
152
153
" gentle-sheep-hug" ,
153
154
" gentle-spies-happen" ,
154
155
" gentle-toys-chew" ,
156
+ " gentle-trees-exercise" ,
155
157
" giant-bananas-turn" ,
156
158
" giant-moons-own" ,
157
159
" giant-planets-shake" ,
163
165
" good-pianos-jump" ,
164
166
" good-plums-type" ,
165
167
" good-rivers-yawn" ,
168
+ " good-roses-argue" ,
166
169
" gorgeous-monkeys-carry" ,
167
170
" gorgeous-singers-rest" ,
168
171
" great-fans-unite" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.132
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: improve runtime overhead of creating comment templates ([ #11591 ] ( https://github.com/sveltejs/svelte/pull/11591 ) )
8
+
9
+ - fix: allow for non optional chain call expression in render ([ #11578 ] ( https://github.com/sveltejs/svelte/pull/11578 ) )
10
+
11
+ - fix: correctly handle falsy values of style directives in SSR mode ([ #11583 ] ( https://github.com/sveltejs/svelte/pull/11583 ) )
12
+
3
13
## 5.0.0-next.131
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.131 " ,
5
+ "version" : " 5.0.0-next.132 " ,
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.131 ' ;
9
+ export const VERSION = '5.0.0-next.132 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments