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 76
76
" dull-pots-add" ,
77
77
" dull-roses-relate" ,
78
78
" early-ads-tie" ,
79
+ " early-months-whisper" ,
79
80
" eight-hornets-punch" ,
80
81
" eight-steaks-shout" ,
81
82
" eighty-bikes-camp" ,
122
123
" giant-planets-shake" ,
123
124
" giant-plants-grin" ,
124
125
" giant-roses-press" ,
126
+ " gold-tools-nail" ,
125
127
" good-buses-reply" ,
126
128
" good-cars-visit" ,
127
129
" good-pianos-jump" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.97
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: loosen proxy signal creation heuristics ([ #11109 ] ( https://github.com/sveltejs/svelte/pull/11109 ) )
8
+
9
+ - fix: ensure top level snippets are defined when binding to component prop ([ #11104 ] ( https://github.com/sveltejs/svelte/pull/11104 ) )
10
+
3
11
## 5.0.0-next.96
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.96 " ,
5
+ "version" : " 5.0.0-next.97 " ,
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.96 ' ;
9
+ export const VERSION = '5.0.0-next.97 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments