summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-05 21:48:35 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-05 21:48:35 -0700
commit4e4061f485fb25890c286fcea0158b439ae4045d (patch)
tree829dc89c824085ad44b47a7bd0b20bcdf506b46f /packages/integrations/react
parent9c3b8d06301313012139644d9ca580ca3d1ff18d (diff)
downloadastro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz
astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst
astro-4e4061f485fb25890c286fcea0158b439ae4045d.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 1d6c72e7c..2c035b871 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.4.3
+
+### Patch Changes
+
+- [#4174](https://github.com/withastro/astro/pull/4174) [`8eb3a8c6d`](https://github.com/withastro/astro/commit/8eb3a8c6d9554707963c3a3bc36ed8b68d3cf0fb) Thanks [@matthewp](https://github.com/matthewp)! - Allows using React with automatic imports alongside MDX
+
## 0.4.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index cbc0e3076..b9b1ec71e 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.2",
+ "version": "0.4.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",