summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-01 07:58:03 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-01 10:58:03 -0400
commitd0cf3a2c01be9b72989ab4a64db3977861a562ce (patch)
treeb8232d2507ed0c1e5614d7dc6e6ee028f90486c3 /packages/integrations/react
parent50975f2ea3a59f9e023cc631a9372c0c7986eec9 (diff)
downloadastro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.gz
astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.zst
astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.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 5a6dc251a..ee46c7bab 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 2.1.2
+
+### Patch Changes
+
+- [#6933](https://github.com/withastro/astro/pull/6933) [`649d70934`](https://github.com/withastro/astro/commit/649d70934e709bb1aa6e5e7583b12fa1703377cb) Thanks [@matthewp](https://github.com/matthewp)! - Automatically configure redoc
+
## 2.1.1
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 520b42545..142376e9d 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.1.1",
+ "version": "2.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",