Version Packages (#15001)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/15013/head svelte@5.17.5
github-actions[bot] 8 months ago committed by GitHub
parent dae4c5f5e1
commit a1698c63ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
feat: allow const tag inside `svelte:boundary`

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure signal write invalidation within effects is consistent

@ -1,5 +1,13 @@
# svelte
## 5.17.5
### Patch Changes
- feat: allow const tag inside `svelte:boundary` ([#14993](https://github.com/sveltejs/svelte/pull/14993))
- fix: ensure signal write invalidation within effects is consistent ([#14989](https://github.com/sveltejs/svelte/pull/14989))
## 5.17.4
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.17.4",
"version": "5.17.5",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.17.4';
export const VERSION = '5.17.5';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save