diff options
author | 2023-07-19 00:32:32 -0700 | |
---|---|---|
committer | 2023-07-19 09:32:32 +0200 | |
commit | de65ad25eae010b42ef55c127cc98d4cc3aa66db (patch) | |
tree | 441dafe2c9c5d3b7341d958b056641e357412d0e /packages/integrations/markdoc | |
parent | 72bbfac976c2965a523eea88ff0543e64d848d80 (diff) | |
download | astro-a9a86b65490c63eec26019e5d1a0ff2bc29a73f6.tar.gz astro-a9a86b65490c63eec26019e5d1a0ff2bc29a73f6.tar.zst astro-a9a86b65490c63eec26019e5d1a0ff2bc29a73f6.zip |
[ci] release (#7699)astro@2.8.5@astrojs/netlify@2.5.0@astrojs/markdoc@0.4.3
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 | 9 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 64ba4f217..599d9c60f 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdoc +## 0.4.3 + +### Patch Changes + +- [#7706](https://github.com/withastro/astro/pull/7706) [`4f6b5ae2b`](https://github.com/withastro/astro/commit/4f6b5ae2ba8eb162e03f25cbd600a905d434f529) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Markdoc integration not being able to import `emitESMImage` from Astro + +- Updated dependencies [[`72bbfac97`](https://github.com/withastro/astro/commit/72bbfac976c2965a523eea88ff0543e64d848d80), [`d401866f9`](https://github.com/withastro/astro/commit/d401866f93bfe25a50c171bc54b2b1ee0f483cc9), [`4f6b5ae2b`](https://github.com/withastro/astro/commit/4f6b5ae2ba8eb162e03f25cbd600a905d434f529), [`06c255716`](https://github.com/withastro/astro/commit/06c255716ae8e922fb9d4ffa5595cbb34146fff6)]: + - astro@2.8.5 + ## 0.4.2 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index c5cb61efd..9ac2ca6ac 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.4.2", + "version": "0.4.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -74,7 +74,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.8.4" + "astro": "workspace:^2.8.5" }, "devDependencies": { "@astrojs/markdown-remark": "^2.2.1", |