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 144
144
" empty-horses-tell" ,
145
145
" empty-tools-share" ,
146
146
" fair-bags-smoke" ,
147
+ " fair-beers-help" ,
147
148
" fair-crabs-check" ,
148
149
" fair-pianos-talk" ,
149
150
" fair-spies-repeat" ,
264
265
" itchy-lions-wash" ,
265
266
" itchy-panthers-shave" ,
266
267
" itchy-peaches-compare" ,
268
+ " itchy-pianos-marry" ,
267
269
" itchy-terms-guess" ,
268
270
" khaki-cheetahs-refuse" ,
269
271
" khaki-cooks-develop" ,
499
501
" sixty-pandas-rush" ,
500
502
" sixty-plants-cover" ,
501
503
" sleepy-cats-eat" ,
504
+ " sleepy-dogs-sit" ,
502
505
" slimy-clouds-talk" ,
503
506
" slimy-hairs-impress" ,
504
507
" slimy-laws-explode" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.174
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: make store initialization logic simpler ([ #12281 ] ( https://github.com/sveltejs/svelte/pull/12281 ) )
8
+
9
+ - fix: make props optional during SSR ([ #12284 ] ( https://github.com/sveltejs/svelte/pull/12284 ) )
10
+
11
+ - fix: lazily create a derived for each read method on ` SvelteDate.prototype ` ([ #12110 ] ( https://github.com/sveltejs/svelte/pull/12110 ) )
12
+
3
13
## 5.0.0-next.173
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.173 " ,
5
+ "version" : " 5.0.0-next.174 " ,
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.173 ' ;
9
+ export const VERSION = '5.0.0-next.174 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments