From 5684a016bbc98114b0cd1a05b9380fc757ace8b9 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:55:48 -0700 Subject: [PATCH] [ci] release (#4823) Co-authored-by: github-actions[bot] --- .changeset/grumpy-monkeys-watch.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/grumpy-monkeys-watch.md diff --git a/.changeset/grumpy-monkeys-watch.md b/.changeset/grumpy-monkeys-watch.md deleted file mode 100644 index 5eb33f6ce..000000000 --- a/.changeset/grumpy-monkeys-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Prevent background flattening on formats supporting transparency diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 8bdb6ee6e..25972c5f8 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.7.1 + +### Patch Changes + +- [#4800](https://github.com/withastro/astro/pull/4800) [`ea37de86e`](https://github.com/withastro/astro/commit/ea37de86e4b0f1e1e371fabf37495321c71bd24d) Thanks [@obennaci](https://github.com/obennaci)! - Prevent background flattening on formats supporting transparency + ## 0.7.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index e21927a45..a41e4732c 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.7.0", + "version": "0.7.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",