summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-02 13:46:25 -0600
committerGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-02 13:46:25 -0600
commite425f896b668d98033ad3b998b50c1f28bc7f6ee (patch)
treec4d9002bc8f975fbd11eaad640b4b880d4637336 /packages/integrations/react
parentd047baad114ae16ada6dc16c9d709147af907360 (diff)
downloadastro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.tar.gz
astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.tar.zst
astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.zip
Revert "[ci] release (#2925)"
This reverts commit 48c9b142cccaff780b0d72abdd858214614af09f.
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, 1 insertions, 7 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index a22fd8975..3fc5d0350 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,11 +1,5 @@
# @astrojs/react
-## 0.1.0
-
-### Minor Changes
-
-- [#2947](https://github.com/withastro/astro/pull/2947) [`57f48b27`](https://github.com/withastro/astro/commit/57f48b27019bbad5c8d61808291dc8bc6cdedb52) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add support for React v18
-
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 359ad1c30..1184ce8d3 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.1.0",
+ "version": "0.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",