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-lemons-provide",
"strong-pans-doubt", "strong-pans-doubt",
"stupid-parents-crash", "stupid-parents-crash",
"sweet-bottles-check",
"sweet-mangos-beg", "sweet-mangos-beg",
"sweet-pens-sniff", "sweet-pens-sniff",
"swift-donkeys-perform", "swift-donkeys-perform",

@ -1,5 +1,11 @@
# svelte # 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 ## 5.0.0-next.159
### Patch Changes ### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.0.0-next.159", "version": "5.0.0-next.160",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.0-next.159'; export const VERSION = '5.0.0-next.160';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save