File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 215215 " lovely-items-turn" ,
216216 " lovely-rules-eat" ,
217217 " lucky-colts-remember" ,
218+ " lucky-geckos-swim" ,
218219 " lucky-schools-hang" ,
219220 " lucky-toes-begin" ,
220221 " many-rockets-give" ,
432433 " tidy-chefs-taste" ,
433434 " tidy-starfishes-allow" ,
434435 " tiny-kings-whisper" ,
436+ " tiny-meals-deliver" ,
435437 " tough-radios-punch" ,
436438 " twelve-dragons-join" ,
437439 " twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
311## 5.0.0-next.114
412
513### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.114 " ,
5+ "version" : " 5.0.0-next.115 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.114 ' ;
9+ export const VERSION = '5.0.0-next.115 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments