summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-07 11:49:19 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-07 14:49:19 -0500
commitafaf366fb37bc78a845890cf012dbc7d07bfb305 (patch)
treecba96f7b712cd522891d0fb83cba3625678c5a3d /packages/integrations/markdoc
parent5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752 (diff)
downloadastro-@astrojs/alpinejs@0.2.0.tar.gz
astro-@astrojs/alpinejs@0.2.0.tar.zst
astro-@astrojs/alpinejs@0.2.0.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.md15
-rw-r--r--packages/integrations/markdoc/package.json2
2 files changed, 16 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
new file mode 100644
index 000000000..d24049d74
--- /dev/null
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -0,0 +1,15 @@
+# @astrojs/markdoc
+
+## 0.0.1
+
+### Patch Changes
+
+- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future.
+
+ You can install this integration using the `astro add` command:
+
+ ```
+ astro add markdoc
+ ```
+
+ [Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index d41ca0ef1..bccfb530f 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Use Markdoc within Astro",
- "version": "0.0.0",
+ "version": "0.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",