summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-29 07:58:09 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-29 10:58:09 -0400
commit6f47c6c919724a071d0d1896a7cde6adbe7c079e (patch)
tree14a26edf3c71031611effb7ca5ad2391e1df509b /packages/integrations/react
parent51e67e0ab0e6af4f35bda4db8bf0f609c2d8e7c4 (diff)
downloadastro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.tar.gz
astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.tar.zst
astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.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 d13699931..f0e3dcc46 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.0.0-rc.6
+
+### Patch Changes
+
+- [#8264](https://github.com/withastro/astro/pull/8264) [`1f58a7a1b`](https://github.com/withastro/astro/commit/1f58a7a1bea6888868b689dac94801d554319b02) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Automatically unmount islands when `astro:unmount` is fired
+
## 3.0.0-rc.5
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 35dd39d78..8eea984a8 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.5",
+ "version": "3.0.0-rc.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",