Skip to content

Commit 94afdc8

Browse files
Version Packages (next) (#9633)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 63e5831 commit 94afdc8

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
@@ -29,6 +29,7 @@
2929
"fresh-weeks-trade",
3030
"funny-wombats-argue",
3131
"good-pianos-jump",
32+
"green-eggs-approve",
3233
"green-hounds-play",
3334
"honest-icons-change",
3435
"hungry-dots-fry",
@@ -59,11 +60,13 @@
5960
"sour-rules-march",
6061
"strong-lemons-provide",
6162
"tall-shrimps-worry",
63+
"ten-worms-reflect",
6264
"thirty-flowers-sit",
6365
"thirty-ghosts-fix",
6466
"thirty-impalas-repair",
6567
"tiny-kings-whisper",
6668
"two-falcons-buy",
69+
"wet-games-fly",
6770
"wicked-clouds-exercise",
6871
"wicked-doors-train"
6972
]

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.12
4+
5+
### Patch Changes
6+
7+
- fix: adjust mount and createRoot types ([`63e583184`](https://github.com/sveltejs/svelte/commit/63e58318460dbb3485df93d15beb2779a86d2c9a))
8+
9+
- fix: remove constructor overload ([`cb4b1f0a1`](https://github.com/sveltejs/svelte/commit/cb4b1f0a189803bed04adcb90fbd4334782e8469))
10+
11+
- fix: type-level back-compat for default slot and children prop ([`a3bc7d569`](https://github.com/sveltejs/svelte/commit/a3bc7d5698425ec9dde86eb302f2fd56d9da8f96))
12+
313
## 5.0.0-next.11
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.11",
5+
"version": "5.0.0-next.12",
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.11';
9+
export const VERSION = '5.0.0-next.12';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)