diff options
author | 2025-01-30 03:21:41 -0800 | |
---|---|---|
committer | 2025-01-30 11:21:41 +0000 | |
commit | f6b7839411233c95af529eb0eee098c24e1d9d80 (patch) | |
tree | 88967bbd7760edfc1aba5d552bc91b8602d61aa0 /packages/integrations/markdoc | |
parent | 2ab0a61024fa6631c35ee99a31f3c409d21dd95d (diff) | |
download | astro-@astrojs/tailwind@6.0.0.tar.gz astro-@astrojs/tailwind@6.0.0.tar.zst astro-@astrojs/tailwind@6.0.0.zip |
[ci] release (#13086)astro@5.2.0@astrojs/tailwind@6.0.0@astrojs/mdx@4.0.8@astrojs/markdown-remark@6.1.0@astrojs/markdoc@0.12.8@astrojs/internal-helpers@0.5.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r-- | packages/integrations/markdoc/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 5f941e07b..e88f3cdda 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdoc +## 0.12.8 + +### Patch Changes + +- Updated dependencies [[`5361755`](https://github.com/withastro/astro/commit/536175528dbbe75aa978d615ba2517b64bad7879), [`db252e0`](https://github.com/withastro/astro/commit/db252e0692a0addf7239bfefc0220c525d63337d)]: + - @astrojs/internal-helpers@0.5.0 + - @astrojs/markdown-remark@6.1.0 + ## 0.12.7 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 418df0284..c73c7b345 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.12.7", + "version": "0.12.8", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |