summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-21 12:19:52 -0400
committerGravatar GitHub <noreply@github.com> 2022-04-21 12:19:52 -0400
commit0406bdc35b6858a05a86166c491c64bf1d6041b9 (patch)
tree90832cd85480653ddc871c3403f45dd62c9c745a /packages/integrations/react
parent8768f23f95840f3b66504fc2ecb39678c986cbe8 (diff)
downloadastro-0406bdc35b6858a05a86166c491c64bf1d6041b9.tar.gz
astro-0406bdc35b6858a05a86166c491c64bf1d6041b9.tar.zst
astro-0406bdc35b6858a05a86166c491c64bf1d6041b9.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 8a20e5c9d..dc693ffed 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.1.1
+
+### Patch Changes
+
+- [#3160](https://github.com/withastro/astro/pull/3160) [`ae9ac5cb`](https://github.com/withastro/astro/commit/ae9ac5cbdceba0687d83d56d9d5f80479ab88710) Thanks [@matthewp](https://github.com/matthewp)! - Allows using React.lazy, Suspense in SSR and with hydration
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 7d2aa0b79..38a0877db 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.1.0",
+ "version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",