diff --git a/.changeset/chatty-cows-attack.md b/.changeset/chatty-cows-attack.md deleted file mode 100644 index 7fe9fb8c23e9..000000000000 --- a/.changeset/chatty-cows-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow components to return a Response diff --git a/.changeset/flat-radios-cheer.md b/.changeset/flat-radios-cheer.md deleted file mode 100644 index ab01d34ddfd2..000000000000 --- a/.changeset/flat-radios-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -`--experimental-ssr` now is only required when using a 3rd-party adapter diff --git a/.changeset/forty-coins-attend.md b/.changeset/forty-coins-attend.md deleted file mode 100644 index 467e520fd68b..000000000000 --- a/.changeset/forty-coins-attend.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"astro": minor ---- - -Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md) - -- New Markdown API -- New `Astro.glob()` API -- **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`) - -```diff -// v0.25 -- let allPosts = Astro.fetchContent('./posts/*.md'); -// v0.26+ -+ let allPosts = await Astro.glob('./posts/*.md'); -``` diff --git a/.changeset/happy-carrots-carry.md b/.changeset/happy-carrots-carry.md deleted file mode 100644 index 82cae9fe5990..000000000000 --- a/.changeset/happy-carrots-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `