summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-10 10:54:36 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-10 13:54:36 -0400
commit4f7091206c62f6546abdbdb895035b052cf383af (patch)
tree0f7c1bccc03520a5f9220daa4c0589584609d851 /packages/integrations/markdoc
parent0a8d178c90f033fbba40666c54bcfc58c53ac905 (diff)
downloadastro-4f7091206c62f6546abdbdb895035b052cf383af.tar.gz
astro-4f7091206c62f6546abdbdb895035b052cf383af.tar.zst
astro-4f7091206c62f6546abdbdb895035b052cf383af.zip
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.md11
-rw-r--r--packages/integrations/markdoc/package.json4
2 files changed, 13 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index ff4e02c2a..0a484dd4b 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/markdoc
+## 0.3.3
+
+### Patch Changes
+
+- [#7351](https://github.com/withastro/astro/pull/7351) [`a30f2f3de`](https://github.com/withastro/astro/commit/a30f2f3de440c39c88a4e0ed3f47064a6b5a54f7) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix cloudflare build errors for a bad "./config" entrypoint and "node:crypto" getting included unexpectedly.
+
+- [#7341](https://github.com/withastro/astro/pull/7341) [`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improve error message for unsupported Zod transforms from the content config.
+
+- Updated dependencies [[`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d), [`0a8d178c9`](https://github.com/withastro/astro/commit/0a8d178c90f033fbba40666c54bcfc58c53ac905)]:
+ - astro@2.6.3
+
## 0.3.2
### Patch Changes
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",