Skip to content

Version Packages (next) #10601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"big-eggs-flash",
"big-eyes-carry",
"big-geese-act",
"blue-rules-juggle",
"blue-timers-film",
"brave-points-sleep",
"brave-shrimps-kiss",
Expand All @@ -29,6 +30,7 @@
"bright-snakes-sing",
"brown-months-fry",
"brown-spoons-boil",
"chatty-beans-divide",
"chatty-cups-drop",
"chatty-taxis-juggle",
"chilled-pumas-invite",
Expand All @@ -38,6 +40,7 @@
"clever-chefs-relate",
"clever-rockets-burn",
"cold-birds-own",
"cold-masks-learn",
"cool-ants-leave",
"cool-rabbits-tickle",
"cool-roses-trade",
Expand Down Expand Up @@ -83,6 +86,7 @@
"forty-peaches-unite",
"forty-suns-smile",
"four-flies-hammer",
"fresh-impalas-bow",
"fresh-weeks-trade",
"friendly-candles-relate",
"friendly-lies-camp",
Expand All @@ -92,6 +96,7 @@
"gentle-spies-happen",
"giant-moons-own",
"giant-roses-press",
"good-buses-reply",
"good-cars-visit",
"good-pianos-jump",
"good-rivers-yawn",
Expand Down Expand Up @@ -151,6 +156,7 @@
"moody-carrots-lay",
"moody-frogs-exist",
"moody-owls-cry",
"moody-sheep-type",
"nasty-lions-double",
"nasty-yaks-peel",
"neat-boats-shake",
Expand Down Expand Up @@ -184,6 +190,7 @@
"pretty-ties-help",
"purple-dragons-peel",
"quiet-apricots-dream",
"quiet-berries-end",
"quiet-camels-mate",
"quiet-crabs-nail",
"quiet-timers-speak",
Expand All @@ -202,6 +209,7 @@
"rotten-bags-type",
"rotten-buckets-develop",
"rotten-experts-relax",
"rude-ghosts-tickle",
"selfish-dragons-knock",
"selfish-tools-hide",
"serious-kids-deliver",
Expand Down
20 changes: 20 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# svelte

## 5.0.0-next.66

### Patch Changes

- fix: don't clear date input on temporarily invalid value ([#10616](https://github.com/sveltejs/svelte/pull/10616))

- fix: use safe-equals comparison for `@const` tags in legacy mode ([#10606](https://github.com/sveltejs/svelte/pull/10606))

- fix: improve proxy effect dependency tracking ([#10605](https://github.com/sveltejs/svelte/pull/10605))

- fix: prevent window listeners from triggering events twice ([#10611](https://github.com/sveltejs/svelte/pull/10611))

- feat: allow dynamic `type` attribute with `bind:value` ([#10608](https://github.com/sveltejs/svelte/pull/10608))

- fix: make `bind_this` implementation more robust ([#10598](https://github.com/sveltejs/svelte/pull/10598))

- fix: tweak initial `bind:clientWidth/clientHeight/offsetWidth/offsetHeight` update timing ([#10512](https://github.com/sveltejs/svelte/pull/10512))

- fix: correctly handle proxied signal writes before reads ([#10612](https://github.com/sveltejs/svelte/pull/10612))

## 5.0.0-next.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.65",
"version": "5.0.0-next.66",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.65';
export const VERSION = '5.0.0-next.66';
export const PUBLIC_VERSION = '5';