diff options
author | 2023-06-10 10:54:36 -0700 | |
---|---|---|
committer | 2023-06-10 13:54:36 -0400 | |
commit | 4f7091206c62f6546abdbdb895035b052cf383af (patch) | |
tree | 0f7c1bccc03520a5f9220daa4c0589584609d851 /packages/integrations/markdoc/package.json | |
parent | 0a8d178c90f033fbba40666c54bcfc58c53ac905 (diff) | |
download | astro-93eb974934680574e346cc3deaee0ec05c09cf7f.tar.gz astro-93eb974934680574e346cc3deaee0ec05c09cf7f.tar.zst astro-93eb974934680574e346cc3deaee0ec05c09cf7f.zip |
[ci] release (#7354)astro@2.6.3@astrojs/markdoc@0.3.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 fe0858f5f..35c215d00 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.3.2", + "version": "0.3.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -73,7 +73,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.6.2" + "astro": "workspace:^2.6.3" }, "devDependencies": { "@astrojs/markdown-remark": "^2.2.1", |