summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-08-21 12:35:51 -0400
committerGravatar GitHub <noreply@github.com> 2023-08-21 12:35:51 -0400
commitb4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c (patch)
tree7c919524064c29d1a90d0c5dd8d6653c638d8a9d /packages/integrations
parentd44052141b8e35f18b4e551b5fa85eb6112ad4e2 (diff)
downloadastro-b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c.tar.gz
astro-b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c.tar.zst
astro-b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c.zip
Set Markdoc integration version to a minor (#8177)
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/markdoc/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 05983a6e4..877b080e1 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": "1.0.0-beta.1",
+ "version": "0.5.0-beta.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",