diff options
author | 2022-08-22 13:53:44 -0700 | |
---|---|---|
committer | 2022-08-22 16:53:44 -0400 | |
commit | c8d0fa4c4e88e0b35b1028af8a6233232cf1d2b5 (patch) | |
tree | a23c86b085d9357b40e627898169a62818ac8a2a | |
parent | a20e811795c1294b446cfe1b83554dc8ef731628 (diff) | |
download | astro-c8d0fa4c4e88e0b35b1028af8a6233232cf1d2b5.tar.gz astro-c8d0fa4c4e88e0b35b1028af8a6233232cf1d2b5.tar.zst astro-c8d0fa4c4e88e0b35b1028af8a6233232cf1d2b5.zip |
[ci] release (#4425)astro@1.0.7@astrojs/vercel@1.0.1@astrojs/image@0.3.6@astrojs/alpinejs@0.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/chatty-ants-shop.md | 5 | ||||
-rw-r--r-- | packages/integrations/image/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/image/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/chatty-ants-shop.md b/.changeset/chatty-ants-shop.md deleted file mode 100644 index 4c27d993c..000000000 --- a/.changeset/chatty-ants-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -When using remote images in SSG builds, query parameters from the original image source should be stripped from final build output diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 274845a5b..31bb260ee 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.3.6 + +### Patch Changes + +- [#4338](https://github.com/withastro/astro/pull/4338) [`579e2daf8`](https://github.com/withastro/astro/commit/579e2daf8dd1816737d1bd253bf96c108a014061) Thanks [@tony-sull](https://github.com/tony-sull)! - When using remote images in SSG builds, query parameters from the original image source should be stripped from final build output + ## 0.3.5 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 6d9b35c4a..65e1ecc2c 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.3.5", + "version": "0.3.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |