File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 15
15
" brave-walls-destroy" ,
16
16
" breezy-carrots-flash" ,
17
17
" bright-peas-juggle" ,
18
+ " bright-snakes-sing" ,
18
19
" brown-spoons-boil" ,
19
20
" chatty-cups-drop" ,
20
21
" chatty-taxis-juggle" ,
76
77
" itchy-terms-guess" ,
77
78
" khaki-mails-draw" ,
78
79
" khaki-moose-arrive" ,
80
+ " kind-baboons-approve" ,
79
81
" kind-deers-lay" ,
80
82
" kind-eagles-join" ,
81
83
" large-clouds-carry" ,
102
104
" neat-dingos-clap" ,
103
105
" new-boats-wait" ,
104
106
" ninety-dingos-walk" ,
107
+ " odd-buckets-lie" ,
105
108
" odd-needles-joke" ,
106
109
" odd-schools-wait" ,
107
110
" odd-shoes-cheat" ,
132
135
" serious-socks-cover" ,
133
136
" serious-zebras-scream" ,
134
137
" seven-deers-jam" ,
138
+ " seven-jobs-sniff" ,
135
139
" seven-ravens-check" ,
136
140
" sharp-gorillas-impress" ,
137
141
" sharp-kids-happen" ,
143
147
" slimy-walls-draw" ,
144
148
" slow-beds-shave" ,
145
149
" slow-chefs-dream" ,
150
+ " slow-wombats-reply" ,
146
151
" small-papayas-laugh" ,
147
152
" smart-parents-swim" ,
148
153
" smart-zebras-pay" ,
151
156
" soft-tigers-wink" ,
152
157
" sour-forks-stare" ,
153
158
" sour-rules-march" ,
159
+ " sour-weeks-fix" ,
154
160
" spicy-plums-admire" ,
155
161
" spotty-pens-agree" ,
156
162
" stale-books-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.34
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make ` @types/estree ` a dependency ([ #10150 ] ( https://github.com/sveltejs/svelte/pull/10150 ) )
8
+
9
+ - fix: improve intro transitions on dynamic mount ([ #10162 ] ( https://github.com/sveltejs/svelte/pull/10162 ) )
10
+
11
+ - fix: improve code generation ([ #10156 ] ( https://github.com/sveltejs/svelte/pull/10156 ) )
12
+
13
+ - fix: adjust ` $inspect.with ` type ([ ` c7cb90c91 ` ] ( https://github.com/sveltejs/svelte/commit/c7cb90c91cd3553ad59126267c9bfddecbb290b4 ) )
14
+
15
+ - fix: improve how transitions are handled on mount ([ #10157 ] ( https://github.com/sveltejs/svelte/pull/10157 ) )
16
+
17
+ - fix: adjust ` parse ` return type ([ ` a271878ab ` ] ( https://github.com/sveltejs/svelte/commit/a271878abe7018923839401129b18082eb2c811a ) )
18
+
3
19
## 5.0.0-next.33
4
20
5
21
### 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.33 " ,
5
+ "version" : " 5.0.0-next.34 " ,
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.33 ' ;
9
+ export const VERSION = '5.0.0-next.34 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments