[ci] release (#8295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
19b8fbd11c
commit
a7a1d2697c
3 changed files with 9 additions and 8 deletions
|
@ -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.
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @astrojs/image
|
# @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
|
## 0.17.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/image",
|
"name": "@astrojs/image",
|
||||||
"description": "Load and transform images in your Astro site",
|
"description": "Load and transform images in your Astro site",
|
||||||
"version": "0.17.3",
|
"version": "0.18.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
Loading…
Reference in a new issue