From 19b8fbd11cfda1311d966a5510ed9807821240f3 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 30 Aug 2023 11:42:09 -0400 Subject: [PATCH] Image integration deprecation (#8294) --- .changeset/chatty-houses-mate.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/chatty-houses-mate.md diff --git a/.changeset/chatty-houses-mate.md b/.changeset/chatty-houses-mate.md new file mode 100644 index 000000000..9a7e5c282 --- /dev/null +++ b/.changeset/chatty-houses-mate.md @@ -0,0 +1,7 @@ +--- +'@astrojs/image': minor +--- + +@astrojs/image deprecation + +The `@astrojs/image` package is deprecated in favor of using `astro:assets`. If you are using Astro 3 you should start using the Assets package. See [the upgrade guide](https://docs.astro.build/en/guides/upgrade-to/v3/#removed-astrojsimage) for more information.