File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 74
74
" lazy-months-knock" ,
75
75
" lazy-spiders-think" ,
76
76
" lemon-geese-drum" ,
77
+ " light-humans-hang" ,
77
78
" light-pens-watch" ,
78
79
" long-buckets-lay" ,
79
80
" long-crews-return" ,
91
92
" odd-schools-wait" ,
92
93
" odd-shoes-cheat" ,
93
94
" old-flies-jog" ,
95
+ " old-houses-drum" ,
94
96
" old-mails-sneeze" ,
95
97
" orange-dingos-poke" ,
96
98
" polite-dolphins-care" ,
114
116
" seven-deers-jam" ,
115
117
" seven-ravens-check" ,
116
118
" sharp-gorillas-impress" ,
119
+ " sharp-kids-happen" ,
117
120
" sharp-tomatoes-learn" ,
118
121
" shiny-baboons-play" ,
119
122
" shiny-shrimps-march" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.29
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: support TypeScript's ` satisfies ` operator ([ #10068 ] ( https://github.com/sveltejs/svelte/pull/10068 ) )
8
+
9
+ - fix: provide ` unstate ` in server environment ([ ` 877ff1ee7 ` ] ( https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396 ) )
10
+
11
+ - fix: always treat spread attributes as reactive and separate them if needed ([ #10071 ] ( https://github.com/sveltejs/svelte/pull/10071 ) )
12
+
3
13
## 5.0.0-next.28
4
14
5
15
### 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.28 " ,
5
+ "version" : " 5.0.0-next.29 " ,
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.28 ' ;
9
+ export const VERSION = '5.0.0-next.29 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments