Skip to content

Commit b90b146

Browse files
Version Packages (next) (#9847)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 56d8c0f commit b90b146

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
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",
@@ -72,6 +74,7 @@
7274
"odd-schools-wait",
7375
"odd-shoes-cheat",
7476
"old-flies-jog",
77+
"old-mails-sneeze",
7578
"polite-dolphins-care",
7679
"polite-pumpkins-guess",
7780
"polite-ravens-study",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
11+
- fix: ensure action function returns object ([#9848](https://github.com/sveltejs/svelte/pull/9848))
12+
313
## 5.0.0-next.21
414

515
### 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.21",
5+
"version": "5.0.0-next.22",
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.21';
9+
export const VERSION = '5.0.0-next.22';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)