File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 36
36
" curly-lizards-dream" ,
37
37
" curvy-cups-cough" ,
38
38
" curvy-ties-shout" ,
39
+ " cyan-flowers-destroy" ,
39
40
" dirty-bats-punch" ,
40
41
" dirty-garlics-design" ,
41
42
" dirty-tips-add" ,
217
218
" ten-ties-repair" ,
218
219
" ten-worms-reflect" ,
219
220
" thick-cycles-rule" ,
221
+ " thick-pans-tell" ,
220
222
" thin-foxes-lick" ,
221
223
" thirty-flowers-sit" ,
222
224
" thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.45
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: correctly determine ` bind:group ` members ([ #10368 ] ( https://github.com/sveltejs/svelte/pull/10368 ) )
8
+
9
+ - fix: make inline doc links valid ([ #10365 ] ( https://github.com/sveltejs/svelte/pull/10365 ) )
10
+
3
11
## 5.0.0-next.44
4
12
5
13
### 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.44 " ,
5
+ "version" : " 5.0.0-next.45 " ,
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.44 ' ;
9
+ export const VERSION = '5.0.0-next.45 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments