diff options
Diffstat (limited to 'packages/integrations/cloudflare/package.json')
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 7828448d2..495066694 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "7.0.0-rc.3", + "version": "7.0.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -45,7 +45,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^3.0.0-rc.11" + "astro": "workspace:^3.0.0" }, "devDependencies": { "astro": "workspace:*", |