Skip to content

Commit 43431cf

Browse files
Version Packages (next)
1 parent 4717d2a commit 43431cf

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"chilled-pumas-invite",
1818
"chilly-dolphins-lick",
1919
"clean-eels-beg",
20+
"clever-rockets-burn",
2021
"cold-birds-own",
2122
"cool-ants-leave",
2223
"cuddly-pianos-drop",
@@ -39,6 +40,7 @@
3940
"friendly-lies-camp",
4041
"funny-wombats-argue",
4142
"gentle-sheep-hug",
43+
"giant-roses-press",
4244
"good-pianos-jump",
4345
"great-icons-retire",
4446
"green-eggs-approve",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.0.0-next.22
4+
5+
### Patch Changes
6+
7+
- fix: handle event hoisting props referencing ([#9846](https://github.com/sveltejs/svelte/pull/9846))
8+
9+
- fix: support dynamic transition functions ([#9844](https://github.com/sveltejs/svelte/pull/9844))
10+
311
## 5.0.0-next.21
412

513
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.21",
5+
"version": "5.0.0-next.22",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
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.21';
9+
export const VERSION = '5.0.0-next.22';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)