Skip to content

Commit 29c768e

Browse files
Version Packages (next)
1 parent 56f41e1 commit 29c768e

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/pre.json

Lines changed: 9 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",
@@ -429,6 +433,7 @@
429433
"mean-jokes-exist",
430434
"mean-numbers-cry",
431435
"mean-parents-film",
436+
"metal-cameras-jump",
432437
"metal-clouds-raise",
433438
"metal-lobsters-burn",
434439
"metal-pans-trade",
@@ -585,6 +590,7 @@
585590
"rich-tables-sing",
586591
"rich-taxis-hear",
587592
"rich-waves-mix",
593+
"rotten-actors-rush",
588594
"rotten-bags-type",
589595
"rotten-buckets-develop",
590596
"rotten-experts-relax",
@@ -596,6 +602,7 @@
596602
"selfish-socks-smile",
597603
"selfish-spies-help",
598604
"selfish-tools-hide",
605+
"selfish-trainers-kiss",
599606
"serious-bobcats-carry",
600607
"serious-crabs-punch",
601608
"serious-goats-tap",
@@ -729,6 +736,7 @@
729736
"strange-pears-perform",
730737
"strange-pillows-greet",
731738
"strange-roses-brake",
739+
"strange-trains-destroy",
732740
"strong-apricots-destroy",
733741
"strong-gifts-smoke",
734742
"strong-lemons-provide",
@@ -758,6 +766,7 @@
758766
"tame-cycles-kneel",
759767
"tame-dodos-float",
760768
"tame-dots-battle",
769+
"tame-frogs-shave",
761770
"tame-goats-bow",
762771
"tame-spies-drum",
763772
"tasty-cheetahs-appear",

packages/svelte/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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 types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))
16+
17+
- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))
18+
19+
- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))
20+
21+
- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))
22+
23+
- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))
24+
325
## 5.0.0-next.244
426

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