Version Packages (#9512)

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

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ignore expressions in top level script/style tag attributes

@ -1,5 +1,11 @@
# svelte
## 4.2.5
### Patch Changes
- fix: ignore expressions in top level script/style tag attributes ([#9498](https://github.com/sveltejs/svelte/pull/9498))
## 4.2.4
### Patch Changes

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

Loading…
Cancel
Save