File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 252
252
" heavy-ears-rule" ,
253
253
" hip-balloons-begin" ,
254
254
" hip-garlics-tap" ,
255
+ " hip-months-breathe" ,
255
256
" hip-pumpkins-boil" ,
256
257
" honest-buses-add" ,
257
258
" honest-dragons-turn" ,
408
409
" orange-masks-exercise" ,
409
410
" orange-yaks-protect" ,
410
411
" orange-zoos-heal" ,
412
+ " perfect-actors-bake" ,
411
413
" pink-bikes-agree" ,
412
414
" pink-goats-promise" ,
413
415
" pink-mayflies-tie" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.184
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: show correct errors for invalid runes in ` .svelte.js ` files ([ #12432 ] ( https://github.com/sveltejs/svelte/pull/12432 ) )
8
+
9
+ - breaking: use structuredClone inside ` $state.snapshot ` ([ #12413 ] ( https://github.com/sveltejs/svelte/pull/12413 ) )
10
+
3
11
## 5.0.0-next.183
4
12
5
13
### 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.183 " ,
5
+ "version" : " 5.0.0-next.184 " ,
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.183 ' ;
9
+ export const VERSION = '5.0.0-next.184 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments