Skip to content

Commit 7a135be

Browse files
Version Packages (next)
1 parent 941f83b commit 7a135be

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 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",
@@ -206,8 +207,10 @@
206207
"fifty-rice-wait",
207208
"fifty-steaks-float",
208209
"fifty-toys-invite",
210+
"five-birds-check",
209211
"five-maps-reflect",
210212
"five-shirts-run",
213+
"five-suns-roll",
211214
"five-tigers-search",
212215
"flat-feet-visit",
213216
"flat-ghosts-fly",
@@ -429,6 +432,7 @@
429432
"mean-jokes-exist",
430433
"mean-numbers-cry",
431434
"mean-parents-film",
435+
"metal-cameras-jump",
432436
"metal-clouds-raise",
433437
"metal-lobsters-burn",
434438
"metal-pans-trade",
@@ -585,6 +589,7 @@
585589
"rich-tables-sing",
586590
"rich-taxis-hear",
587591
"rich-waves-mix",
592+
"rotten-actors-rush",
588593
"rotten-bags-type",
589594
"rotten-buckets-develop",
590595
"rotten-experts-relax",
@@ -596,6 +601,7 @@
596601
"selfish-socks-smile",
597602
"selfish-spies-help",
598603
"selfish-tools-hide",
604+
"selfish-trainers-kiss",
599605
"serious-bobcats-carry",
600606
"serious-crabs-punch",
601607
"serious-goats-tap",
@@ -729,6 +735,7 @@
729735
"strange-pears-perform",
730736
"strange-pillows-greet",
731737
"strange-roses-brake",
738+
"strange-trains-destroy",
732739
"strong-apricots-destroy",
733740
"strong-gifts-smoke",
734741
"strong-lemons-provide",
@@ -758,6 +765,7 @@
758765
"tame-cycles-kneel",
759766
"tame-dodos-float",
760767
"tame-dots-battle",
768+
"tame-frogs-shave",
761769
"tame-goats-bow",
762770
"tame-spies-drum",
763771
"tasty-cheetahs-appear",

packages/svelte/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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: widen ownership upon property access if necessary ([#13175](https://github.com/sveltejs/svelte/pull/13175))
10+
11+
- fix: don't show `state_referenced_locally` warning on types ([#13177](https://github.com/sveltejs/svelte/pull/13177))
12+
13+
- fix: ensure types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))
14+
15+
- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))
16+
17+
- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))
18+
19+
- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))
20+
21+
- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))
22+
323
## 5.0.0-next.244
424

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