summaryrefslogtreecommitdiff
path: root/packages/integrations/image
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/image')
-rw-r--r--packages/integrations/image/CHANGELOG.md9
-rw-r--r--packages/integrations/image/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index 175cf5e70..09232ede0 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/image
+## 0.12.2-beta.1
+
+### Patch Changes
+
+- [#5930](https://github.com/withastro/astro/pull/5930) [`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8) Thanks [@h3y6e](https://github.com/h3y6e)! - Update magic-string from 0.25.9 to 0.27.0
+
+- Updated dependencies [[`4987d6f44`](https://github.com/withastro/astro/commit/4987d6f44cfd0d81d88f21f5c380503403dc1e6a), [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565), [`7325df412`](https://github.com/withastro/astro/commit/7325df412107fc0e65cd45c1b568fb686708f723), [`a8d3e7924`](https://github.com/withastro/astro/commit/a8d3e79246605d252dcddad159e358e2d79bd624), [`5fd9208d4`](https://github.com/withastro/astro/commit/5fd9208d447f5ab8909a2188b6c2491a0debd49d)]:
+ - astro@2.0.0-beta.4
+
## 0.12.2-beta.0
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index e4cfe0647..ca0aab288 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.12.2-beta.0",
+ "version": "0.12.2-beta.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -64,7 +64,7 @@
"vite": "^4.0.3"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3",
+ "astro": "workspace:^2.0.0-beta.4",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {