Skip to content

Commit ad91046

Browse files
Version Packages (next)
1 parent 14d7b26 commit ad91046

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

.changeset/pre.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"changesets": [
1212
"afraid-moose-matter",
1313
"angry-books-jam",
14+
"angry-plums-punch",
1415
"beige-flies-wash",
1516
"beige-rabbits-shave",
1617
"big-cars-serve",
@@ -50,6 +51,7 @@
5051
"empty-tools-share",
5152
"fair-crabs-check",
5253
"fair-pianos-talk",
54+
"famous-falcons-melt",
5355
"famous-knives-sneeze",
5456
"fast-weeks-clean",
5557
"few-mugs-fail",
@@ -64,6 +66,7 @@
6466
"friendly-lies-camp",
6567
"funny-wombats-argue",
6668
"gentle-sheep-hug",
69+
"gentle-spies-happen",
6770
"giant-moons-own",
6871
"giant-roses-press",
6972
"good-cars-visit",
@@ -75,7 +78,9 @@
7578
"healthy-planes-vanish",
7679
"heavy-ears-rule",
7780
"hip-balloons-begin",
81+
"honest-buses-add",
7882
"honest-icons-change",
83+
"hungry-boxes-relate",
7984
"hungry-dots-fry",
8085
"hungry-tips-unite",
8186
"hungry-trees-travel",
@@ -139,9 +144,12 @@
139144
"rich-cobras-exist",
140145
"rich-sheep-burn",
141146
"rich-tables-sing",
147+
"rich-waves-mix",
142148
"rotten-bags-type",
143149
"rotten-buckets-develop",
150+
"selfish-dragons-knock",
144151
"selfish-tools-hide",
152+
"serious-kids-deliver",
145153
"serious-socks-cover",
146154
"serious-zebras-scream",
147155
"seven-deers-jam",
@@ -163,6 +171,7 @@
163171
"smart-zebras-pay",
164172
"soft-clocks-remember",
165173
"soft-geese-learn",
174+
"soft-months-grab",
166175
"soft-tigers-wink",
167176
"sour-forks-stare",
168177
"sour-rules-march",
@@ -177,6 +186,7 @@
177186
"sweet-mangos-beg",
178187
"sweet-pens-sniff",
179188
"swift-donkeys-perform",
189+
"swift-fans-stare",
180190
"swift-ravens-hunt",
181191
"swift-seahorses-deliver",
182192
"tall-books-grin",
@@ -211,6 +221,7 @@
211221
"wild-foxes-wonder",
212222
"wise-dancers-hang",
213223
"wise-donkeys-marry",
214-
"witty-camels-warn"
224+
"witty-camels-warn",
225+
"witty-steaks-dream"
215226
]
216227
}

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.38
4+
5+
### Patch Changes
6+
7+
- chore: improve should_proxy_or_freeze logic internally ([#10249](https://github.com/sveltejs/svelte/pull/10249))
8+
9+
- fix: add back `derived` type overload ([`776ac3c1762da5f8147c457a997a417cfae67e4c`](https://github.com/sveltejs/svelte/commit/776ac3c1762da5f8147c457a997a417cfae67e4c))
10+
11+
- fix: more robust url equality check at dev time ([`14d7b26897cbfa129847c446b0ecf9557d77ef7c`](https://github.com/sveltejs/svelte/commit/14d7b26897cbfa129847c446b0ecf9557d77ef7c))
12+
13+
- fix: correct increment/decrement code generation ([`2861ad66e054d2b14f382aaada4512e3e5d56db8`](https://github.com/sveltejs/svelte/commit/2861ad66e054d2b14f382aaada4512e3e5d56db8))
14+
15+
- fix: sanitize component event names ([#10235](https://github.com/sveltejs/svelte/pull/10235))
16+
17+
- fix: try-catch deep read during `$inspect` ([#10270](https://github.com/sveltejs/svelte/pull/10270))
18+
19+
- fix: allow ts casts in bindings ([#10181](https://github.com/sveltejs/svelte/pull/10181))
20+
21+
- fix: allow `:global(..)` in compound selectors ([#10266](https://github.com/sveltejs/svelte/pull/10266))
22+
23+
- fix: hydrate controlled each blocks correctly ([#10259](https://github.com/sveltejs/svelte/pull/10259))
24+
25+
- chore: improve $state static reference warning heuristics ([#10275](https://github.com/sveltejs/svelte/pull/10275))
26+
27+
- fix: ensure proxy is updated before notifying listeners ([#10267](https://github.com/sveltejs/svelte/pull/10267))
28+
329
## 5.0.0-next.37
430

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

0 commit comments

Comments
 (0)