File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 38
38
" khaki-mails-draw" ,
39
39
" kind-deers-lay" ,
40
40
" lazy-spiders-think" ,
41
+ " light-pens-watch" ,
41
42
" long-crews-return" ,
42
43
" lovely-items-turn" ,
43
44
" lovely-rules-eat" ,
47
48
" new-boats-wait" ,
48
49
" odd-needles-joke" ,
49
50
" odd-schools-wait" ,
51
+ " polite-pumpkins-guess" ,
50
52
" poor-eggs-enjoy" ,
51
53
" popular-mangos-rest" ,
52
54
" quiet-camels-mate" ,
60
62
" small-papayas-laugh" ,
61
63
" soft-geese-learn" ,
62
64
" sour-rules-march" ,
65
+ " stale-comics-look" ,
63
66
" strong-lemons-provide" ,
64
67
" tall-shrimps-worry" ,
65
68
" ten-worms-reflect" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.14
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: prevent reactive snippet from reinitializing unnecessarily ([ #9665 ] ( https://github.com/sveltejs/svelte/pull/9665 ) )
8
+
9
+ - fix: take event attributes into account when checking a11y ([ #9664 ] ( https://github.com/sveltejs/svelte/pull/9664 ) )
10
+
11
+ - chore: bump esrap ([ #9649 ] ( https://github.com/sveltejs/svelte/pull/9649 ) )
12
+
3
13
## 5.0.0-next.13
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.13 " ,
5
+ "version" : " 5.0.0-next.14 " ,
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.13 ' ;
9
+ export const VERSION = '5.0.0-next.14 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments