File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"changesets" : [
12
12
" afraid-moose-matter" ,
13
+ " angry-books-jam" ,
13
14
" beige-flies-wash" ,
14
15
" beige-rabbits-shave" ,
15
16
" brave-walls-destroy" ,
159
160
" sour-weeks-fix" ,
160
161
" spicy-plums-admire" ,
161
162
" spotty-pens-agree" ,
163
+ " spotty-spiders-compare" ,
162
164
" stale-books-perform" ,
163
165
" stale-comics-look" ,
164
166
" strong-gifts-smoke" ,
172
174
" tall-garlics-try" ,
173
175
" tall-shrimps-worry" ,
174
176
" tall-tigers-wait" ,
177
+ " tame-spies-drum" ,
175
178
" tasty-numbers-perform" ,
176
179
" ten-foxes-repeat" ,
177
180
" ten-peaches-sleep" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.35
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve nested effect heuristics ([ #10171 ] ( https://github.com/sveltejs/svelte/pull/10171 ) )
8
+
9
+ - fix: prevent transition action overfiring ([ #10163 ] ( https://github.com/sveltejs/svelte/pull/10163 ) )
10
+
11
+ - fix: improve event handling compatibility with delegation ([ #10168 ] ( https://github.com/sveltejs/svelte/pull/10168 ) )
12
+
3
13
## 5.0.0-next.34
4
14
5
15
### 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.34 " ,
5
+ "version" : " 5.0.0-next.35 " ,
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.34 ' ;
9
+ export const VERSION = '5.0.0-next.35 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments