diff options
author | 2022-08-05 21:48:35 -0700 | |
---|---|---|
committer | 2022-08-05 21:48:35 -0700 | |
commit | 4e4061f485fb25890c286fcea0158b439ae4045d (patch) | |
tree | 829dc89c824085ad44b47a7bd0b20bcdf506b46f /packages/integrations/react | |
parent | 9c3b8d06301313012139644d9ca580ca3d1ff18d (diff) | |
download | astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst astro-4e4061f485fb25890c286fcea0158b439ae4045d.zip |
[ci] release (#4159)create-astro@0.15.0astro@1.0.0-rc.7@astrojs/react@0.4.3@astrojs/mdx@0.7.0@astrojs/markdown-remark@0.14.1@astrojs/image@0.3.2
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 1d6c72e7c..2c035b871 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 0.4.3 + +### Patch Changes + +- [#4174](https://github.com/withastro/astro/pull/4174) [`8eb3a8c6d`](https://github.com/withastro/astro/commit/8eb3a8c6d9554707963c3a3bc36ed8b68d3cf0fb) Thanks [@matthewp](https://github.com/matthewp)! - Allows using React with automatic imports alongside MDX + ## 0.4.2 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index cbc0e3076..b9b1ec71e 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.2", + "version": "0.4.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |