Version Packages (next) (#11858)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11863/head svelte@5.0.0-next.148
github-actions[bot] 1 year ago committed by GitHub
parent 3c87a69999
commit fb57c20f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -429,11 +429,13 @@
"silly-lies-film", "silly-lies-film",
"silly-ways-wash", "silly-ways-wash",
"silver-points-approve", "silver-points-approve",
"silver-sheep-knock",
"six-bears-trade", "six-bears-trade",
"six-boats-shave", "six-boats-shave",
"sixty-items-crash", "sixty-items-crash",
"sixty-numbers-hope", "sixty-numbers-hope",
"sixty-pandas-rush", "sixty-pandas-rush",
"sixty-plants-cover",
"sleepy-cats-eat", "sleepy-cats-eat",
"slimy-clouds-talk", "slimy-clouds-talk",
"slimy-hairs-impress", "slimy-hairs-impress",

@ -1,5 +1,13 @@
# svelte # svelte
## 5.0.0-next.148
### Patch Changes
- chore: improve $state.frozen performance in prod ([#11852](https://github.com/sveltejs/svelte/pull/11852))
- breaking: removed deferred event updates ([#11855](https://github.com/sveltejs/svelte/pull/11855))
## 5.0.0-next.147 ## 5.0.0-next.147
### 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.147", "version": "5.0.0-next.148",
"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.147'; export const VERSION = '5.0.0-next.148';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save