Skip to content

Commit a9a1961

Browse files
Version Packages (next)
1 parent f9f5d3a commit a9a1961

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -154,6 +156,7 @@
154156
"quiet-crabs-nail",
155157
"quiet-timers-speak",
156158
"rare-pears-whisper",
159+
"rare-worms-hunt",
157160
"real-guests-do",
158161
"real-items-suffer",
159162
"red-doors-own",
@@ -207,6 +210,7 @@
207210
"sweet-pens-sniff",
208211
"swift-donkeys-perform",
209212
"swift-fans-stare",
213+
"swift-feet-juggle",
210214
"swift-ravens-hunt",
211215
"swift-seahorses-deliver",
212216
"tall-books-grin",
@@ -230,6 +234,7 @@
230234
"thirty-pears-hug",
231235
"thirty-wombats-relax",
232236
"three-camels-sell",
237+
"three-icons-trade",
233238
"three-suits-grin",
234239
"tidy-buses-whisper",
235240
"tidy-starfishes-allow",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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: only update lazy properties that have actually changed ([#10415](https://github.com/sveltejs/svelte/pull/10415))
12+
13+
- fix: correctly determine binding scope of `let:` directives ([#10395](https://github.com/sveltejs/svelte/pull/10395))
14+
15+
- fix: run `onDestroy` callbacks during SSR ([#10297](https://github.com/sveltejs/svelte/pull/10297))
16+
317
## 5.0.0-next.48
418

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