Version Packages (#9555)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9568/head svelte@4.2.7
github-actions[bot] 8 months ago committed by GitHub
parent 9b3341378a
commit 2d8a8603cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: handle spreads within static strings

@ -1,5 +1,11 @@
# svelte
## 4.2.7
### Patch Changes
- fix: handle spreads within static strings ([#9554](https://github.com/sveltejs/svelte/pull/9554))
## 4.2.6
### Patch Changes

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

Loading…
Cancel
Save