Skip to content

Commit a13c946

Browse files
Version Packages (next) (#10137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0e9b83c commit a13c946

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"early-ads-tie",
3939
"eight-steaks-shout",
4040
"eighty-bikes-camp",
41+
"empty-bulldogs-exercise",
4142
"empty-crabs-think",
4243
"fair-crabs-check",
4344
"famous-knives-sneeze",
@@ -91,6 +92,7 @@
9192
"lovely-items-turn",
9293
"lovely-rules-eat",
9394
"lucky-schools-hang",
95+
"lucky-toes-begin",
9496
"moody-frogs-exist",
9597
"moody-owls-cry",
9698
"nasty-lions-double",
@@ -137,12 +139,14 @@
137139
"short-buses-camp",
138140
"slimy-clouds-talk",
139141
"slimy-walls-draw",
142+
"slow-beds-shave",
140143
"slow-chefs-dream",
141144
"small-papayas-laugh",
142145
"smart-parents-swim",
143146
"smart-zebras-pay",
144147
"soft-clocks-remember",
145148
"soft-geese-learn",
149+
"soft-tigers-wink",
146150
"sour-forks-stare",
147151
"sour-rules-march",
148152
"spicy-plums-admire",

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.0.0-next.32
4+
5+
### Patch Changes
6+
7+
- fix: improve outro behavior with transitions ([#10139](https://github.com/sveltejs/svelte/pull/10139))
8+
9+
- chore: remove internal functions from `svelte/transition` exports ([#10132](https://github.com/sveltejs/svelte/pull/10132))
10+
11+
- fix: further animation transition improvements ([#10138](https://github.com/sveltejs/svelte/pull/10138))
12+
13+
- fix: improve animation transition heuristics ([#10119](https://github.com/sveltejs/svelte/pull/10119))
14+
315
## 5.0.0-next.31
416

517
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.31",
5+
"version": "5.0.0-next.32",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.31';
9+
export const VERSION = '5.0.0-next.32';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)