From 5953a6ca0d6b0d5caf6f24c510300dbefe9e4c64 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:13:33 -0700 Subject: [PATCH] [ci] release (#3797) Co-authored-by: github-actions[bot] --- .changeset/neat-yaks-hope.md | 5 ----- packages/integrations/image/CHANGELOG.md | 6 ++++++ packages/integrations/image/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/neat-yaks-hope.md diff --git a/.changeset/neat-yaks-hope.md b/.changeset/neat-yaks-hope.md deleted file mode 100644 index e892b4cc6..000000000 --- a/.changeset/neat-yaks-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Automatically adds the required `vite.optimizeDeps` config for `sharp`. Also ensures that only whole numbers are passed to sharp's resize transform diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index ce9fc333f..f94473cbb 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.0.3 + +### Patch Changes + +- [#3795](https://github.com/withastro/astro/pull/3795) [`d143d24c`](https://github.com/withastro/astro/commit/d143d24c7246153e6f66d8e0f3f9c78cadfee258) Thanks [@tony-sull](https://github.com/tony-sull)! - Automatically adds the required `vite.optimizeDeps` config for `sharp`. Also ensures that only whole numbers are passed to sharp's resize transform + ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index e496a1cbd..4ffa94ec1 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.0.2", + "version": "0.0.3", "type": "module", "types": "./dist/types.d.ts", "author": "withastro",