summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-13 14:16:24 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-13 17:16:24 -0400
commit056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4 (patch)
tree82c2ef8dc3bd7938bd5b6f2ee83309b1fc69602f /packages/integrations/react
parentb48767985359bd359df8071324952ea5f2bc0d86 (diff)
downloadastro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.tar.gz
astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.tar.zst
astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.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 507b51c88..bf3133903 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.4.0
+
+### Minor Changes
+
+- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
+
## 0.3.1
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 886f1cf1f..969571f58 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.3.1",
+ "version": "0.4.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",