summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-23 16:30:37 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-23 19:30:37 -0400
commita94046588cce2d34ce4bd0c935f580d0616ab5b2 (patch)
treee8b8afa3378885b19fb740aa11d58ca2354593a9 /packages/integrations/react
parentf6bddd3a155cd10a9f85c92d43b1af8b74786a42 (diff)
downloadastro-a94046588cce2d34ce4bd0c935f580d0616ab5b2.tar.gz
astro-a94046588cce2d34ce4bd0c935f580d0616ab5b2.tar.zst
astro-a94046588cce2d34ce4bd0c935f580d0616ab5b2.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 aa8f833b6..b1664f601 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.3.1
+
+### Patch Changes
+
+- [#10855](https://github.com/withastro/astro/pull/10855) [`f6bddd3`](https://github.com/withastro/astro/commit/f6bddd3a155cd10a9f85c92d43b1af8b74786a42) Thanks [@lamATnginx](https://github.com/lamATnginx)! - Fix Redoc usage in React integration
+
## 3.3.0
### Minor Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 3fe01d49f..a3213503a 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.0",
+ "version": "3.3.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",