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 172
172
" little-pans-jog" ,
173
173
" long-buckets-lay" ,
174
174
" long-crews-return" ,
175
+ " long-humans-repair" ,
175
176
" long-lobsters-mate" ,
176
177
" loud-cheetahs-flow" ,
177
178
" loud-mugs-smile" ,
200
201
" neat-files-rescue" ,
201
202
" nervous-spoons-relax" ,
202
203
" new-boats-wait" ,
204
+ " new-brooms-grin" ,
203
205
" new-rabbits-flow" ,
204
206
" nice-avocados-move" ,
205
207
" ninety-dingos-walk" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.92
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.92 " ,
5
+ "version" : " 5.0.0-next.93 " ,
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.92 ' ;
9
+ export const VERSION = '5.0.0-next.93 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments