Version Packages (next) (#9530)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9532/head svelte@5.0.0-next.7
github-actions[bot] 2 years ago committed by GitHub
parent b0588d7888
commit 5458ea7735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,11 +23,13 @@
"funny-wombats-argue",
"good-pianos-jump",
"honest-icons-change",
"hungry-dots-fry",
"itchy-lions-wash",
"khaki-mails-draw",
"lazy-spiders-think",
"lucky-schools-hang",
"moody-owls-cry",
"odd-needles-joke",
"poor-eggs-enjoy",
"quiet-camels-mate",
"rich-sheep-burn",
@ -40,6 +42,7 @@
"strong-lemons-provide",
"tall-shrimps-worry",
"thirty-flowers-sit",
"thirty-ghosts-fix",
"tiny-kings-whisper",
"wicked-doors-train"
]

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.7
### Patch Changes
- chore: more signal perf tuning ([#9531](https://github.com/sveltejs/svelte/pull/9531))
- fix: address intro transition bugs ([#9528](https://github.com/sveltejs/svelte/pull/9528))
- chore: tweak signals for better runtime perf ([#9529](https://github.com/sveltejs/svelte/pull/9529))
## 5.0.0-next.6
### Patch Changes

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

Loading…
Cancel
Save