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 215
215
" lovely-items-turn" ,
216
216
" lovely-rules-eat" ,
217
217
" lucky-colts-remember" ,
218
+ " lucky-geckos-swim" ,
218
219
" lucky-schools-hang" ,
219
220
" lucky-toes-begin" ,
220
221
" many-rockets-give" ,
432
433
" tidy-chefs-taste" ,
433
434
" tidy-starfishes-allow" ,
434
435
" tiny-kings-whisper" ,
436
+ " tiny-meals-deliver" ,
435
437
" tough-radios-punch" ,
436
438
" twelve-dragons-join" ,
437
439
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.115
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: remove ` bind_prop ` in runes mode ([ #11321 ] ( https://github.com/sveltejs/svelte/pull/11321 ) )
8
+
9
+ - fix: mark ` accessors ` and ` immutable ` as deprecated ([ #11277 ] ( https://github.com/sveltejs/svelte/pull/11277 ) )
10
+
3
11
## 5.0.0-next.114
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.114 " ,
5
+ "version" : " 5.0.0-next.115 " ,
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.114 ' ;
9
+ export const VERSION = '5.0.0-next.115 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments