Skip to content

Commit eaf0e1a

Browse files
Version Packages (next)
1 parent ab9eeb4 commit eaf0e1a

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
"gold-tools-nail",
307307
"good-buses-reply",
308308
"good-cars-visit",
309+
"good-kings-try",
309310
"good-pianos-jump",
310311
"good-plums-type",
311312
"good-rice-tap",
@@ -511,13 +512,15 @@
511512
"nasty-lions-double",
512513
"nasty-mayflies-smoke",
513514
"nasty-penguins-pump",
515+
"nasty-teachers-end",
514516
"nasty-yaks-peel",
515517
"neat-boats-shake",
516518
"neat-boxes-chew",
517519
"neat-dingos-clap",
518520
"neat-ducks-jam",
519521
"neat-files-rescue",
520522
"neat-jokes-beam",
523+
"neat-rabbits-divide",
521524
"neat-ways-allow",
522525
"nervous-adults-sell",
523526
"nervous-berries-boil",
@@ -731,6 +734,7 @@
731734
"silly-lies-film",
732735
"silly-masks-exist",
733736
"silly-ways-wash",
737+
"silver-beans-hear",
734738
"silver-mice-double",
735739
"silver-points-approve",
736740
"silver-sheep-knock",
@@ -749,6 +753,7 @@
749753
"sleepy-cats-eat",
750754
"sleepy-dogs-sit",
751755
"slimy-clouds-talk",
756+
"slimy-garlics-beg",
752757
"slimy-hairs-impress",
753758
"slimy-laws-explode",
754759
"slimy-news-help",
@@ -780,6 +785,7 @@
780785
"smart-turkeys-tell",
781786
"smart-zebras-pay",
782787
"smart-zoos-vanish",
788+
"smooth-apes-shave",
783789
"smooth-kids-protect",
784790
"smooth-pens-exist",
785791
"smooth-pens-protect",
@@ -803,6 +809,7 @@
803809
"spicy-plums-admire",
804810
"spotty-crabs-give",
805811
"spotty-houses-search",
812+
"spotty-kings-hug",
806813
"spotty-pens-agree",
807814
"spotty-rocks-destroy",
808815
"spotty-shrimps-hug",
@@ -869,6 +876,7 @@
869876
"ten-teachers-travel",
870877
"ten-ties-repair",
871878
"ten-trainers-juggle",
879+
"ten-vans-divide",
872880
"ten-worms-reflect",
873881
"tender-bats-switch",
874882
"tender-lemons-judge",
@@ -947,6 +955,7 @@
947955
"unlucky-steaks-warn",
948956
"unlucky-trees-lick",
949957
"violet-bats-brake",
958+
"violet-buses-cross",
950959
"violet-mails-trade",
951960
"violet-mugs-behave",
952961
"violet-otters-carry",
@@ -995,6 +1004,7 @@
9951004
"witty-hornets-think",
9961005
"witty-phones-retire",
9971006
"witty-readers-provide",
1007+
"witty-shirts-confess",
9981008
"witty-sloths-impress",
9991009
"witty-steaks-dream",
10001010
"witty-tomatoes-care",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.270
4+
5+
### Patch Changes
6+
7+
- feat: add `migration-task` for impossible to migrate slots ([#13658](https://github.com/sveltejs/svelte/pull/13658))
8+
9+
- feat: tell users of `@migration-task` ([#13668](https://github.com/sveltejs/svelte/pull/13668))
10+
11+
- fix: correct migration of uninitialised state ([#13673](https://github.com/sveltejs/svelte/pull/13673))
12+
13+
- fix: ensure migrate correctly handles named slots ([#13676](https://github.com/sveltejs/svelte/pull/13676))
14+
15+
- feat: add `migration-task` comment after errors ([#13659](https://github.com/sveltejs/svelte/pull/13659))
16+
17+
- fix: migrate reactive statements with inner blocks ([#13675](https://github.com/sveltejs/svelte/pull/13675))
18+
19+
- fix: migrating rest props type includes props types ([#13632](https://github.com/sveltejs/svelte/pull/13632))
20+
21+
- fix: migrated snippet shadowing prop and let directive removal ([#13679](https://github.com/sveltejs/svelte/pull/13679))
22+
23+
- chore: CompileDiagnostic no longer extends Error ([#13651](https://github.com/sveltejs/svelte/pull/13651))
24+
25+
- fix: reset `reset_element` in `render` to prevent runtime error ([#13669](https://github.com/sveltejs/svelte/pull/13669))
26+
327
## 5.0.0-next.269
428

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

0 commit comments

Comments
 (0)