summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-26 10:53:32 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-26 13:53:32 -0500
commit607f0ac31a43595252bc647c01ac4b75fc774202 (patch)
tree475b92a55eab7842dd43661b724fef595b7323e5 /packages/integrations/react
parent7abb1e9056c4b4fd0abfced347df32a41cdfbf28 (diff)
downloadastro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.gz
astro-607f0ac31a43595252bc647c01ac4b75fc774202.tar.zst
astro-607f0ac31a43595252bc647c01ac4b75fc774202.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 797c42562..e34c80316 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 2.0.1
+
+### Patch Changes
+
+- [#5886](https://github.com/withastro/astro/pull/5886) [`9d4bfc76e`](https://github.com/withastro/astro/commit/9d4bfc76e8de7cf85997100145532a6fa7d2b025) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Support passing `children` as props to a React component
+
## 2.0.0
### Major Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 870c4739c..bc76ef778 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.0.0",
+ "version": "2.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",