Skip to content

Commit 890dd0d

Browse files
Version Packages (next)
1 parent 14bf4b4 commit 890dd0d

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.changeset/pre.json

Lines changed: 9 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",
@@ -75,7 +77,9 @@
7577
"healthy-planes-vanish",
7678
"heavy-ears-rule",
7779
"hip-balloons-begin",
80+
"honest-buses-add",
7881
"honest-icons-change",
82+
"hungry-boxes-relate",
7983
"hungry-dots-fry",
8084
"hungry-tips-unite",
8185
"hungry-trees-travel",
@@ -141,7 +145,9 @@
141145
"rich-tables-sing",
142146
"rotten-bags-type",
143147
"rotten-buckets-develop",
148+
"selfish-dragons-knock",
144149
"selfish-tools-hide",
150+
"serious-kids-deliver",
145151
"serious-socks-cover",
146152
"serious-zebras-scream",
147153
"seven-deers-jam",
@@ -163,6 +169,7 @@
163169
"smart-zebras-pay",
164170
"soft-clocks-remember",
165171
"soft-geese-learn",
172+
"soft-months-grab",
166173
"soft-tigers-wink",
167174
"sour-forks-stare",
168175
"sour-rules-march",
@@ -211,6 +218,7 @@
211218
"wild-foxes-wonder",
212219
"wise-dancers-hang",
213220
"wise-donkeys-marry",
214-
"witty-camels-warn"
221+
"witty-camels-warn",
222+
"witty-steaks-dream"
215223
]
216224
}

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.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: correct increment/decrement code generation ([`2861ad66e054d2b14f382aaada4512e3e5d56db8`](https://github.com/sveltejs/svelte/commit/2861ad66e054d2b14f382aaada4512e3e5d56db8))
12+
13+
- fix: sanitize component event names ([#10235](https://github.com/sveltejs/svelte/pull/10235))
14+
15+
- fix: allow ts casts in bindings ([#10181](https://github.com/sveltejs/svelte/pull/10181))
16+
17+
- fix: allow `:global(..)` in compound selectors ([#10266](https://github.com/sveltejs/svelte/pull/10266))
18+
19+
- fix: hydrate controlled each blocks correctly ([#10259](https://github.com/sveltejs/svelte/pull/10259))
20+
21+
- fix: ensure proxy is updated before notifying listeners ([#10267](https://github.com/sveltejs/svelte/pull/10267))
22+
323
## 5.0.0-next.37
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.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)