File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.36.7
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow instrinsic ` <svelte:...> ` elements to inherit from ` SvelteHTMLElements ` ([ #16424 ] ( https://github.com/sveltejs/svelte/pull/16424 ) )
8
+
3
9
## 5.36.6
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.36.6 " ,
5
+ "version" : " 5.36.7 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 4
4
* The current version, as set in package.json.
5
5
* @type {string }
6
6
*/
7
- export const VERSION = '5.36.6 ' ;
7
+ export const VERSION = '5.36.7 ' ;
8
8
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments