File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 80
80
" curvy-flies-exercise" ,
81
81
" curvy-ties-shout" ,
82
82
" cyan-colts-raise" ,
83
+ " cyan-ducks-teach" ,
83
84
" cyan-flowers-destroy" ,
84
85
" cyan-spies-grin" ,
85
86
" cyan-squids-drive" ,
213
214
" khaki-cooks-develop" ,
214
215
" khaki-ligers-sing" ,
215
216
" khaki-mails-draw" ,
217
+ " khaki-mails-scream" ,
216
218
" khaki-monkeys-cry" ,
217
219
" khaki-moose-arrive" ,
218
220
" khaki-tomatoes-rule" ,
219
221
" kind-baboons-approve" ,
220
222
" kind-deers-lay" ,
223
+ " kind-doors-grin" ,
221
224
" kind-dots-sort" ,
222
225
" kind-eagles-join" ,
223
226
" kind-rings-flash" ,
321
324
" poor-hats-design" ,
322
325
" poor-seahorses-flash" ,
323
326
" popular-apes-bathe" ,
327
+ " popular-games-hug" ,
324
328
" popular-ligers-perform" ,
325
329
" popular-mangos-rest" ,
326
330
" popular-walls-hunt" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.135
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make messages more consistent ([ #11643 ] ( https://github.com/sveltejs/svelte/pull/11643 ) )
8
+
9
+ - feat: introduce ` rootDir ` compiler option, make ` filename ` relative to it ([ #11627 ] ( https://github.com/sveltejs/svelte/pull/11627 ) )
10
+
11
+ - fix: rename ` __svelte_meta.filename ` to ` __svelte_meta.file ` to align with svelte 4 ([ #11627 ] ( https://github.com/sveltejs/svelte/pull/11627 ) )
12
+
13
+ - fix: avoid state_referenced_locally warning within type annotations ([ #11638 ] ( https://github.com/sveltejs/svelte/pull/11638 ) )
14
+
3
15
## 5.0.0-next.134
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.134 " ,
5
+ "version" : " 5.0.0-next.135 " ,
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.134 ' ;
9
+ export const VERSION = '5.0.0-next.135 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments