From 48c9b142cccaff780b0d72abdd858214614af09f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:40:46 -0600 Subject: [PATCH] [ci] release (#2925) Co-authored-by: github-actions[bot] --- .changeset/chatty-cows-attack.md | 5 - .changeset/flat-radios-cheer.md | 5 - .changeset/forty-coins-attend.md | 16 --- .changeset/happy-carrots-carry.md | 5 - .changeset/light-apricots-sort.md | 7 -- .changeset/ninety-jars-swim.md | 5 - .changeset/odd-swans-walk.md | 5 - .changeset/perfect-dogs-turn.md | 5 - .changeset/pre.json | 61 ---------- .changeset/small-radios-remain.md | 5 - .changeset/soft-avocados-turn.md | 5 - .changeset/sour-eggs-wink.md | 6 - .changeset/swift-trainers-suffer.md | 5 - .changeset/tall-cooks-begin.md | 7 -- .changeset/tasty-zoos-wink.md | 5 - .changeset/wicked-toes-flow.md | 11 -- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 4 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 4 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/integrations-playground/package.json | 10 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 4 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 4 +- examples/with-markdown/package.json | 6 +- examples/with-nanostores/package.json | 4 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 110 +++++++++++++----- packages/astro/package.json | 4 +- packages/integrations/deno/CHANGELOG.md | 10 ++ packages/integrations/deno/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 8 +- packages/integrations/netlify/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 + packages/integrations/partytown/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 + packages/integrations/react/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 12 ++ packages/integrations/sitemap/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 10 ++ packages/integrations/tailwind/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 14 ++- packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 84 ++++++------- 60 files changed, 231 insertions(+), 287 deletions(-) delete mode 100644 .changeset/chatty-cows-attack.md delete mode 100644 .changeset/flat-radios-cheer.md delete mode 100644 .changeset/forty-coins-attend.md delete mode 100644 .changeset/happy-carrots-carry.md delete mode 100644 .changeset/light-apricots-sort.md delete mode 100644 .changeset/ninety-jars-swim.md delete mode 100644 .changeset/odd-swans-walk.md delete mode 100644 .changeset/perfect-dogs-turn.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/small-radios-remain.md delete mode 100644 .changeset/soft-avocados-turn.md delete mode 100644 .changeset/sour-eggs-wink.md delete mode 100644 .changeset/swift-trainers-suffer.md delete mode 100644 .changeset/tall-cooks-begin.md delete mode 100644 .changeset/tasty-zoos-wink.md delete mode 100644 .changeset/wicked-toes-flow.md 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 `