summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-21 04:45:51 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-21 12:45:51 +0000
commita9ce785146d78595fb4d52e1d39dc6ed01d04d66 (patch)
treead98feb9ac29cb440b0bdd9163285f3c67a6b479 /packages/integrations/react
parent285c6e3598eac81632057a37ad74459cc65c357d (diff)
downloadastro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.tar.gz
astro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.tar.zst
astro-a9ce785146d78595fb4d52e1d39dc6ed01d04d66.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..777f6b75b 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.6.3-beta.0
+
+### 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 0010b7fdf..1ce3c5032 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-beta.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",