Skip to content

Commit cd26fcd

Browse files
Version Packages (next)
1 parent 08b5851 commit cd26fcd

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"cold-beans-tease",
7070
"cold-birds-own",
7171
"cold-cheetahs-judge",
72+
"cold-lamps-accept",
7273
"cold-masks-learn",
7374
"cool-actors-tan",
7475
"cool-ants-leave",
@@ -219,6 +220,7 @@
219220
"honest-pans-kick",
220221
"hot-cooks-repair",
221222
"hot-jobs-tap",
223+
"hot-sloths-clap",
222224
"hungry-boxes-relate",
223225
"hungry-dots-fry",
224226
"hungry-pants-push",
@@ -337,6 +339,7 @@
337339
"olive-seals-sell",
338340
"olive-shirts-complain",
339341
"olive-socks-kick",
342+
"orange-comics-prove",
340343
"orange-crews-rescue",
341344
"orange-dingos-poke",
342345
"orange-masks-exercise",
@@ -511,6 +514,7 @@
511514
"tall-tigers-wait",
512515
"tame-cycles-kneel",
513516
"tame-dots-battle",
517+
"tame-goats-bow",
514518
"tame-spies-drum",
515519
"tasty-cheetahs-appear",
516520
"tasty-numbers-perform",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.151
4+
5+
### Patch Changes
6+
7+
- fix: sort `{@const ...}` tags topologically in legacy mode ([#11908](https://github.com/sveltejs/svelte/pull/11908))
8+
9+
- chore: deprecate html in favour of body for render() ([#11927](https://github.com/sveltejs/svelte/pull/11927))
10+
11+
- fix: append start/end info to `AssignmentPattern` and `VariableDeclarator` ([#11930](https://github.com/sveltejs/svelte/pull/11930))
12+
13+
- fix: relax slot prop validation on components ([#11923](https://github.com/sveltejs/svelte/pull/11923))
14+
315
## 5.0.0-next.150
416

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

0 commit comments

Comments
 (0)