Version Packages (next) (#11853)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11858/head svelte@5.0.0-next.147
github-actions[bot] 1 month ago committed by GitHub
parent 9d2ecc1d7a
commit f411f776ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,6 +110,7 @@
"eight-carrots-hunt",
"eight-cougars-watch",
"eight-hornets-punch",
"eight-jeans-compare",
"eight-pianos-raise",
"eight-steaks-shout",
"eighty-bikes-camp",
@ -170,6 +171,7 @@
"gentle-dolls-juggle",
"gentle-sheep-hug",
"gentle-spies-happen",
"gentle-ties-fetch",
"gentle-toys-chew",
"gentle-trees-exercise",
"gentle-wasps-pull",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.147
### Patch Changes
- fix: improve reactive Map and Set implementations ([#11827](https://github.com/sveltejs/svelte/pull/11827))
- fix: improve controlled each block cleanup performance ([#11839](https://github.com/sveltejs/svelte/pull/11839))
## 5.0.0-next.146
### Patch Changes

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

Loading…
Cancel
Save