Version Packages (next) (#12096)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
benmccann-patch-1 svelte@5.0.0-next.160
github-actions[bot] 2 weeks ago committed by GitHub
parent 04eaf17519
commit 97e5b5285a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -529,6 +529,7 @@
"strong-lemons-provide",
"strong-pans-doubt",
"stupid-parents-crash",
"sweet-bottles-check",
"sweet-mangos-beg",
"sweet-pens-sniff",
"swift-donkeys-perform",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.160
### Patch Changes
- chore: improve runtime performance of capturing reactive signals ([#12093](https://github.com/sveltejs/svelte/pull/12093))
## 5.0.0-next.159
### Patch Changes

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

Loading…
Cancel
Save