File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"changesets" : [
12
12
" brave-walls-destroy" ,
13
+ " brown-spoons-boil" ,
13
14
" chilly-dolphins-lick" ,
14
15
" cuddly-pianos-drop" ,
15
16
" curly-lizards-dream" ,
24
25
" lazy-spiders-think" ,
25
26
" lucky-schools-hang" ,
26
27
" moody-owls-cry" ,
27
- " nasty-clocks-exercise" ,
28
28
" poor-eggs-enjoy" ,
29
29
" quiet-camels-mate" ,
30
30
" rotten-buckets-develop" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - revert: address bug in before/after update ([ #9480 ] ( https://github.com/sveltejs/svelte/pull/9480 ) )
8
+
3
9
## 5.0.0-next.3
4
10
5
11
### 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.3 " ,
5
+ "version" : " 5.0.0-next.4 " ,
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.3 ' ;
9
+ export const VERSION = '5.0.0-next.4 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments