File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 34
34
" blue-waves-sneeze" ,
35
35
" brave-carrots-draw" ,
36
36
" brave-gorillas-end" ,
37
+ " brave-pigs-obey" ,
37
38
" brave-points-sleep" ,
38
39
" brave-shrimps-kiss" ,
39
40
" brave-walls-destroy" ,
393
394
" quiet-cobras-smile" ,
394
395
" quiet-crabs-nail" ,
395
396
" quiet-timers-speak" ,
397
+ " rare-insects-tell" ,
396
398
" rare-mirrors-act" ,
397
399
" rare-pears-whisper" ,
398
400
" rare-worms-hunt" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.156
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: increment derived versions when updating ([ #12047 ] ( https://github.com/sveltejs/svelte/pull/12047 ) )
8
+
9
+ - fix: better types for ` on ` ([ #12053 ] ( https://github.com/sveltejs/svelte/pull/12053 ) )
10
+
3
11
## 5.0.0-next.155
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.155 " ,
5
+ "version" : " 5.0.0-next.156 " ,
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.155 ' ;
9
+ export const VERSION = '5.0.0-next.156 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments