summaryrefslogtreecommitdiff
path: root/packages/integrations/image/package.json
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-12 08:40:35 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:40:35 -0500
commit02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch)
tree02b6d6724d69c4bc8e44bd47d246705dc0e99145 /packages/integrations/image/package.json
parent1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff)
downloadastro-02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7.tar.gz
astro-02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7.tar.zst
astro-02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image/package.json')
-rw-r--r--packages/integrations/image/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index d223ccfec..bd6039145 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.13.0-beta.1",
+ "version": "1.0.0-beta.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -66,7 +66,7 @@
},
"peerDependencies": {
"sharp": ">=0.31.0",
- "astro": "workspace:^2.0.0-beta.0"
+ "astro": "workspace:^2.0.0-beta.2"
},
"peerDependenciesMeta": {
"sharp": {