diff options
Diffstat (limited to 'packages/integrations/markdoc/package.json')
-rw-r--r-- | packages/integrations/markdoc/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 1f25f7cc5..8f8bef4f1 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.5.0-rc.1", + "version": "0.5.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -75,7 +75,7 @@ "zod": "3.21.1" }, "peerDependencies": { - "astro": "workspace:^3.0.0-rc.11" + "astro": "workspace:^3.0.0" }, "devDependencies": { "@astrojs/markdown-remark": "workspace:*", |