summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-25 09:52:51 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-25 12:52:51 -0400
commit2b5d739bd90c5407ae2f92962930a34f0299eb3e (patch)
tree605bc6661d9ee4a889cdaf1f8bcf5fdf8f2c2811 /packages/integrations/react
parent4bd2fac8da4efb7c532d8920077df1f61d6e1953 (diff)
downloadastro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.tar.gz
astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.tar.zst
astro-2b5d739bd90c5407ae2f92962930a34f0299eb3e.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 f79252ba4..d13699931 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.0.0-rc.5
+
+### Patch Changes
+
+- [#8228](https://github.com/withastro/astro/pull/8228) [`4bd2fac8d`](https://github.com/withastro/astro/commit/4bd2fac8da4efb7c532d8920077df1f61d6e1953) Thanks [@bluwy](https://github.com/bluwy)! - Publish missing `vnode-children.js` file
+
## 3.0.0-rc.4
### Major Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 46c6c65cb..35dd39d78 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.0.0-rc.4",
+ "version": "3.0.0-rc.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",