From dd926cde27982d4532aadf4ea06a6012143d4bc4 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 19 Jul 2024 16:33:26 -0400 Subject: [PATCH] changesets --- .changeset/forty-bikes-buy.md | 5 +++++ .changeset/moody-lions-watch.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/forty-bikes-buy.md create mode 100644 .changeset/moody-lions-watch.md diff --git a/.changeset/forty-bikes-buy.md b/.changeset/forty-bikes-buy.md new file mode 100644 index 0000000000..503c10451b --- /dev/null +++ b/.changeset/forty-bikes-buy.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +fix: improve validation error that occurs when using `{@render ...}` to render default slotted content diff --git a/.changeset/moody-lions-watch.md b/.changeset/moody-lions-watch.md new file mode 100644 index 0000000000..ef15dc742e --- /dev/null +++ b/.changeset/moody-lions-watch.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +fix: update component/snippet types to more accurately reflect implementation