summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-24 09:26:45 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-24 12:26:45 -0400
commita86b41c852ce5c05e9bda8d29a8ba29a0502e3b0 (patch)
treedd24289fd7a34ca0951cff3aec550a7e14cbed67 /packages/integrations/react
parentf2dd895d71e0fccfbc1b98890ceefb69f32524d5 (diff)
downloadastro-a86b41c852ce5c05e9bda8d29a8ba29a0502e3b0.tar.gz
astro-a86b41c852ce5c05e9bda8d29a8ba29a0502e3b0.tar.zst
astro-a86b41c852ce5c05e9bda8d29a8ba29a0502e3b0.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 dec1b4235..b74b2c696 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.0.4
+
+### Patch Changes
+
+- [#8898](https://github.com/withastro/astro/pull/8898) [`4dee38711`](https://github.com/withastro/astro/commit/4dee38711cbf83efb5e12fbfa8e69e2495c49acf) Thanks [@matthewp](https://github.com/matthewp)! - Fixes client hydration in islands when using experimentalReactChildren
+
## 3.0.3
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index e717cc1a5..074d963e8 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.3",
+ "version": "3.0.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",