diff --git a/.changeset/chatty-houses-mate.md b/.changeset/chatty-houses-mate.md deleted file mode 100644 index 9a7e5c2827..0000000000 --- a/.changeset/chatty-houses-mate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@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. diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 9deccac59b..5f384c5db1 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/image +## 0.18.0 + +### Minor Changes + +- [#8294](https://github.com/withastro/astro/pull/8294) [`19b8fbd11`](https://github.com/withastro/astro/commit/19b8fbd11cfda1311d966a5510ed9807821240f3) Thanks [@matthewp](https://github.com/matthewp)! - @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. + ## 0.17.3 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 8d2cd6fb8e..4842d41608 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site", - "version": "0.17.3", + "version": "0.18.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",