We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41bdb6 commit fb14a04Copy full SHA for fb14a04
.changeset/gentle-owls-hug.md
packages/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte
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
9
## 4.2.10
10
11
### Patch Changes
packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "4.2.10",
+ "version": "4.2.11",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",
packages/svelte/src/shared/version.js
@@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
-export const VERSION = '4.2.10';
+export const VERSION = '4.2.11';
export const PUBLIC_VERSION = '4';
0 commit comments