From a08b178cdbd00f682c917d63c2a6e16f09cfd1e6 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:15:54 -0700 Subject: [ci] release (#4811) Co-authored-by: github-actions[bot] --- packages/integrations/react/CHANGELOG.md | 6 ++++++ packages/integrations/react/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packages/integrations/react') 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", -- cgit v1.2.3