Merge branch 'main' of github.com:sveltejs/svelte

pull/10755/head
Rich Harris 7 months ago
commit 81a4d87c1f

@ -165,6 +165,7 @@
"mighty-files-hammer",
"moody-carrots-lay",
"moody-frogs-exist",
"moody-houses-argue",
"moody-owls-cry",
"moody-sheep-type",
"nasty-lions-double",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.74
### Patch Changes
- fix: prevent reactive statement reruns when they have indirect cyclic dependencies ([#10736](https://github.com/sveltejs/svelte/pull/10736))
## 5.0.0-next.73
### Patch Changes

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

Loading…
Cancel
Save