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 199
199
" four-flies-hammer" ,
200
200
" four-mice-hammer" ,
201
201
" four-papayas-turn" ,
202
+ " four-peas-tickle" ,
202
203
" four-pugs-listen" ,
203
204
" fresh-beds-wash" ,
204
205
" fresh-dots-destroy" ,
541
542
" silent-apes-report" ,
542
543
" silent-hats-stare" ,
543
544
" silent-rabbits-join" ,
545
+ " silent-rocks-yell" ,
544
546
" silly-ducks-mix" ,
545
547
" silly-laws-happen" ,
546
548
" silly-lies-film" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.198
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: remove internal ` binding.expression ` mechanism ([ #12530 ] ( https://github.com/sveltejs/svelte/pull/12530 ) )
8
+
9
+ - fix: exclude ` bind:this ` from reactive state validation ([ #12566 ] ( https://github.com/sveltejs/svelte/pull/12566 ) )
10
+
3
11
## 5.0.0-next.197
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.197 " ,
5
+ "version" : " 5.0.0-next.198 " ,
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.197 ' ;
9
+ export const VERSION = '5.0.0-next.198 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments