We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959825c commit 8a97f7fCopy full SHA for 8a97f7f
.changeset/twelve-suits-drive.md
packages/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte
2
3
+## 4.1.2
4
+
5
+### Patch Changes
6
7
+- fix: Add data-\* to svg attributes ([#9036](https://github.com/sveltejs/svelte/pull/9036))
8
9
## 4.1.1
10
11
### Patch Changes
packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "4.1.1",
+ "version": "4.1.2",
"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.1.1';
+export const VERSION = '4.1.2';
export const PUBLIC_VERSION = '4';
0 commit comments