summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-12-05 20:58:13 +0800
committerGravatar GitHub <noreply@github.com> 2023-12-05 07:58:13 -0500
commitb4f3a8722ec27d12dc485f11a2dac6c682001304 (patch)
tree61fcc140d274173deca36e666d3cc6df8b7a2b8e
parentd4290c630bf876aa5e2203d743e2cb6d808e4b45 (diff)
downloadastro-b4f3a8722ec27d12dc485f11a2dac6c682001304.tar.gz
astro-b4f3a8722ec27d12dc485f11a2dac6c682001304.tar.zst
astro-b4f3a8722ec27d12dc485f11a2dac6c682001304.zip
Release markdoc integration as v0.x (#9308)
-rw-r--r--packages/integrations/markdoc/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index eedbb0d9a..bda1fa551 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.7.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -75,7 +75,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
- "astro": "^4.0.0-beta.0"
+ "astro": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@astrojs/markdown-remark": "workspace:*",