Skip to content

Commit c544731

Browse files
Version Packages (next)
1 parent 45e3857 commit c544731

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"big-eggs-flash",
2121
"big-eyes-carry",
2222
"big-geese-act",
23+
"blue-rules-juggle",
2324
"blue-timers-film",
2425
"brave-points-sleep",
2526
"brave-shrimps-kiss",
@@ -29,6 +30,7 @@
2930
"bright-snakes-sing",
3031
"brown-months-fry",
3132
"brown-spoons-boil",
33+
"chatty-beans-divide",
3234
"chatty-cups-drop",
3335
"chatty-taxis-juggle",
3436
"chilled-pumas-invite",
@@ -38,6 +40,7 @@
3840
"clever-chefs-relate",
3941
"clever-rockets-burn",
4042
"cold-birds-own",
43+
"cold-masks-learn",
4144
"cool-ants-leave",
4245
"cool-rabbits-tickle",
4346
"cool-roses-trade",
@@ -92,6 +95,7 @@
9295
"gentle-spies-happen",
9396
"giant-moons-own",
9497
"giant-roses-press",
98+
"good-buses-reply",
9599
"good-cars-visit",
96100
"good-pianos-jump",
97101
"good-rivers-yawn",
@@ -151,6 +155,7 @@
151155
"moody-carrots-lay",
152156
"moody-frogs-exist",
153157
"moody-owls-cry",
158+
"moody-sheep-type",
154159
"nasty-lions-double",
155160
"nasty-yaks-peel",
156161
"neat-boats-shake",
@@ -184,6 +189,7 @@
184189
"pretty-ties-help",
185190
"purple-dragons-peel",
186191
"quiet-apricots-dream",
192+
"quiet-berries-end",
187193
"quiet-camels-mate",
188194
"quiet-crabs-nail",
189195
"quiet-timers-speak",
@@ -202,6 +208,7 @@
202208
"rotten-bags-type",
203209
"rotten-buckets-develop",
204210
"rotten-experts-relax",
211+
"rude-ghosts-tickle",
205212
"selfish-dragons-knock",
206213
"selfish-tools-hide",
207214
"serious-kids-deliver",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.66
4+
5+
### Patch Changes
6+
7+
- fix: don't clear date input on temporarily invalid value ([#10616](https://github.com/sveltejs/svelte/pull/10616))
8+
9+
- fix: use safe-equals comparison for `@const` tags in legacy mode ([#10606](https://github.com/sveltejs/svelte/pull/10606))
10+
11+
- fix: improve proxy effect dependency tracking ([#10605](https://github.com/sveltejs/svelte/pull/10605))
12+
13+
- feat: allow dynamic `type` attribute with `bind:value` ([#10608](https://github.com/sveltejs/svelte/pull/10608))
14+
15+
- fix: make `bind_this` implementation more robust ([#10598](https://github.com/sveltejs/svelte/pull/10598))
16+
17+
- fix: tweak initial `bind:clientWidth/clientHeight/offsetWidth/offsetHeight` update timing ([#10512](https://github.com/sveltejs/svelte/pull/10512))
18+
19+
- fix: correctly handle proxied signal writes before reads ([#10612](https://github.com/sveltejs/svelte/pull/10612))
20+
321
## 5.0.0-next.65
422

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

0 commit comments

Comments
 (0)