File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33
33
" rich-sheep-burn" ,
34
34
" rotten-buckets-develop" ,
35
35
" sharp-gorillas-impress" ,
36
+ " shiny-shrimps-march" ,
36
37
" small-papayas-laugh" ,
37
38
" soft-geese-learn" ,
38
39
" sour-rules-march" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: do not propagate global intro transitions ([ #9515 ] ( https://github.com/sveltejs/svelte/pull/9515 ) )
8
+
3
9
## 5.0.0-next.5
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.5 " ,
5
+ "version" : " 5.0.0-next.6 " ,
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.5 ' ;
9
+ export const VERSION = '5.0.0-next.6 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments