File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 38
38
" brave-walls-flow" ,
39
39
" breezy-carrots-flash" ,
40
40
" breezy-rules-beg" ,
41
+ " bright-falcons-float" ,
41
42
" bright-peas-juggle" ,
42
43
" bright-snakes-sing" ,
43
44
" brown-geckos-fry" ,
209
210
" khaki-cooks-develop" ,
210
211
" khaki-ligers-sing" ,
211
212
" khaki-mails-draw" ,
213
+ " khaki-monkeys-cry" ,
212
214
" khaki-moose-arrive" ,
213
215
" khaki-tomatoes-rule" ,
214
216
" kind-baboons-approve" ,
234
236
" light-humans-hang" ,
235
237
" light-penguins-invent" ,
236
238
" light-pens-watch" ,
239
+ " little-ligers-exist" ,
237
240
" little-pans-jog" ,
238
241
" long-buckets-lay" ,
239
242
" long-crews-return" ,
501
504
" unlucky-trees-lick" ,
502
505
" violet-mugs-behave" ,
503
506
" violet-pigs-jam" ,
507
+ " warm-cherries-shake" ,
504
508
" weak-drinks-speak" ,
505
509
" weak-frogs-bow" ,
506
510
" weak-terms-destroy" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.134
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: improve SSR invalid element error message ([ #11585 ] ( https://github.com/sveltejs/svelte/pull/11585 ) )
8
+
9
+ - feat: add $state.is rune ([ #11613 ] ( https://github.com/sveltejs/svelte/pull/11613 ) )
10
+
11
+ - feat: provide $state warnings for accidental equality ([ #11610 ] ( https://github.com/sveltejs/svelte/pull/11610 ) )
12
+
13
+ - feat: error when snippet shadow a prop ([ #11631 ] ( https://github.com/sveltejs/svelte/pull/11631 ) )
14
+
3
15
## 5.0.0-next.133
4
16
5
17
### 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.133 " ,
5
+ "version" : " 5.0.0-next.134 " ,
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.133 ' ;
9
+ export const VERSION = '5.0.0-next.134 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments