Version Packages (#10607)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10872/head svelte@4.2.12
github-actions[bot] 10 months ago committed by GitHub
parent 055e7a8739
commit b14eabaca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: properly update `svelte:component` props when there are spread props

@ -1,5 +1,11 @@
# svelte # svelte
## 4.2.12
### Patch Changes
- fix: properly update `svelte:component` props when there are spread props ([#10604](https://github.com/sveltejs/svelte/pull/10604))
## 4.2.11 ## 4.2.11
### Patch Changes ### Patch Changes

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "4.2.11", "version": "4.2.12",
"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.2.11'; export const VERSION = '4.2.12';
export const PUBLIC_VERSION = '4'; export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save