summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-07 10:25:29 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-07 23:55:29 +0530
commitef00224a86a5863f2800274d1034d7b039b55749 (patch)
tree580fb2f7a71823d73fa7fb3da8da4488a1807c42 /packages/integrations/react
parent3fc76efb2a8faa47edf67562a1f0c84a19be1b33 (diff)
downloadastro-ef00224a86a5863f2800274d1034d7b039b55749.tar.gz
astro-ef00224a86a5863f2800274d1034d7b039b55749.tar.zst
astro-ef00224a86a5863f2800274d1034d7b039b55749.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/CHANGELOG.md6
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 48d712ae9..599ea231d 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.0.10
+
+### Patch Changes
+
+- [#9849](https://github.com/withastro/astro/pull/9849) [`20ca3154fb37049cbcd51b06d9fa2ef25ac25a36`](https://github.com/withastro/astro/commit/20ca3154fb37049cbcd51b06d9fa2ef25ac25a36) Thanks [@StandardGage](https://github.com/StandardGage)! - Fixes an issue where passing void elements (img, etc..) did not work with the `experimentalReactChildren` option enabled
+
## 3.0.9
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 98b39ff8f..25688faaa 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
- "version": "3.0.9",
+ "version": "3.0.10",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",