Skip to content

Commit cb48dd8

Browse files
Version Packages (next)
1 parent 0279546 commit cb48dd8

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -102,6 +103,7 @@
102103
"lazy-masks-sit",
103104
"lazy-months-knock",
104105
"lazy-spiders-think",
106+
"lemon-geese-call",
105107
"lemon-geese-drum",
106108
"light-humans-hang",
107109
"light-pens-watch",
@@ -145,6 +147,7 @@
145147
"quiet-crabs-nail",
146148
"rare-pears-whisper",
147149
"real-guests-do",
150+
"real-items-suffer",
148151
"red-doors-own",
149152
"rich-cobras-exist",
150153
"rich-sheep-burn",
@@ -168,6 +171,7 @@
168171
"shiny-shrimps-march",
169172
"short-buses-camp",
170173
"slimy-clouds-talk",
174+
"slimy-laws-explode",
171175
"slimy-walls-draw",
172176
"slow-beds-shave",
173177
"slow-chefs-dream",
@@ -189,6 +193,7 @@
189193
"stale-comics-look",
190194
"strong-gifts-smoke",
191195
"strong-lemons-provide",
196+
"strong-pans-doubt",
192197
"sweet-mangos-beg",
193198
"sweet-pens-sniff",
194199
"swift-donkeys-perform",
@@ -200,6 +205,7 @@
200205
"tall-mugs-buy",
201206
"tall-shrimps-worry",
202207
"tall-tigers-wait",
208+
"tame-cycles-kneel",
203209
"tame-spies-drum",
204210
"tasty-numbers-perform",
205211
"ten-foxes-repeat",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- fix: replace TODO errors ([#10326](https://github.com/sveltejs/svelte/pull/10326))
10+
11+
- fix: add proper typings for `$derived.call` ([`6145be5c695a063c70944272a42d9c63fdd71d64`](https://github.com/sveltejs/svelte/commit/6145be5c695a063c70944272a42d9c63fdd71d64))
12+
13+
- fix: improve handling of unowned derived signals ([#10342](https://github.com/sveltejs/svelte/pull/10342))
14+
15+
- fix: correctly reference destructured derived binding in event handler ([#10333](https://github.com/sveltejs/svelte/pull/10333))
16+
17+
- fix: add `scrollend` event type ([#10337](https://github.com/sveltejs/svelte/pull/10337))
18+
319
## 5.0.0-next.41
420

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