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 7575 " healthy-planes-vanish" ,
7676 " heavy-ears-rule" ,
7777 " hip-balloons-begin" ,
78+ " honest-buses-add" ,
7879 " honest-icons-change" ,
7980 " hungry-dots-fry" ,
8081 " hungry-tips-unite" ,
141142 " rich-tables-sing" ,
142143 " rotten-bags-type" ,
143144 " rotten-buckets-develop" ,
145+ " selfish-dragons-knock" ,
144146 " selfish-tools-hide" ,
145147 " serious-socks-cover" ,
146148 " serious-zebras-scream" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.38
4+
5+ ### Patch Changes
6+
7+ - fix: correct increment/decrement code generation ([ ` 2861ad66e ` ] ( https://github.com/sveltejs/svelte/commit/2861ad66e054d2b14f382aaada4512e3e5d56db8 ) )
8+
9+ - fix: allow ts casts in bindings ([ #10181 ] ( https://github.com/sveltejs/svelte/pull/10181 ) )
10+
311## 5.0.0-next.37
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.37 " ,
5+ "version" : " 5.0.0-next.38 " ,
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.37 ' ;
9+ export const VERSION = '5.0.0-next.38 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments