Skip to content

Commit e361610

Browse files
Version Packages (next)
1 parent 9aa0ed3 commit e361610

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 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",
@@ -115,6 +116,7 @@
115116
"long-buckets-lay",
116117
"long-crews-return",
117118
"loud-cheetahs-flow",
119+
"loud-ravens-drop",
118120
"lovely-carpets-lick",
119121
"lovely-items-turn",
120122
"lovely-rules-eat",
@@ -207,6 +209,7 @@
207209
"sweet-pens-sniff",
208210
"swift-donkeys-perform",
209211
"swift-fans-stare",
212+
"swift-feet-juggle",
210213
"swift-ravens-hunt",
211214
"swift-seahorses-deliver",
212215
"tall-books-grin",
@@ -230,6 +233,7 @@
230233
"thirty-pears-hug",
231234
"thirty-wombats-relax",
232235
"three-camels-sell",
236+
"three-icons-trade",
233237
"three-suits-grin",
234238
"tidy-buses-whisper",
235239
"tidy-starfishes-allow",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: handle nested script tags ([#10416](https://github.com/sveltejs/svelte/pull/10416))
10+
11+
- fix: correctly determine binding scope of `let:` directives ([#10395](https://github.com/sveltejs/svelte/pull/10395))
12+
13+
- fix: run `onDestroy` callbacks during SSR ([#10297](https://github.com/sveltejs/svelte/pull/10297))
14+
315
## 5.0.0-next.48
416

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