Version Packages (next) (#13348)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13375/head svelte@5.0.0-next.258
github-actions[bot] 1 week ago committed by GitHub
parent ccec59f89b
commit 4b7cb9aeae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -114,6 +114,7 @@
"cool-rabbits-tickle",
"cool-roses-trade",
"cool-turtles-travel",
"cool-yaks-run",
"cuddly-pianos-drop",
"cuddly-points-tickle",
"curly-cooks-cheer",
@ -832,6 +833,7 @@
"thirty-flies-push",
"thirty-flowers-sit",
"thirty-ghosts-fix",
"thirty-guests-flow",
"thirty-impalas-repair",
"thirty-pears-hug",
"thirty-wombats-relax",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.258
### Patch Changes
- fix: only use getComputedStyle with elements ([#13366](https://github.com/sveltejs/svelte/pull/13366))
- fix: make each items reassignable in legacy mode ([#12257](https://github.com/sveltejs/svelte/pull/12257))
## 5.0.0-next.257
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.257",
"version": "5.0.0-next.258",
"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.257';
export const VERSION = '5.0.0-next.258';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save