Version Packages (next) (#12978)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12984/head svelte@5.0.0-next.235
github-actions[bot] 4 months ago committed by GitHub
parent 5bdf71639e
commit f1a1a08a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -538,6 +538,7 @@
"quiet-cobras-smile",
"quiet-crabs-nail",
"quiet-timers-speak",
"rare-ears-agree",
"rare-insects-tell",
"rare-mirrors-act",
"rare-pears-whisper",
@ -606,6 +607,7 @@
"shiny-rats-heal",
"shiny-shrimps-march",
"shiny-starfishes-cross",
"shiny-wombats-argue",
"short-buses-camp",
"short-countries-rush",
"short-starfishes-beg",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.235
### Patch Changes
- chore: update client check for smaller bundle size ([#12975](https://github.com/sveltejs/svelte/pull/12975))
- fix: correctly hydrate empty raw blocks ([#12979](https://github.com/sveltejs/svelte/pull/12979))
## 5.0.0-next.234
### Patch Changes

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

Loading…
Cancel
Save