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-ways-wash",
"silver-points-approve",
"silver-sheep-knock",
"six-bears-trade",
"six-boats-shave",
"sixty-items-crash",
"sixty-numbers-hope",
"sixty-pandas-rush",
"sixty-plants-cover",
"sleepy-cats-eat",
"slimy-clouds-talk",
"slimy-hairs-impress",

@ -1,5 +1,13 @@
# 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
### Patch Changes

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

Loading…
Cancel
Save