Skip to content

Commit c0f280c

Browse files
Version Packages (next) (#10327)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcfae02 commit c0f280c

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"cool-ants-leave",
3535
"cuddly-pianos-drop",
3636
"curly-lizards-dream",
37+
"curvy-cups-cough",
3738
"curvy-ties-shout",
3839
"dirty-bats-punch",
3940
"dirty-garlics-design",
@@ -81,6 +82,7 @@
8182
"heavy-ears-rule",
8283
"hip-balloons-begin",
8384
"honest-buses-add",
85+
"honest-dragons-turn",
8486
"honest-icons-change",
8587
"hungry-boxes-relate",
8688
"hungry-dots-fry",
@@ -102,6 +104,7 @@
102104
"lazy-masks-sit",
103105
"lazy-months-knock",
104106
"lazy-spiders-think",
107+
"lemon-geese-call",
105108
"lemon-geese-drum",
106109
"light-humans-hang",
107110
"light-pens-watch",
@@ -145,6 +148,7 @@
145148
"quiet-crabs-nail",
146149
"rare-pears-whisper",
147150
"real-guests-do",
151+
"real-items-suffer",
148152
"red-doors-own",
149153
"rich-cobras-exist",
150154
"rich-sheep-burn",
@@ -168,6 +172,7 @@
168172
"shiny-shrimps-march",
169173
"short-buses-camp",
170174
"slimy-clouds-talk",
175+
"slimy-laws-explode",
171176
"slimy-walls-draw",
172177
"slow-beds-shave",
173178
"slow-chefs-dream",
@@ -189,6 +194,7 @@
189194
"stale-comics-look",
190195
"strong-gifts-smoke",
191196
"strong-lemons-provide",
197+
"strong-pans-doubt",
192198
"sweet-mangos-beg",
193199
"sweet-pens-sniff",
194200
"swift-donkeys-perform",
@@ -200,6 +206,7 @@
200206
"tall-mugs-buy",
201207
"tall-shrimps-worry",
202208
"tall-tigers-wait",
209+
"tame-cycles-kneel",
203210
"tame-spies-drum",
204211
"tasty-numbers-perform",
205212
"ten-foxes-repeat",
@@ -231,6 +238,7 @@
231238
"wise-dancers-hang",
232239
"wise-donkeys-marry",
233240
"wise-jobs-admire",
241+
"wise-radios-exercise",
234242
"witty-camels-warn",
235243
"witty-steaks-dream"
236244
]

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.42
4+
5+
### Patch Changes
6+
7+
- breaking: snippets can now take multiple arguments, support default parameters. Because of this, the type signature has changed ([#9988](https://github.com/sveltejs/svelte/pull/9988))
8+
9+
- Use generic `T` as the return type for `$derived.call()` ([#10349](https://github.com/sveltejs/svelte/pull/10349))
10+
11+
- fix: replace TODO errors ([#10326](https://github.com/sveltejs/svelte/pull/10326))
12+
13+
- fix: add proper typings for `$derived.call` ([`6145be5c695a063c70944272a42d9c63fdd71d64`](https://github.com/sveltejs/svelte/commit/6145be5c695a063c70944272a42d9c63fdd71d64))
14+
15+
- fix: improve handling of unowned derived signals ([#10342](https://github.com/sveltejs/svelte/pull/10342))
16+
17+
- fix: correctly reference destructured derived binding in event handler ([#10333](https://github.com/sveltejs/svelte/pull/10333))
18+
19+
- fix: add `scrollend` event type ([#10337](https://github.com/sveltejs/svelte/pull/10337))
20+
21+
- fix: improve unstate handling of non enumerable properties ([#10348](https://github.com/sveltejs/svelte/pull/10348))
22+
323
## 5.0.0-next.41
424

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

0 commit comments

Comments
 (0)