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 172172 " little-pans-jog" ,
173173 " long-buckets-lay" ,
174174 " long-crews-return" ,
175+ " long-humans-repair" ,
175176 " long-lobsters-mate" ,
176177 " loud-cheetahs-flow" ,
177178 " loud-mugs-smile" ,
200201 " neat-files-rescue" ,
201202 " nervous-spoons-relax" ,
202203 " new-boats-wait" ,
204+ " new-brooms-grin" ,
203205 " new-rabbits-flow" ,
204206 " nice-avocados-move" ,
205207 " ninety-dingos-walk" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.93
4+
5+ ### Patch Changes
6+
7+ - breaking: prevent unparenthesized sequence expressions in attributes ([ #11032 ] ( https://github.com/sveltejs/svelte/pull/11032 ) )
8+
9+ - fix: ensure transition errors are not swallowed ([ #11039 ] ( https://github.com/sveltejs/svelte/pull/11039 ) )
10+
311## 5.0.0-next.92
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.92 " ,
5+ "version" : " 5.0.0-next.93 " ,
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.92 ' ;
9+ export const VERSION = '5.0.0-next.93 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments