Version Packages (#9553)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9554/head svelte@4.2.6
github-actions[bot] 11 months ago committed by GitHub
parent 77ba5e7a2f
commit 1fd0b18459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: adjust static attribute regex

@ -1,5 +1,11 @@
# svelte
## 4.2.6
### Patch Changes
- fix: adjust static attribute regex ([#9551](https://github.com/sveltejs/svelte/pull/9551))
## 4.2.5
### Patch Changes

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

Loading…
Cancel
Save