diff options
author | 2022-07-01 15:54:45 +0000 | |
---|---|---|
committer | 2022-07-01 15:54:45 +0000 | |
commit | f4943e0fbced044f0ba4435cb41d77b67c98e69f (patch) | |
tree | 45fcd9178f4165276d0ff9df1cd3148dc76e68aa | |
parent | deab65d7b322aa9c230f2f14e9ed38767050390e (diff) | |
download | astro-f4943e0fbced044f0ba4435cb41d77b67c98e69f.tar.gz astro-f4943e0fbced044f0ba4435cb41d77b67c98e69f.tar.zst astro-f4943e0fbced044f0ba4435cb41d77b67c98e69f.zip |
Chore/image changeset (#3788)
* chore: missed the changeset commit on the images PR
* revert unrelated .d.ts file
* lint fix
-rw-r--r-- | .changeset/neat-wolves-kick.md | 5 | ||||
-rw-r--r-- | .changeset/tough-buses-compare.md | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.changeset/neat-wolves-kick.md b/.changeset/neat-wolves-kick.md new file mode 100644 index 000000000..8cd7ce070 --- /dev/null +++ b/.changeset/neat-wolves-kick.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Adds support for the new `astrojs/image` integration diff --git a/.changeset/tough-buses-compare.md b/.changeset/tough-buses-compare.md new file mode 100644 index 000000000..843001daf --- /dev/null +++ b/.changeset/tough-buses-compare.md @@ -0,0 +1,5 @@ +--- +'@astrojs/image': patch +--- + +Initial release! 🎉 |