Version Packages (next) (#13342)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13343/head svelte@5.0.0-next.257
github-actions[bot] 3 months ago committed by GitHub
parent 3aa2ec0813
commit de157ee1dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,7 @@
"angry-plums-punch",
"angry-wasps-help",
"angry-weeks-design",
"beige-clocks-notice",
"beige-cobras-smoke",
"beige-flies-wash",
"beige-gifts-appear",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.257
### Patch Changes
- fix: only set attribute as property if element has setter ([#13341](https://github.com/sveltejs/svelte/pull/13341))
## 5.0.0-next.256
### Patch Changes

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

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

Loading…
Cancel
Save