diff options
author | 2025-03-26 03:24:03 -0700 | |
---|---|---|
committer | 2025-03-26 10:24:03 +0000 | |
commit | b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc (patch) | |
tree | cab65fd45df61abac65393a71a91abfcc3e793ca /packages/integrations/markdoc | |
parent | 3488324f235a8f4af4b44dda438194f013910b14 (diff) | |
download | astro-@astrojs/svelte@7.0.8.tar.gz astro-@astrojs/svelte@7.0.8.tar.zst astro-@astrojs/svelte@7.0.8.zip |
[ci] release (#13504)astro@5.5.5@astrojs/vue@5.0.8@astrojs/tailwind@6.0.2@astrojs/svelte@7.0.8@astrojs/studio@0.1.5@astrojs/solid-js@5.0.6@astrojs/react@4.2.2@astrojs/preact@4.0.7@astrojs/netlify@6.2.4@astrojs/mdx@4.2.2@astrojs/markdoc@0.13.2@astrojs/db@0.14.9@astrojs/cloudflare@12.3.1@astrojs/alpinejs@0.4.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r-- | packages/integrations/markdoc/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 16e36541e..b4c0f1a01 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdoc +## 0.13.2 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 0.13.1 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 2f1d7a3da..0d3815f1c 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.13.1", + "version": "0.13.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |