Version Packages (next) (#10148)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10157/head svelte@5.0.0-next.33
github-actions[bot] 6 months ago committed by GitHub
parent ff8dff993d
commit a1a3e819c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@
"beige-flies-wash",
"beige-rabbits-shave",
"brave-walls-destroy",
"breezy-carrots-flash",
"bright-peas-juggle",
"brown-spoons-boil",
"chatty-cups-drop",
@ -38,6 +39,7 @@
"early-ads-tie",
"eight-steaks-shout",
"eighty-bikes-camp",
"eighty-days-cheat",
"empty-bulldogs-exercise",
"empty-crabs-think",
"fair-crabs-check",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.33
### Patch Changes
- fix: improve ssr template code generation ([#10151](https://github.com/sveltejs/svelte/pull/10151))
- fix: improve template literal expression output generation ([#10147](https://github.com/sveltejs/svelte/pull/10147))
## 5.0.0-next.32
### Patch Changes

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

Loading…
Cancel
Save