summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-06 06:56:58 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-06 09:56:58 -0400
commit14273d8f448d2f0daac5e1563131b093b5aa1da3 (patch)
treef50bd9aa336236b75d34273f675afa812d68fbb1 /packages/integrations/react
parentfa826f84b2c70c255e3defba5d9bcf76b438edc7 (diff)
downloadastro-14273d8f448d2f0daac5e1563131b093b5aa1da3.tar.gz
astro-14273d8f448d2f0daac5e1563131b093b5aa1da3.tar.zst
astro-14273d8f448d2f0daac5e1563131b093b5aa1da3.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 d780a421e..cdd827987 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.0.1
+
+### Patch Changes
+
+- [#8428](https://github.com/withastro/astro/pull/8428) [`67e834859`](https://github.com/withastro/astro/commit/67e83485949cf21de62831731111413abf57718c) Thanks [@matthewp](https://github.com/matthewp)! - Fix React dev mode using a base
+
## 3.0.0
### Major Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 94814bdd2..d74e97465 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",
+ "version": "3.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",