Skip to content

Commit a2ec6d7

Browse files
Version Packages (next)
1 parent 93f8329 commit a2ec6d7

File tree

4 files changed

+51
-2
lines changed

4 files changed

+51
-2
lines changed

.changeset/pre.json

Lines changed: 15 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",
@@ -374,6 +380,7 @@
374380
"large-waves-join",
375381
"late-bees-vanish",
376382
"late-crabs-lay",
383+
"late-geckos-draw",
377384
"late-grapes-judge",
378385
"late-peaches-mate",
379386
"late-zebras-argue",
@@ -429,6 +436,7 @@
429436
"mean-jokes-exist",
430437
"mean-numbers-cry",
431438
"mean-parents-film",
439+
"metal-cameras-jump",
432440
"metal-clouds-raise",
433441
"metal-lobsters-burn",
434442
"metal-pans-trade",
@@ -527,6 +535,7 @@
527535
"plenty-zoos-fix",
528536
"polite-dolphins-care",
529537
"polite-peas-mate",
538+
"polite-pugs-attend",
530539
"polite-pumpkins-guess",
531540
"polite-ravens-study",
532541
"polite-tomatoes-trade",
@@ -585,6 +594,7 @@
585594
"rich-tables-sing",
586595
"rich-taxis-hear",
587596
"rich-waves-mix",
597+
"rotten-actors-rush",
588598
"rotten-bags-type",
589599
"rotten-buckets-develop",
590600
"rotten-experts-relax",
@@ -596,6 +606,7 @@
596606
"selfish-socks-smile",
597607
"selfish-spies-help",
598608
"selfish-tools-hide",
609+
"selfish-trainers-kiss",
599610
"serious-bobcats-carry",
600611
"serious-crabs-punch",
601612
"serious-goats-tap",
@@ -729,6 +740,7 @@
729740
"strange-pears-perform",
730741
"strange-pillows-greet",
731742
"strange-roses-brake",
743+
"strange-trains-destroy",
732744
"strong-apricots-destroy",
733745
"strong-gifts-smoke",
734746
"strong-lemons-provide",
@@ -758,6 +770,7 @@
758770
"tame-cycles-kneel",
759771
"tame-dodos-float",
760772
"tame-dots-battle",
773+
"tame-frogs-shave",
761774
"tame-goats-bow",
762775
"tame-spies-drum",
763776
"tasty-cheetahs-appear",
@@ -814,6 +827,7 @@
814827
"tiny-taxis-whisper",
815828
"tough-buckets-thank",
816829
"tough-radios-punch",
830+
"tough-snails-chew",
817831
"tough-tomatoes-explain",
818832
"tricky-avocados-play",
819833
"tricky-balloons-care",
@@ -827,6 +841,7 @@
827841
"twelve-scissors-kneel",
828842
"twelve-worms-jog",
829843
"twenty-gifts-develop",
844+
"twenty-toes-attack",
830845
"two-brooms-fail",
831846
"two-candles-move",
832847
"two-cats-approve",

packages/svelte/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
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: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` ([#13216](https://github.com/sveltejs/svelte/pull/13216))
20+
21+
- fix: ensure types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))
22+
23+
- fix: ensure $inspect effects are fine-grain ([#13199](https://github.com/sveltejs/svelte/pull/13199))
24+
25+
- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))
26+
27+
- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))
28+
29+
- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))
30+
31+
- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))
32+
33+
- fix: allow for nesting selector in pseudoclasses ([#13209](https://github.com/sveltejs/svelte/pull/13209))
34+
35+
- fix: ensure StyleDirective and ClassDirective are marked as dynamic ([#13205](https://github.com/sveltejs/svelte/pull/13205))
36+
337
## 5.0.0-next.244
438

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