Version Packages (next) (#10137)

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

@ -38,6 +38,7 @@
"early-ads-tie",
"eight-steaks-shout",
"eighty-bikes-camp",
"empty-bulldogs-exercise",
"empty-crabs-think",
"fair-crabs-check",
"famous-knives-sneeze",
@ -91,6 +92,7 @@
"lovely-items-turn",
"lovely-rules-eat",
"lucky-schools-hang",
"lucky-toes-begin",
"moody-frogs-exist",
"moody-owls-cry",
"nasty-lions-double",
@ -137,12 +139,14 @@
"short-buses-camp",
"slimy-clouds-talk",
"slimy-walls-draw",
"slow-beds-shave",
"slow-chefs-dream",
"small-papayas-laugh",
"smart-parents-swim",
"smart-zebras-pay",
"soft-clocks-remember",
"soft-geese-learn",
"soft-tigers-wink",
"sour-forks-stare",
"sour-rules-march",
"spicy-plums-admire",

@ -1,5 +1,17 @@
# svelte
## 5.0.0-next.32
### Patch Changes
- fix: improve outro behavior with transitions ([#10139](https://github.com/sveltejs/svelte/pull/10139))
- chore: remove internal functions from `svelte/transition` exports ([#10132](https://github.com/sveltejs/svelte/pull/10132))
- fix: further animation transition improvements ([#10138](https://github.com/sveltejs/svelte/pull/10138))
- fix: improve animation transition heuristics ([#10119](https://github.com/sveltejs/svelte/pull/10119))
## 5.0.0-next.31
### Patch Changes

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

Loading…
Cancel
Save