summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-05-09 03:06:49 -0700
committerGravatar GitHub <noreply@github.com> 2024-05-09 11:06:49 +0100
commit770b9f06c3d67f89de527d8b3a842555e596c01f (patch)
tree1567d18564d05341e013d5cbff6c109701baabb1 /packages/integrations/react
parent0ac090dca356a1dc282836f8154c0869ae793f5a (diff)
downloadastro-770b9f06c3d67f89de527d8b3a842555e596c01f.tar.gz
astro-770b9f06c3d67f89de527d8b3a842555e596c01f.tar.zst
astro-770b9f06c3d67f89de527d8b3a842555e596c01f.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 af63e5c5c..39bf83b15 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.3.3
+
+### Patch Changes
+
+- [#10942](https://github.com/withastro/astro/pull/10942) [`d47baa4`](https://github.com/withastro/astro/commit/d47baa466aaeedde9c79ed5375d0be34762ac8b6) Thanks [@matthewp](https://github.com/matthewp)! - Updates package to support React 19 beta
+
## 3.3.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 6753d9b78..c6df669e1 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.3.2",
+ "version": "3.3.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",