diff options
author | 2022-07-14 12:36:23 -0700 | |
---|---|---|
committer | 2022-07-14 15:36:23 -0400 | |
commit | f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3 (patch) | |
tree | 538f73f0388a152cdb8a153d1281cf96d9d7cd67 /packages/integrations/react | |
parent | d6dfef0caa25f4effd0ed548d92ff48ce7a39ab2 (diff) | |
download | astro-f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3.tar.gz astro-f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3.tar.zst astro-f7fa39e682f6039e4f14102f8cd69ff2ba71b3e3.zip |
[ci] release (#3925)astro@1.0.0-beta.72@astrojs/react@0.4.1@astrojs/preact@0.5.1
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index bf3133903..e5b73f2c7 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 0.4.1 + +### Patch Changes + +- [#3928](https://github.com/withastro/astro/pull/3928) [`d6dfef0ca`](https://github.com/withastro/astro/commit/d6dfef0caa25f4effd0ed548d92ff48ce7a39ab2) Thanks [@matthewp](https://github.com/matthewp)! - Removes @babel/core peerDependency warning + ## 0.4.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 7ab759ab7..a1d120693 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.0", + "version": "0.4.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |