Skip to content

Commit 2d9bc25

Browse files
Version Packages (next) (#12667)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 71c373d commit 2d9bc25

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@
365365
"lovely-zebras-own",
366366
"lucky-colts-remember",
367367
"lucky-geckos-swim",
368+
"lucky-panthers-chew",
368369
"lucky-schools-hang",
369370
"lucky-teachers-exist",
370371
"lucky-toes-begin",
@@ -729,6 +730,8 @@
729730
"violet-otters-carry",
730731
"violet-pigs-jam",
731732
"warm-cherries-shake",
733+
"warm-cycles-call",
734+
"warm-planets-cry",
732735
"warm-waves-reply",
733736
"weak-drinks-speak",
734737
"weak-frogs-bow",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.203
4+
5+
### Patch Changes
6+
7+
- chore: internal compiler refactoring ([#12651](https://github.com/sveltejs/svelte/pull/12651))
8+
9+
- fix: widen `ComponentProps` constraint to accept more component shapes ([#12666](https://github.com/sveltejs/svelte/pull/12666))
10+
11+
- feat: make `<svelte:component>` unnecessary in runes mode ([#12646](https://github.com/sveltejs/svelte/pull/12646))
12+
313
## 5.0.0-next.202
414

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

0 commit comments

Comments
 (0)