Skip to content

Commit 57f6f43

Browse files
Version Packages (next)
1 parent e9dc118 commit 57f6f43

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

.changeset/pre.json

Lines changed: 12 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",
@@ -115,6 +117,7 @@
115117
"curvy-buses-laugh",
116118
"curvy-cups-cough",
117119
"curvy-flies-exercise",
120+
"curvy-foxes-wink",
118121
"curvy-papayas-pretend",
119122
"curvy-ties-shout",
120123
"cyan-colts-raise",
@@ -206,8 +209,10 @@
206209
"fifty-rice-wait",
207210
"fifty-steaks-float",
208211
"fifty-toys-invite",
212+
"five-birds-check",
209213
"five-maps-reflect",
210214
"five-shirts-run",
215+
"five-suns-roll",
211216
"five-tigers-search",
212217
"flat-feet-visit",
213218
"flat-ghosts-fly",
@@ -251,6 +256,7 @@
251256
"funny-wombats-argue",
252257
"fuzzy-bags-camp",
253258
"fuzzy-donuts-provide",
259+
"fuzzy-tigers-swim",
254260
"gentle-dolls-juggle",
255261
"gentle-eagles-walk",
256262
"gentle-needles-train",
@@ -429,6 +435,7 @@
429435
"mean-jokes-exist",
430436
"mean-numbers-cry",
431437
"mean-parents-film",
438+
"metal-cameras-jump",
432439
"metal-clouds-raise",
433440
"metal-lobsters-burn",
434441
"metal-pans-trade",
@@ -585,6 +592,7 @@
585592
"rich-tables-sing",
586593
"rich-taxis-hear",
587594
"rich-waves-mix",
595+
"rotten-actors-rush",
588596
"rotten-bags-type",
589597
"rotten-buckets-develop",
590598
"rotten-experts-relax",
@@ -596,6 +604,7 @@
596604
"selfish-socks-smile",
597605
"selfish-spies-help",
598606
"selfish-tools-hide",
607+
"selfish-trainers-kiss",
599608
"serious-bobcats-carry",
600609
"serious-crabs-punch",
601610
"serious-goats-tap",
@@ -729,6 +738,7 @@
729738
"strange-pears-perform",
730739
"strange-pillows-greet",
731740
"strange-roses-brake",
741+
"strange-trains-destroy",
732742
"strong-apricots-destroy",
733743
"strong-gifts-smoke",
734744
"strong-lemons-provide",
@@ -758,6 +768,7 @@
758768
"tame-cycles-kneel",
759769
"tame-dodos-float",
760770
"tame-dots-battle",
771+
"tame-frogs-shave",
761772
"tame-goats-bow",
762773
"tame-spies-drum",
763774
"tasty-cheetahs-appear",
@@ -814,6 +825,7 @@
814825
"tiny-taxis-whisper",
815826
"tough-buckets-thank",
816827
"tough-radios-punch",
828+
"tough-snails-chew",
817829
"tough-tomatoes-explain",
818830
"tricky-avocados-play",
819831
"tricky-balloons-care",

packages/svelte/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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+
- feat: better types for the `autocomplete` attribute ([#13201](https://github.com/sveltejs/svelte/pull/13201))
12+
13+
- fix: widen ownership upon property access if necessary ([#13175](https://github.com/sveltejs/svelte/pull/13175))
14+
15+
- fix: don't show `state_referenced_locally` warning on types ([#13177](https://github.com/sveltejs/svelte/pull/13177))
16+
17+
- fix: ensure locally mutated bindable props persist with spreading props ([#13190](https://github.com/sveltejs/svelte/pull/13190))
18+
19+
- fix: ensure types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))
20+
21+
- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))
22+
23+
- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))
24+
25+
- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))
26+
27+
- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))
28+
29+
- fix: allow for nesting selector in pseudoclasses ([#13209](https://github.com/sveltejs/svelte/pull/13209))
30+
331
## 5.0.0-next.244
432

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