summaryrefslogtreecommitdiff
path: root/packages/integrations/image
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-08 17:54:39 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-08 20:54:39 -0400
commit1785e568a003a38b17fb5584dedab4e6143a9b3c (patch)
tree091cb361a2536210dcabe846e43b121934b60a24 /packages/integrations/image
parentabb874b6c232dc3627edee90d6a5ee116caee29f (diff)
downloadastro-3b51e4abb705797bff53e6cb9ee5090e4642b3a1.tar.gz
astro-3b51e4abb705797bff53e6cb9ee5090e4642b3a1.tar.zst
astro-3b51e4abb705797bff53e6cb9ee5090e4642b3a1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image')
-rw-r--r--packages/integrations/image/CHANGELOG.md16
-rw-r--r--packages/integrations/image/package.json2
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index aad6710e5..4479c395c 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,21 @@
# @astrojs/image
+## 0.1.0
+
+### Minor Changes
+
+- [#3866](https://github.com/withastro/astro/pull/3866) [`89d76753`](https://github.com/withastro/astro/commit/89d76753a0dc50b2967d1fa9d36e34bde2722b83) Thanks [@tony-sull](https://github.com/tony-sull)! - The new `<Picture />` component adds art direction support for building responsive images with multiple sizes and file types :tada:
+
+### Patch Changes
+
+- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
+
+* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
+
+- [#3848](https://github.com/withastro/astro/pull/3848) [`502f0631`](https://github.com/withastro/astro/commit/502f0631317fe1b23582d4126c44f44cb0b0716f) Thanks [@matthewp](https://github.com/matthewp)! - Allow importing the Image component from @astrojs/image
+
+* [#3869](https://github.com/withastro/astro/pull/3869) [`0aaef1c4`](https://github.com/withastro/astro/commit/0aaef1c48bacff5a05498af201d456efeac82ac2) Thanks [@tony-sull](https://github.com/tony-sull)! - Bugfix: fixing a bug that broke builds in NPM workspaces
+
## 0.0.4
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 9f4fbd45c..17a20afa4 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.4",
+ "version": "0.1.0",
"type": "module",
"types": "./dist/types.d.ts",
"author": "withastro",