Skip to content

Commit 01d5ddc

Browse files
Version Packages (next)
1 parent 90f8b63 commit 01d5ddc

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"forty-comics-invent",
6767
"forty-dolls-wave",
6868
"forty-peaches-unite",
69+
"forty-suns-smile",
6970
"four-flies-hammer",
7071
"fresh-weeks-trade",
7172
"friendly-candles-relate",
@@ -207,6 +208,7 @@
207208
"sweet-pens-sniff",
208209
"swift-donkeys-perform",
209210
"swift-fans-stare",
211+
"swift-feet-juggle",
210212
"swift-ravens-hunt",
211213
"swift-seahorses-deliver",
212214
"tall-books-grin",
@@ -230,6 +232,7 @@
230232
"thirty-pears-hug",
231233
"thirty-wombats-relax",
232234
"three-camels-sell",
235+
"three-icons-trade",
233236
"three-suits-grin",
234237
"tidy-buses-whisper",
235238
"tidy-starfishes-allow",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.49
4+
5+
### Patch Changes
6+
7+
- fix: properly analyze group expressions ([#10410](https://github.com/sveltejs/svelte/pull/10410))
8+
9+
- fix: correctly determine binding scope of `let:` directives ([#10395](https://github.com/sveltejs/svelte/pull/10395))
10+
11+
- fix: run `onDestroy` callbacks during SSR ([#10297](https://github.com/sveltejs/svelte/pull/10297))
12+
313
## 5.0.0-next.48
414

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

0 commit comments

Comments
 (0)