diff options
author | 2023-08-18 14:13:25 -0700 | |
---|---|---|
committer | 2023-08-18 17:13:25 -0400 | |
commit | 34c39a0c96ee5aed74ceae851a512b271db7630d (patch) | |
tree | 8f4a16a476070887b7264fdb11d1ebad4b162476 /packages/integrations/react | |
parent | 531cc3e490bc3bc1b896eeaec05664571df5bb24 (diff) | |
download | astro-34c39a0c96ee5aed74ceae851a512b271db7630d.tar.gz astro-34c39a0c96ee5aed74ceae851a512b271db7630d.tar.zst astro-34c39a0c96ee5aed74ceae851a512b271db7630d.zip |
[ci] release (#8145)astro@2.10.12@astrojs/react@2.3.2@astrojs/node@5.3.5
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 28e84a83a..403ed56b5 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.3.2 + +### Patch Changes + +- [#8149](https://github.com/withastro/astro/pull/8149) [`531cc3e49`](https://github.com/withastro/astro/commit/531cc3e490bc3bc1b896eeaec05664571df5bb24) Thanks [@matthewp](https://github.com/matthewp)! - Fix missing package file regression + ## 2.3.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index b9313626d..682811c7c 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": "2.3.1", + "version": "2.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |