diff options
author | 2022-08-25 14:27:35 -0700 | |
---|---|---|
committer | 2022-08-25 17:27:35 -0400 | |
commit | 7960fb80a15116ceb3fbf048fcdfdc4873a3af56 (patch) | |
tree | d3cccf8a3a7f4ae3dfb4205fda8cdc894a872897 /packages/integrations/react/package.json | |
parent | 4faee5afed04a12499f56cf74b06c362ec584da9 (diff) | |
download | astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.gz astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.zst astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.zip |
[ci] release (next) (#4480)create-astro@1.0.1-next.0astro@1.1.0-next.0@astrojs/react@1.1.0-next.0@astrojs/mdx@0.10.2-next.0@astrojs/markdown-remark@1.1.0-next.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react/package.json')
-rw-r--r-- | packages/integrations/react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 02df926c6..6e680a659 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.0.0", + "version": "1.1.0-next.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |