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
+ ## 4.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: check that component wasn't instantiated in ` connectedCallback ` ([ #10466 ] ( https://github.com/sveltejs/svelte/pull/10466 ) )
8
+
3
9
## 4.2.10
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 4.2.10 " ,
3
+ "version" : " 4.2.11 " ,
4
4
"description" : " Cybernetically enhanced web apps" ,
5
5
"type" : " module" ,
6
6
"module" : " src/runtime/index.js" ,
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 = '4.2.10 ' ;
9
+ export const VERSION = '4.2.11 ' ;
10
10
export const PUBLIC_VERSION = '4' ;
You can’t perform that action at this time.
0 commit comments