From d94ca48481b18135f9eb693a121c8f31ab22b2fa Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Mon, 9 Jan 2023 10:10:32 -0500 Subject: [PATCH] Add changeset --- .changeset/thin-seahorses-worry.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .changeset/thin-seahorses-worry.md diff --git a/.changeset/thin-seahorses-worry.md b/.changeset/thin-seahorses-worry.md new file mode 100644 index 000000000000..959fc8505538 --- /dev/null +++ b/.changeset/thin-seahorses-worry.md @@ -0,0 +1,16 @@ +--- +'@astrojs/cloudflare': major +'@astrojs/deno': major +'@astrojs/netlify': major +'@astrojs/node': major +'@astrojs/svelte': major +'@astrojs/tailwind': major +'@astrojs/vercel': major +'@astrojs/vue': major +'@astrojs/markdown-remark': major +'@astrojs/image': minor +--- + +Make astro a peerDependency of integrations + +This marks `astro` as a peerDependency of serveral packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.