diff options
author | 2022-08-12 15:40:47 -0700 | |
---|---|---|
committer | 2022-08-12 17:40:47 -0500 | |
commit | b1bd52e9ea98be6fdaccfff7849cc84a5dd843c4 (patch) | |
tree | 2f8ec0ec99861f8bc35c333523d61eb12b8def1b /.changeset/empty-parents-lie.md | |
parent | 695e9b34daa505499af77b461750afeadfa7a0d1 (diff) | |
download | astro@1.0.4.tar.gz astro@1.0.4.tar.zst astro@1.0.4.zip |
[ci] release (#4290)astro@1.0.4@astrojs/mdx@0.9.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/empty-parents-lie.md')
-rw-r--r-- | .changeset/empty-parents-lie.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/empty-parents-lie.md b/.changeset/empty-parents-lie.md deleted file mode 100644 index de4a2e015..000000000 --- a/.changeset/empty-parents-lie.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'astro': patch -'@astrojs/mdx': minor ---- - -Align MD with MDX on layout props and "glob" import results: -- Add `Content` to MDX -- Add `file` and `url` to MDX frontmatter (layout import only) -- Update glob types to reflect differences (lack of `rawContent` and `compiledContent`) |