Version Packages (#9037)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix-stale-await-ctx svelte@4.1.2
github-actions[bot] 1 year ago committed by GitHub
parent 99a3cc93b6
commit a08ae0f555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: allow child element with slot attribute within svelte:element

@ -1,5 +0,0 @@
---
"svelte": patch
---
fix: Add data-* to svg attributes

@ -1,5 +1,13 @@
# svelte # svelte
## 4.1.2
### Patch Changes
- fix: allow child element with slot attribute within svelte:element ([#9038](https://github.com/sveltejs/svelte/pull/9038))
- fix: Add data-\* to svg attributes ([#9036](https://github.com/sveltejs/svelte/pull/9036))
## 4.1.1 ## 4.1.1
### Patch Changes ### Patch Changes

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "4.1.1", "version": "4.1.2",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"type": "module", "type": "module",
"module": "src/runtime/index.js", "module": "src/runtime/index.js",

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '4.1.1'; export const VERSION = '4.1.2';
export const PUBLIC_VERSION = '4'; export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save