summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-21 06:47:58 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-21 09:47:58 -0500
commit3bed8050b9a19bd56416d4a6b8cebfe819c97bc7 (patch)
tree382716c6fa36aadc5cfed91018a7aecff3d845e3 /packages/integrations/react
parentb9c05f45b2c9780d7b5518adb4a545cf69f075a6 (diff)
downloadastro-3bed8050b9a19bd56416d4a6b8cebfe819c97bc7.tar.gz
astro-3bed8050b9a19bd56416d4a6b8cebfe819c97bc7.tar.zst
astro-3bed8050b9a19bd56416d4a6b8cebfe819c97bc7.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 65eb7056c..45f9ffaeb 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.6.3
+
+### Patch Changes
+
+- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
+
## 3.6.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 40749c76d..3c899620c 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.6.2",
+ "version": "3.6.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",