Version Packages (next) (#10782)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10791/head svelte@5.0.0-next.77
github-actions[bot] 4 months ago committed by GitHub
parent 339782f3e0
commit 2701c0ad64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -301,6 +301,7 @@
"tame-spies-drum",
"tasty-cheetahs-appear",
"tasty-numbers-perform",
"tasty-steaks-smile",
"ten-foxes-repeat",
"ten-jokes-divide",
"ten-peaches-sleep",
@ -345,6 +346,7 @@
"wise-jobs-admire",
"wise-radios-exercise",
"witty-camels-warn",
"witty-readers-provide",
"witty-steaks-dream",
"witty-tomatoes-care",
"witty-years-crash",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.77
### Patch Changes
- fix: adjust render effect ordering ([#10783](https://github.com/sveltejs/svelte/pull/10783))
- fix: handle component binding mutation ([#10786](https://github.com/sveltejs/svelte/pull/10786))
## 5.0.0-next.76
### Patch Changes

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

Loading…
Cancel
Save