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 135
135
" kind-dots-sort" ,
136
136
" kind-eagles-join" ,
137
137
" kind-rings-flash" ,
138
+ " kind-spoons-return" ,
138
139
" large-clouds-carry" ,
139
140
" large-turkeys-deny" ,
140
141
" late-crabs-lay" ,
188
189
" olive-socks-kick" ,
189
190
" orange-crews-rescue" ,
190
191
" orange-dingos-poke" ,
192
+ " pink-bikes-agree" ,
191
193
" pink-mayflies-tie" ,
192
194
" polite-dolphins-care" ,
193
195
" polite-pumpkins-guess" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.73
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: custom elements validation ([ #10720 ] ( https://github.com/sveltejs/svelte/pull/10720 ) )
8
+
9
+ - fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr ([ #10715 ] ( https://github.com/sveltejs/svelte/pull/10715 ) )
10
+
3
11
## 5.0.0-next.72
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.72 " ,
5
+ "version" : " 5.0.0-next.73 " ,
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.72 ' ;
9
+ export const VERSION = '5.0.0-next.73 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments