File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 56
56
" fair-pianos-talk" ,
57
57
" famous-falcons-melt" ,
58
58
" famous-knives-sneeze" ,
59
+ " famous-pants-pay" ,
59
60
" fast-weeks-clean" ,
60
61
" few-mugs-fail" ,
61
62
" fifty-rice-wait" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.48
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: bump zimmerframe to fix bugs introduced in previous version ([ #10405 ] ( https://github.com/sveltejs/svelte/pull/10405 ) )
8
+
3
9
## 5.0.0-next.47
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.47 " ,
5
+ "version" : " 5.0.0-next.48 " ,
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.47 ' ;
9
+ export const VERSION = '5.0.0-next.48 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments