summaryrefslogtreecommitdiff
path: root/packages/markdown
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-19 11:37:39 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-19 14:37:39 -0400
commitf239242d90dc7045e21bfa4d9a4d2619389abef6 (patch)
tree84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /packages/markdown
parent40183620d8315c342ffbb46ddcd1b003f4b303ed (diff)
downloadastro-@astrojs/mdx@4.0.0-alpha.0.tar.gz
astro-@astrojs/mdx@4.0.0-alpha.0.tar.zst
astro-@astrojs/mdx@4.0.0-alpha.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-rw-r--r--packages/markdown/remark/CHANGELOG.md11
-rw-r--r--packages/markdown/remark/package.json2
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 73bab0b25..0f0ef4bb8 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/markdown-remark
+## 6.0.0-alpha.0
+
+### Major Changes
+
+- [#11661](https://github.com/withastro/astro/pull/11661) [`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e) Thanks [@bluwy](https://github.com/bluwy)! - Renames the following CSS variables theme color token names to better align with the Shiki v1 defaults:
+
+ - `--astro-code-color-text` => `--astro-code-foreground`
+ - `--astro-code-color-background` => `--astro-code-background`
+
+ You can perform a global find and replace in your project to migrate to the new token names.
+
## 5.2.0
### Minor Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 87cba7d1f..e8f8304ee 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "5.2.0",
+ "version": "6.0.0-alpha.0",
"type": "module",
"author": "withastro",
"license": "MIT",