Skip to content

Commit 4990cee

Browse files
Version Packages (next)
1 parent 363f4a0 commit 4990cee

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"blue-timers-film",
3939
"blue-waves-sneeze",
4040
"brave-carrots-draw",
41+
"brave-doors-compete",
4142
"brave-gorillas-end",
4243
"brave-gorillas-fold",
4344
"brave-pigs-obey",
@@ -71,6 +72,7 @@
7172
"chatty-cups-drop",
7273
"chatty-ghosts-unite",
7374
"chatty-sloths-allow",
75+
"chatty-snails-train",
7476
"chatty-taxis-juggle",
7577
"chilled-ladybugs-invite",
7678
"chilled-pumas-invite",
@@ -206,8 +208,10 @@
206208
"fifty-rice-wait",
207209
"fifty-steaks-float",
208210
"fifty-toys-invite",
211+
"five-birds-check",
209212
"five-maps-reflect",
210213
"five-shirts-run",
214+
"five-suns-roll",
211215
"five-tigers-search",
212216
"flat-feet-visit",
213217
"flat-ghosts-fly",
@@ -251,6 +255,7 @@
251255
"funny-wombats-argue",
252256
"fuzzy-bags-camp",
253257
"fuzzy-donuts-provide",
258+
"fuzzy-tigers-swim",
254259
"gentle-dolls-juggle",
255260
"gentle-eagles-walk",
256261
"gentle-needles-train",
@@ -429,6 +434,7 @@
429434
"mean-jokes-exist",
430435
"mean-numbers-cry",
431436
"mean-parents-film",
437+
"metal-cameras-jump",
432438
"metal-clouds-raise",
433439
"metal-lobsters-burn",
434440
"metal-pans-trade",
@@ -585,6 +591,7 @@
585591
"rich-tables-sing",
586592
"rich-taxis-hear",
587593
"rich-waves-mix",
594+
"rotten-actors-rush",
588595
"rotten-bags-type",
589596
"rotten-buckets-develop",
590597
"rotten-experts-relax",
@@ -596,6 +603,7 @@
596603
"selfish-socks-smile",
597604
"selfish-spies-help",
598605
"selfish-tools-hide",
606+
"selfish-trainers-kiss",
599607
"serious-bobcats-carry",
600608
"serious-crabs-punch",
601609
"serious-goats-tap",
@@ -729,6 +737,7 @@
729737
"strange-pears-perform",
730738
"strange-pillows-greet",
731739
"strange-roses-brake",
740+
"strange-trains-destroy",
732741
"strong-apricots-destroy",
733742
"strong-gifts-smoke",
734743
"strong-lemons-provide",
@@ -758,6 +767,7 @@
758767
"tame-cycles-kneel",
759768
"tame-dodos-float",
760769
"tame-dots-battle",
770+
"tame-frogs-shave",
761771
"tame-goats-bow",
762772
"tame-spies-drum",
763773
"tasty-cheetahs-appear",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.245
4+
5+
### Patch Changes
6+
7+
- fix: visit expression for `svelte:component` references ([#13151](https://github.com/sveltejs/svelte/pull/13151))
8+
9+
- fix: ensure signal graph is consistent before triggering $inspect signals ([#13153](https://github.com/sveltejs/svelte/pull/13153))
10+
11+
- fix: widen ownership upon property access if necessary ([#13175](https://github.com/sveltejs/svelte/pull/13175))
12+
13+
- fix: don't show `state_referenced_locally` warning on types ([#13177](https://github.com/sveltejs/svelte/pull/13177))
14+
15+
- fix: ensure locally mutated bindable props persist with spreading props ([#13190](https://github.com/sveltejs/svelte/pull/13190))
16+
17+
- fix: ensure types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))
18+
19+
- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))
20+
21+
- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))
22+
23+
- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))
24+
25+
- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))
26+
327
## 5.0.0-next.244
428

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

0 commit comments

Comments
 (0)