summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-20 12:15:54 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-20 15:15:54 -0400
commita08b178cdbd00f682c917d63c2a6e16f09cfd1e6 (patch)
treedd25b031d04343238ad72c34c62916949af30e44 /packages/integrations/react
parentabfe73f5dc3d58b23f866a0f02a07122cb4a75e0 (diff)
downloadastro-a08b178cdbd00f682c917d63c2a6e16f09cfd1e6.tar.gz
astro-a08b178cdbd00f682c917d63c2a6e16f09cfd1e6.tar.zst
astro-a08b178cdbd00f682c917d63c2a6e16f09cfd1e6.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 4583dad7b..fe77b21b8 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 1.1.4
+
+### Patch Changes
+
+- [#4816](https://github.com/withastro/astro/pull/4816) [`8d059faae`](https://github.com/withastro/astro/commit/8d059faaedf212426e0fb6d93843f6855f723f56) Thanks [@matthewp](https://github.com/matthewp)! - Prevent errors in React components from crashing the dev server
+
## 1.1.3
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 608ce3ba0..e13550bae 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": "1.1.3",
+ "version": "1.1.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",