Version Packages (next)

pull/13348/head
github-actions[bot] 2 years ago
parent 2c98768b84
commit 40fe4bff00

@ -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