summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-14 12:36:23 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-14 15:36:23 -0400
commitf7fa39e682f6039e4f14102f8cd69ff2ba71b3e3 (patch)
tree538f73f0388a152cdb8a153d1281cf96d9d7cd67 /packages/integrations/react
parentd6dfef0caa25f4effd0ed548d92ff48ce7a39ab2 (diff)
downloadastro-f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3.tar.gz
astro-f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3.tar.zst
astro-f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3.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 bf3133903..e5b73f2c7 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.4.1
+
+### Patch Changes
+
+- [#3928](https://github.com/withastro/astro/pull/3928) [`d6dfef0ca`](https://github.com/withastro/astro/commit/d6dfef0caa25f4effd0ed548d92ff48ce7a39ab2) Thanks [@matthewp](https://github.com/matthewp)! - Removes @babel/core peerDependency warning
+
## 0.4.0
### Minor Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 7ab759ab7..a1d120693 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": "0.4.0",
+ "version": "0.4.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",