Skip to content

Commit dc0cf2e

Browse files
Version Packages (next)
1 parent c9d85c2 commit dc0cf2e

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 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",
@@ -749,6 +752,7 @@
749752
"sleepy-cats-eat",
750753
"sleepy-dogs-sit",
751754
"slimy-clouds-talk",
755+
"slimy-garlics-beg",
752756
"slimy-hairs-impress",
753757
"slimy-laws-explode",
754758
"slimy-news-help",
@@ -780,6 +784,7 @@
780784
"smart-turkeys-tell",
781785
"smart-zebras-pay",
782786
"smart-zoos-vanish",
787+
"smooth-apes-shave",
783788
"smooth-kids-protect",
784789
"smooth-pens-exist",
785790
"smooth-pens-protect",
@@ -803,6 +808,7 @@
803808
"spicy-plums-admire",
804809
"spotty-crabs-give",
805810
"spotty-houses-search",
811+
"spotty-kings-hug",
806812
"spotty-pens-agree",
807813
"spotty-rocks-destroy",
808814
"spotty-shrimps-hug",
@@ -995,6 +1001,7 @@
9951001
"witty-hornets-think",
9961002
"witty-phones-retire",
9971003
"witty-readers-provide",
1004+
"witty-shirts-confess",
9981005
"witty-sloths-impress",
9991006
"witty-steaks-dream",
10001007
"witty-tomatoes-care",

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- feat: add `migration-task` comment after errors ([#13659](https://github.com/sveltejs/svelte/pull/13659))
14+
15+
- fix: migrate reactive statements with inner blocks ([#13675](https://github.com/sveltejs/svelte/pull/13675))
16+
17+
- fix: migrating rest props type includes props types ([#13632](https://github.com/sveltejs/svelte/pull/13632))
18+
19+
- fix: reset `reset_element` in `render` to prevent runtime error ([#13669](https://github.com/sveltejs/svelte/pull/13669))
20+
321
## 5.0.0-next.269
422

523
### 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)