[ci] release (#8295)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-08-30 08:56:19 -07:00 committed by GitHub
parent 19b8fbd11c
commit a7a1d2697c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -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.

View file

@ -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

View file

@ -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",