Version Packages (#9719)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9116/merge svelte@4.2.8
github-actions[bot] 7 months ago committed by GitHub
parent 31d939fefa
commit 226bf419f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: port over props that were set prior to initialization

@ -1,5 +1,11 @@
# svelte
## 4.2.8
### Patch Changes
- fix: port over props that were set prior to initialization ([#9701](https://github.com/sveltejs/svelte/pull/9701))
## 4.2.7
### Patch Changes

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

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

Loading…
Cancel
Save