From 04ad445632c67bdd60c1704e1e0dcbcaa27b9308 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 9 Aug 2022 09:35:11 -0500 Subject: [PATCH] chore: add changesets --- .changeset/big-singers-laugh.md | 27 +++++++++++++++++++++++++++ .changeset/lucky-clouds-fry.md | 7 +++++++ 2 files changed, 34 insertions(+) create mode 100644 .changeset/big-singers-laugh.md create mode 100644 .changeset/lucky-clouds-fry.md diff --git a/.changeset/big-singers-laugh.md b/.changeset/big-singers-laugh.md new file mode 100644 index 000000000000..85ae82aa790b --- /dev/null +++ b/.changeset/big-singers-laugh.md @@ -0,0 +1,27 @@ +--- +'@astrojs/prism': major +'@astrojs/rss': major +'create-astro': major +'@astrojs/cloudflare': major +'@astrojs/deno': major +'@astrojs/lit': major +'@astrojs/netlify': major +'@astrojs/node': major +'@astrojs/partytown': major +'@astrojs/preact': major +'@astrojs/react': major +'@astrojs/sitemap': major +'@astrojs/solid-js': major +'@astrojs/svelte': major +'@astrojs/tailwind': major +'@astrojs/vercel': major +'@astrojs/vue': major +'@astrojs/markdown-component': major +'@astrojs/markdown-remark': major +'@astrojs/telemetry': major +'@astrojs/webapi': major +--- + +> Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/). + +**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`! diff --git a/.changeset/lucky-clouds-fry.md b/.changeset/lucky-clouds-fry.md new file mode 100644 index 000000000000..a65ecd84c2c8 --- /dev/null +++ b/.changeset/lucky-clouds-fry.md @@ -0,0 +1,7 @@ +--- +'astro': major +--- + +> Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/). + +If you need help migrating an existing Astro project to the new Astro v1.0, check out our updated [Migration Guide](https://docs.astro.build/en/migrate/) and [full documentation website](https://docs.astro.build/).