summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 08:36:25 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 10:36:25 -0500
commite3c030e5d3bef916bc5319327b0c978a355031e3 (patch)
tree1ca00ead92919b20894409278ff1f862ac6dc821 /packages/integrations/react
parentae766f31fe71c0a1d6d91225c8a10a9a6f60565a (diff)
downloadastro-90eb20099f497bbc172c52e02258f83db42fec96.tar.gz
astro-90eb20099f497bbc172c52e02258f83db42fec96.tar.zst
astro-90eb20099f497bbc172c52e02258f83db42fec96.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 9471ae8cb..28e84a83a 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 2.3.1
+
+### Patch Changes
+
+- [#8137](https://github.com/withastro/astro/pull/8137) [`8c0a4ed10`](https://github.com/withastro/astro/commit/8c0a4ed106efeda286f0aae8b959008f9462b5ec) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix missing export for new `experimentalReactChildren` option
+
## 2.3.0
### Minor Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 3b4e015e2..bc1256947 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": "2.3.0",
+ "version": "2.3.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",